cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex










Qualifiers



/AFTER=date

EThe AFTER qualifier can be used to cause the job to be submitted and Aheld until the specified time. This qualifier works in a fashion ,similar to the VMS SUBMIT /AFTER qualifier .

/CONFIRM



/NOCONFIRM

ECONFIRM requests that the user be prompted prior to any operation to 2verify that the selected entry is the correct one.

/NODE=target_node

DThe NODE qualifier specifies what NODE (either local or remote) you Hwant the operation performed on. /HOSTNAME may be substituted for /NODE.

/LOG



/NOLOG

EThe LOG qualifier causes each completed operation to issue a note to the user.

/INITIATES



/NOINITIATES

DThis indicates whether or not on completion of the job the initiate list should be carried out.

/PREREQUISITES



/NOPREREQUISITES

CThis indicates whether or not the submitted job is to wait for all @prerequisite jobs and resource requirements to met before begin submitted for execution.

/SET_ID

HThe SET_ID qualifier indicates to what set the job belongs. If a number ?is not provided then the system automatically assigns the next available set number.

/SET_PARAMETER="text"

HThe SET_PARAMETER qualifier specifies information to be passed from one $job to another inside a set of jobs.

/SET_TAG="text"

GThe SET_TAG qualifier also specifies information to be passed from one $job to another inside a set of jobs.

/STEP=number

<The STEP qualifier indicates at which step to start the job.

E

TYPE/JOB



Type a list.

EThe TYPE command will type out the various list sections that can be !associated with a job definition.




General Format

)

TYPE/JOB job_name [/qualifiers]



Alternate

MORE job_name [/qualifiers]



qualifier summary

 General qualifiers:

/[NO]LOG
/[NO]CONFIRM
/NODE = target_node
Section identifiers:

COMMANDS (Default)
/PREREQUISITES
/INITIATES4
/BATCHLOG [/TAIL=n, HEAD=n, MAXIMUM=n, FILE=n]
/DISTRIBUTION
/NOTICES
/HOLDS_UP
/ACTIVATED_BY+
/RESOURCES [/CHECK, /EXPANDED, /FULL]
/RUNTIMES [/REPEAT=n]
/ENDACTIONS
/ALL
Other features:
$
/SYMBOL[=prefix_string,format]



Examples

 6    
#1

 
  / $ SCHEDULE TYPE/JOB INCREMENTAL/PREREQUISITES # [PCLARK]INCREMENTAL.prerequisites    [PCLARK]INCA   [PCLARK]INCB       


 6    
#2

 
 ' $ SCHEDULE TYPE/JOB [DEMO.A]A1/SYMBOL  $ SHOW SYM SD*    SD == "@SYS$LOGIN:SD"    SD_0001 = "$ wait 'p1'"    SD_0002 = ""    SD_COUNT = "2"       


 6    
#3

 
 + $ SCHEDULE TYPE/JOB INCREMENTAL/RESOURCES  [PCLARK]INCREMENTAL.resources     SET TRUE = 1 /   IF FILE_NOT_FOUND test_case THEN rerun_test #   IF COUNT == 5 THEN job_complete           





 o V T Y  
PreviousNextContentsIndex