DELETE JS

Suppress a JCL from JCL repository. This action suppresses only one JCL at each time. Use JSCOM resource to perform a JCL mass deletion.
ACTION=DELETE,RESOURCE=JS,ADID=application_description,
                          IA=input_arrival_datetime,
                          OPNO=operation_number,
                          JOBNAME=jobname,
                          WSNAME=workstation_name;
application_description
Character (char(16)) can be generic (%*)
input_arrival_datetime
Date and time (YYMMDDHHMM) or 'X'
operation_number
Integer (integer(4))
jobname
Character (char(8))
workstation_name
Character (char(4))
Note: ADID and IA arguments identify an occurrence. If the value of IA (IA=X) is specified as 'X', the OSTATUS argument completes the search for the occurrence. If more than one occurrence matches the specified arguments, the BCI tool returns a return code of 10 and the occurrence will not be modified. The OPNO argument identifies the operation with the occurrence.