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.)
Post your comment