Interview Questions

What are the six different type of argument values in COBOL that can be placed in various options of a CICS command?

CICS Interview Questions


(Continued from previous question...)

What are the six different type of argument values in COBOL that can be placed in various options of a CICS command?

. Data Value - EX (Literal 8 or 77 KEYLEN PIC S9(4) COMP VALUE8.)
. Data Area - EX (01 RECORD-AREA. 05 FIELD PIC X(5).)
. Pointer-REF -EX (05 POINTER-I PIC S9(8( COMP.) . Name -EX (05 FIELD-NAME PIC X(5) VALUE 'FILEA'.)
. Label - Cobol paragraph name
. HHMMSS - EX (77 TIMEVAL PIC S9(7) COMP3. )

(Continued on next question...)

Other Interview Questions