cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex



 6    
#2

 
 .        Schedule> INSERT NEWJOB KEYSTROKES ( Exit keystroke capture with a "CTRL \"  Ks$ sho time    22-JUL-2005 13:52:19  Ks$  Keystroke capture completed        










Qualifiers



/ACTIVATED_BY

HThe "ACTIVATED_BY list" is the list of jobs that activate the job being edited.

/COMMANDS

@The COMMANDS qualifier is the list of VMS commands that will be (submitted in the form of a command file.

/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.

/DISTRIBUTION

FThe "DISTRIBUTION list" is a list of PRINT commands to be issued. The Eidea is to provide a central mechanism for maintaining the how many, Ewhere to, and what printer information in a common location separate from the job command stream.

/ENDACTIONS

HThe ENDACTIONS listing is a list of resource adjustments that are to be run upon completion of the job.

/HOLDS_UP

HThe "HOLDS_UP list" is a list of jobs that are held up by the job being edited.

/INITIATES

EThe "INITIATES list" is the list of other jobs to start up when this one completes successfully.

/LOG



/NOLOG

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

/NOTICES

CThe "NOTICES list" is a free format text entry that is used by the ENOTIFICATION procedure to augment the various messages that it sends.

/PREREQUISITES

@The "PREREQUISITES list" is the list of other jobs that must be 2successfully completed before this one is started..

/RESOURCES [/CHECK, /EXPANDED, /FULL]

EDisplays a list of generalized resources. The resource list is where Athe bulk of advanced job programming occurs. Here IF-THEN or SET @statements are processed that can check or alter the value of a 5variable, supress a job run or cause a wait to occur.

DThe CHECK qualifier performs a syntax check on the resource list to Censure the correct IF-THEN and set statements can take effect. The HEXPANDED qualifier used in conjunction with CHECK will display expanded Dinformation about the current status of the resource list. The FULL >qualifier will give a complete listing of resource information



/SYMBOL

GInserts the contents of the designated symbol into the command list of =the job. The symbol is created using the type/symbol command.

H

MODIFY/JOB



*Modify a SCHEDULE job definition.

DThe MODIFY command will change any of the fields that make up a job definition.




General Format

+

MODIFY/JOB job_name [/qualifiers]

? /section = field
/section = field:value
/section = A (field,field,...)
/section = (field:value,field:value,...)


Alternate

CHJOB job_name [/qualifiers]
 /section = field
 /section = field:value
 /section = (field,field,...)
* /section = (field:value,field:value,...)



qualifier summary

/RESOURCES=.
[NO]DISK_SPACE : (disk,number_of_blocks)
[NO]FILE : file_spec;
MEASURED : (cpu_time,elapse_time,io_count, num_count)1
ESTIMATED : (cpu_time,elapse_time,io_count)

/NOTIFY=

AFTER_DELAY : delta_time5
[NO]SUBMITTED : ([username(s)][,MAIL (Default)]
[,BROADCAST])
[NO]STARTED
[NO]DELAYED
[NO]COMPLETED
[NO]FAILED7
[NO]ALL : (modify all of the above together)

/PROCESS=

CLI : text
NODE : node_name
CHARACTERISTICS : number
CPUTIME : delta_time
[NO]HOLD
[NO]KEEP
[NO]RESTART
[NO]DELETE
[NO]LOG_FILE : file_spec
QUEUE : queue_name
[NO]PRINTER : queue_name
NAME : text
PARAMETER : (p1,p2,...p8)
PRIORITY : queue_priority
ACCOUNT : text
USER : username.
VARIABLE : (var1=value, var2=value etc.)
WSDEFAULT : number
WSEXTENT : number
WSQUOTA : number

/GENERAL=

COMMENT : text
NEXT_SUBMIT : date
LAST_START : date
LAST_SUBMIT : date
LAST_COMPLETED : date
RESTART_COUNT : number
UP_COUNT : number
DOWN_COUNT : number8
FLAGS : [NO]HISTORY,[NO]FIXED_SET_ID,[NO]BLOCKED,  OPEN_VMS|UNIX|WINDOWSNT
OWNER : UIC0
PROTECTION : (S:rwed,O:rwed,G:rwed,W:rwed)
ACL : (ace's...)
STATUS : number
[NO]JOB_TAG : text!
STARTUP_WINDOW : delta_time!
EXECUTE_WINDOW : delta_time?
[NO]PRE_COM_FILE : file_spec|"I myfile.com"|$ DCL commandE
[NO]POST_COM_FILE : file_spec|"I myfile.com"|$ DCL command

/RESCHEDULING=

INTERVAL : delta_time
MARKED : letter_mark?
MONTHLY : (JANUARY...DECEMBER,ORDINAL_NUMBER,DAY_OF_WEEK)@
NAMED : (MONDAY...SUNDAY,445...544,MONTH_START...YEAR_END)
NONE
CALENDAR : calendar_name(
TIME_OF_DAY : [+/-]delta_time

General qualifiers:

/[NO]LOG
/[NO]CONFIRM
/NODE = target_node

General qualifiers:

/FROM = prototype_name
/IGNORE_ERRORS



Examples

 6    
#1

 
   $ SCHEDULE MODIFY/JOB TEST1 - #   /SUBMIT=QUEUE:SYS$BATCH/CONFIRM ' Modify [DWILLIAMS]TEST1  [Y/N] ? (Y):       





 o V T Y  
PreviousNextContentsIndex