CICS - 2 Flashcards

1
Q

What ends a piece of CICS imbedded code in a COBOL program?

END-EXIT
QUIT-CODE
STOP-IMBED
END-EXEC

A

END-EXEC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the name of the application that is used for creating a CICS Maps/Screen?

JCL
TSO
COBOL
BMS

A

BMS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which basic CICS command terminates the transaction and return control to CICS?

EXEC CICS END
EXEC CICS QUIT
EXEC CICS OVER
EXEC CICS RETURN

A

EXEC CICS RETURN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What code is used to imbed CICS code into a COBOL program?

START
IMBED NOW
EXEC CICS
DATA DIVISION

A

EXEC CICS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the term called after sending the map, the task ends

Conversational
Pseudo-Conversational

A

Pseudo-Conversational

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which option is used in BMS Macro DFHMDF to set the ASKIP, PROT, UNPROT and more for a field?

  ATTRB 
  PICIN 
  PICOUT 
  LENGTH 
  INITIAL
A

ATTRB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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
A

EXEC CICS HANDLE AID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

All CICS supplied transactions start with letter?

  A 
  B 
  C 
  D 
  T
A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which table does CICS find the program name associated with the transaction id?

  FCT 
  PCT 
  PPT 
  DCT 
  MCT
A

PCT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the maximum number of characters allowed for a TRANSACTION ID

  2 
  8 
  10 
  4 
  6 
  12
A

4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the purpose of the CICS COMMAREA?

To create maps
To print documents
for transferring data between programs
to evaluate the batch processing

A

for transferring data between programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

EXEC CICS HANDLE CONDITION

How well did you know this?
1
Not at all
2
3
4
5
Perfectly