Cancel effect of CJC command sequence
| Component: | JV | 
| Functional area: | Job variables | 
| Domain: | JOB-VARIABLES | 
| Privileges: | STD-PROCESSING | 
This function is available to the user only if the chargeable software product JV has been loaded as a subsystem.
Function
The user can use the REMOVE-CJC-ACTION command to cancel any ADD-CJC-ACTION commands initiated during the currently executing job and still in effect.
An ADD-CJC-ACTION command can be identified either via the CJC name assigned by the user or via the internal identification assigned by the system.
The user can check with the SHOW-CJC-STATUS command whether there are any remaining ADD-CJC-ACTION commands still in effect under his or her user ID.
Format
| REMOVE-CJC-ACTION | ||||||||||||||||||||
| 
 | ||||||||||||||||||||
Operands
IDENTIFICATION =
Type of identification.
IDENTIFICATION = *NAME(...)
NAME = <name 1..8>
Name defined in the ADD-CJC-ACTION command. Any ADD-CJC-ACTION commands with the same name are made ineffective. 
IDENTIFICATION = *NUMBER(...)
NUMBER = <integer 1..9999>
Identification allocated by the system for the CJC command sequence. An identification is output as soon as an ADD-CJC-ACTION command takes effect (i.e. following input of the END-CJC-ACTION command). The ADD-CJC-ACTION command to which the identification was assigned becomes ineffective.
IDENTIFICATION = *ALL
All ADD-CJC-ACTION commands which are still in effect and were defined during the current job become ineffective.
Return codes
| (SC2) | SC1 | Maincode | Meaning | 
|---|---|---|---|
| 0 | CMD0001 | Command executed; specified ADD-CJC-ACTION name deleted or not found. | |
| 1 | CMD0202 | Syntax error |