Previous Topic: /TYPE=type_name

Next Topic: RUN

Examples

  1. This command releases a job named JOBNAME. The /CONFIRM qualifier is not used.
    SCHEDULE>  RELEASE JOBNAME 
    %NSCHED-I-FLAGSET, Job    JOBNAME - RELEASE Requested
    
  2. This command releases a job named JOBNAME owned by user DOE. The /CONFIRM qualifier is not used.
    SCHEDULE>  RELEASE JOBNAME=DOE 
    %NSCHED-I-FLAGSET, Job    JOBNAME - RELEASE Requested
    
  3. This command specifies the /CONFIRM qualifier, so the manager requests confirmation before releasing the job named JOBNAME.
    SCHEDULE>  RELEASE JOBNAME/CONFIRM 
    Job JOBNAME (jobnumber, RELEASE? [No]) YES 
    %NSCHED-I-FLAGSET, Job    JOBNAME - RELEASE Requested