Interview Questions

The map shown below is displayed with:

CICS Interview Questions


(Continued from previous question...)

The map shown below is displayed with:

Q:
The map shown below is displayed with:
EXEC CICS SEND MAP ('MAP1') MAPSET('MAP1S') MAPONLY END-EXEC. After the screen is dispayed, the operator enters 1 character, the letter 'X'. Where will the cursor now appear on the screen?
MAP1S DFHMSD
TYPE = MAP, MODE = INOUT, CTRL = (FREEKB, FRSET), LANG = COBOL X
TIOAPFX = YESMAP1
DFHMDI SIZE = (24, 80) DFHMDF POS=(1.5), ATTRB = UNPROT, LENGTH = 1FIELD2
DFHMDF
POS = (5,3), ATTRB = UNPROT, LENGTH = 1FIELD3 DFHMDF
POS = (5,5), ATTRB = (UNPROT, IC), LENGTH = 1FIELD4 DFHMDF
POS = (5,7), ATTRB = ASKIP, LENGTH = 1FIELD5 DFHMDF
POS = (5,9), ATTRB = UNPROT, LENGTH = 1, INTITIAL = 'Z" DFHMDF
POS = (5,11), ATTRB =ASKIP, LENGTH = 1, DFHMSD TYPE = FINAL
A) In the field with a POS=(5,1)
B) In FIELD2.
C) In FIELD3.
D) In FIELD4.
E) In FIELD5


AN:
In FIELD5

(Continued on next question...)

Other Interview Questions