ENTER (command): Difference between revisions
Jump to navigation
Jump to search
(added example section) |
m (removed llink (to self)) |
||
Line 12: | Line 12: | ||
#Permitted for all users. | #Permitted for all users. | ||
#If <password> is wrong, the job is aborted. | #If <password> is wrong, the job is aborted. | ||
#If the job is run under the @[[MODE]] command, the @ | #If the job is run under the @[[MODE]] command, the @ENTER command is ignored. | ||
#A batch job does not need any special termination characters. A [[batch-input-file|batch input file]] may contain several [[batch job|batch jobs]]. | #A batch job does not need any special termination characters. A [[batch-input-file|batch input file]] may contain several [[batch job|batch jobs]]. | ||
Revision as of 13:08, 28 September 2017
@ENTER <user name>, <password>, <project no>, <max time>
This command must be the first command in a batch job. It identifies the owner of the job.
- <user name>
- must be the name of a legal user
- <password>
- is the correct password for the user. If no password is defined, two commas (,) must be used to separate <user name> and <project no>. The password will not be printed on the output listing.
- <project no>
- should be given as a decimal integer if the accounting system is in use by the installation. If no project number is required, the entry should be given as two commas separating <password> and <max time>.
- <max time>
- is the maximum CPU minutes the batch job requires, given as a decimal integer. If the time is reached, the batch job is aborted. Default time is 1 minute.
If the <user name> or <password> is not valid, the batch job will be aborted.
The ENTER command is ignored when running @MODE. this means the the same file can be used for @MODE as well as batch.
Rules:
- Permitted for all users.
- If <password> is wrong, the job is aborted.
- If the job is run under the @MODE command, the @ENTER command is ignored.
- A batch job does not need any special termination characters. A batch input file may contain several batch jobs.
Example:
@ENTER GUEST,, 100, 5
The command is located at the start of a batch job. The job is run for user GUEST with no password and project number 100. The job will terminate after 5 minutes CPU time.
Related commands
References
Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-70, 1-71
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.7.5.1
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD