CICS
CIC-ASSIGN CICSoption(dataarea) [CICSoption(dataarea)....] ... [ERROR(errorpara)]
CICSoption |
Valid CICS option. See your CICS reference manual for more information. |
(dataarea) |
COBOL data name containing the result of the call. |
(errorpara) |
User-defined error routine to perform when an abnormal condition occurs. |
CIC-ASSIGN APPLID(WS-APPLID) ... ERROR(ERROR-PARA)