UFUNC

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

Syntax:

UFUNC({A|N|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.
E
Issue an error when the program is compiled.

Properties:

Default: UFUNC(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 function handling list on the EXEC CICS Options dialog box.