The <opt> option is required in OSVS COBOL programs to provide a length specification. Note that it is optional in VS COBOL II programs since it can be defaulted to the LENGTH OF construct.
An Unsupported Function abend is generated for the EXEC CICS statement and an ERROR is raised.
Correct the EXEC CICS statement by adding the required option and specifying an appropriate argument for the length.
Destination: | Source Listing |