UOPT

Specify how to handle unsupported CICS options.
Restriction: This topic applies to Windows environments only.

Syntax:

UOPT({A|N|I|E})

Parameters:

A
Issue a warning when the program is compiled and an abend at run time
N
Issue a warning when the program is compiled and treat the function as a NO-OP. User response fields are updated only if you set directive NOOLDCICS.
I
Issue a warning when the program is compiled and ignore the option at run time.
E
Issue an error when the program is compiled.

Properties:

Default: UOPT(E)

Build Settings:

Check EXEC CICS and Options on the Assembler tab of your project properties Assembler page; then choose the type of handling you require from the Unsupported option handling list on the EXEC CICS Options dialog box.