DELETE JSCOM

This command allows to delete JCLs entries from the JS file. If STATUS is F, the command will delete all the entries that satisfy the other operands and that have an input arrival datetime value lower than the one specified by the IA operand. If STATUS is O, the command will delete those entries that satisfy the previous criteria and whose status in the JS file is C or S. If STATUS is C, the command will delete those entries that satisfy the previous criteria and whose status in the JS file is C. If STATUS is omitted, an additional subset will be selected: it is necessary that the corresponding occurrence in the current plan does not exist.
ACTION=DELETE,RESOURCE=JSCOM,ADID=application_description,
                             IA=input_arrival_datetime,
                             JOBNAME=jobname,
                             OPNO=operation_number,
                             STATUS=status,
                             WSNAME=workstation_name;
application_description
Character (char(16)) can be generic (%*)
input_arrival_datetime
Date and time (YYMMDDHHMM)
jobname
Character (char(8))
operation_number
Integer (integer(4))
status
F, O or C (char(1))
workstation_name
Character (char(4))