Previous Topic: /USER_NAME=user_name

Next Topic: SET DEBUG

Examples

  1. This example creates a command procedure called MYJOB.COM that can be used to recreate the entire job stream that contains MYJOB.
    SCHEDULE> SCRIPT JOB MYJOB/INCLUDE=ALL/OUT=MYJOB.COM
    
  2. This example creates a command procedure with the default file name SCHEDULER$SCRIPT.COM that can be used to recreate all jobs streams that contain jobs owned by SYSTEM.
    SCHEDULE> SCRIPT JOB/USER_NAME=SYSTEM
    
  3. This command creates a command procedure named 65231.LIS that can be used to recreate job 65231, all jobs on which it is dependent, and all jobs on which those jobs are dependent (including all related dependencies).
    SCHEDULE> SCRIPT JOB 65231/INCLUDE=PARENTS/OUTPUT=65231