What are the type of argument values in COBOL which are placed in various options of a CICS program?
What are the type of argument values in COBOL which are placed in various options of a CICS program?
Following six are the argument values.
- Data Value β For Example - Literal 8 or 77 KEYLEN PIC S9(4) COMP VALUE8.
- Data Area - For Example 01 RECORD-AREA. 05 FIELD PIC X(5).
- Pointer-REF βFor Example 05 POINTER-I PIC S9(8) COMP
- Name β For Example 05 FIELD-NAME PIC X(5) VALUE 'Fld-A'.
- Label β Name of the Cobol paragraph.
- HHMMSS - EX (77 TIMEVAL PIC S9(7) COMP3.)