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 TYPE/QUEUE/SYMBOL/ENTRY=121  $ SHOW SYM SQ*    -   SQ_ENTERED_ON = "28-FEB-2001 10:22:46.15"    SQ_ENTRY = "121" /   SQ_INITIATED_ON = "28-FEB-2001 10:21:36.38"     SQ_NAME = "[DEMO.D]A1"       SQ_QUEUE = "P"    SQ_SET_ID = "2278"    SQ_SET_PARAMETER = ""    SQ_SET_TAG = "" +   SQ_START_ON = "28-FEB-2001 10:22:38.63"    SQ_STATUS = "%X00030001"    SQ_STEP = "0"       






Qualifiers

/ALL

/The ALL option displays all entries in a queue.

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

/ENTRY=number

EThe ENTRY qualifier selects a particular entry in a scheduling queue.

/FAILED

FThe FAILED qualifier displays only jobs that have failed. Failed jobs Dmay only be in the M, N, O or P. In most cases, this qualifier will -result in listing failed jobs in the P queue.

/FULL

=The FULL option displays all the known attributes of a queue.

/ORDER

GLists the current jobs in queue order rather than the default set/name order.

/SET_ID=number

EThe SET_ID qualifier points to a designated job set. If no number is +specified the default implies all job sets.'

/SYMBOL[=prefix_string,format]

DThe SYMBOL qualifier causes all output to be sent to a group of DCL Hsymbols rather than the terminal. (Prefix default = SQ) (Format default = "$ %s = \" %s" "")



E

Chapter 11
VARIABLE commands




HThese commands all perform operations on variables. The commands are as follows: " &                          
Command Description
 COPY/VAR 2 Copy the variable to create another variable
 CREATE/VAR  Create a new variable
 DELETE/VAR  Delete the variable
 DIRECTORY/VAR  Display the variable(s)
 MODIFY/VAR  Modify the variable
 RENAME/VAR  Rename the variable


O

11.1 Variable commands

?Variables are part of enhanced job scheduling which introduces Bprogrammatic tools into the job flow. Job flow can be suppressed, Adelayed or redirected based on the values contained in variables.
F

COPY/VARIABLE



$Copy a variable to another variable.

GThe COPY/VARIABLE command is used to copy a variable to a new variable.




General Format

?

COPY/VARIABLE from_variable to_variable [/qualifiers]



Alternate

CPVAR from_variable to_variable



qualifier summary

 General qualifiers:

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



Examples

 6    
#1

 
 4$ SCHEDULE COPY/VARIABLE SCH_TEST_VAR SCH_TEST2_VAR          





 o V T Y  
PreviousNextContentsIndex