CIC-RELEASE

Delete program, table, or map, previously loaded with a CIC-LOAD call, from main storage.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Target:

CICS

Syntax:

CIC-RELEASE PROGRAM(name)
... [ERROR(errorpara)]

Parameter:

ERROR (errorpara)

User-defined error routine to perform when an abnormal condition occurs

PROGRAM (name)

Main storage module to be deleted; can be a literal or COBOL data name (maximum 8 characters)

Example:

Delete program PROG5.
CIC-RELEASE PROGRAM('PROG5')
... ERROR(ERROR-PARA)