cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex


D

COPY/JOB



Copy a scheduled job definition.

GThe COPY command will copy an entire job definition into another name. GAll aspects of a job are copied including all lists. This includes all Fthe entries on the prerequisite list, initiate list, command list and all other lists.




General Format

:

COPY/JOB from_job_name to_job_name [/qualifiers]



Alternate

*CP from_job_name to_job_name [/qualifiers]



qualifier summary

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



Examples

 6    
#1

 
  5 $ SCHEDULE COPY/JOB SCHEDULE_A  SCHEDULE_B /CONFIRM >  Copy [SKAPUR]SCHEDULE_A to [SKAPUR]SCHEDULE_B  [Y/N] ? (Y):          


 6    
#2

 
  O $ Schedule> COPY BOOT::[TEST]SCHEDULE_A  CENTER::[TEST]SCHEDULE_A /CONFIRM G  Copy BOOT::[TEST]SCHEDULE_A to CENTER::[TEST]SCHEDULE_A [Y/N] ? (Y):          









Qualifiers



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

/NOCHECK

CThe NOCHECK qualifier disables the CHECK whether or not a provided Hprerequisite or initiate list makes references to any non-existent jobs.

F

CREATE/JOB



Create a new job definition.

AThe CREATE command will add a new job definition to the database.




General Format

+

CREATE/JOB job_name [/qualifiers]



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 CREATE/JOB MONTHLY_ACCOUNTING +  /RESCH=(INTERVAL=0:10,CALENDAR=STANDARD)          





 o V T Y  
PreviousNextContentsIndex