cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex



GThe format defines the way that symbols are output. The default output Gspecification is: "$ %s=\" %s\" "" which produces the following format style.

 

"
    SC_ACCOUNT = "DEVELOPM"  




DAlternate output styles may be created by changing the format field.

/TAIL

FThe tail qualifier determines how many lines of the bottom of the log Efile will be generated using the /BATCHLOG qualifier. The default is 540. It can also be used with /HEAD=n and /MAXIMUM=n . 


J

Chapter 8
DIRECTORY data operations




EDirectories in the SCHEDULE System can be manipulated using the commands listed below.

 " &                      
Command Description
 CREATE/DIRECTORY  Create a new directory
 DELETE/DIRECTORY  Delete a directory
 DIRECTORY/DIRECTORY  List directories names
 MODIFY/DIRECTORY  Modify a directory entry
 RENAME/DIRECTORY  Rename a directory entry


EAll jobs and other entries that are defined in the SCHEDULE GSystem are recorded in a directory. Each directory defines what access Frights are needed before a user is granted access to data in it. Only Ctwo levels of directories are permitted. A top level (entered into [000000]) and a single sublevel.


J

CREATE/DIRECTORY



Create a new directory.

<The CREATE command will add a new directory to the database.




General Format

7

CREATE/DIRECTORY directory_name [/qualifiers]



Alternate

"MKDIR directory_name [/qualifiers]



qualifier summary

 General qualifiers:
/ACL = (ace,ace...)
/OWNER = UIC5
/PROTECTION = (S:RWEDC,O:RWEDC,G:RWEDC,W:RWEDC)
/[NO]LOG
/[NO]CONFIRM
/NODE = target_node



Examples

 6    
#1

 
   = $ SCHEDULE CREATE/DIRECTORY [NEW.RNO]/PROTECTION=G:RWED/LOG  Created [NEW.RNO]           









Qualifiers



/ACL=(ace,ace...)

EThe ACL field allows an Access Control List to be specified for this ?directory. The format of this list adheres to the VMS standard Hconventions. Please refer to the appropriate VMS documentation for more details.

/CONFIRM



/NOCONFIRM

ECONFIRM requests that the user be prompted prior to any operation to 0verify that the selected job 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.

/OWNER=UIC

CThe OWNER qualifier specifies the owner uic code for the directory.7

/PROTECTION=(S:RWEDC,O:RWEDC,G:RWEDC, W:RWEDC)

GThe PROTECTION qualifier specifies the UIC based access rights for the Fdirectory. You can determine how extensive an access other users will @have by setting the level of protection to any of the following accesses: ! %                      
Access Definition
 R read
 W write
 E edit
 D delete
 C control
 % %                  
Protection Definition
 S system
 O owner
 G group
 W world





 o V T Y  
PreviousNextContentsIndex