CICS - 2 Flashcards
What ends a piece of CICS imbedded code in a COBOL program?
END-EXIT
QUIT-CODE
STOP-IMBED
END-EXEC
END-EXEC
What is the name of the application that is used for creating a CICS Maps/Screen?
JCL
TSO
COBOL
BMS
BMS
Which basic CICS command terminates the transaction and return control to CICS?
EXEC CICS END
EXEC CICS QUIT
EXEC CICS OVER
EXEC CICS RETURN
EXEC CICS RETURN
What code is used to imbed CICS code into a COBOL program?
START
IMBED NOW
EXEC CICS
DATA DIVISION
EXEC CICS
What is the term called after sending the map, the task ends
Conversational
Pseudo-Conversational
Pseudo-Conversational
Which option is used in BMS Macro DFHMDF to set the ASKIP, PROT, UNPROT and more for a field?
ATTRB PICIN PICOUT LENGTH INITIAL
ATTRB
What CICS command would you use to find the key entered by the user?
EXEC CICS PF3 EXEC CICS HANDLE AID EXEC CICS INQUIRE EXEC CICS KEYS EXEC CICS END-EXEC
EXEC CICS HANDLE AID
All CICS supplied transactions start with letter?
A B C D T
C
Which table does CICS find the program name associated with the transaction id?
FCT PCT PPT DCT MCT
PCT
What is the maximum number of characters allowed for a TRANSACTION ID
2 8 10 4 6 12
4
What is the purpose of the CICS COMMAREA?
To create maps
To print documents
for transferring data between programs
to evaluate the batch processing
for transferring data between programs
Which command does CICS use to detect an error?
EXEC CICS HANDLE CONDITION
EXEC CICS ERROR CONDITION
EXEC CICS LENGERR CONDITION
EXEC CICS SEND CONDITION
EXEC CICS HANDLE CONDITION