ENTER (command): Difference between revisions
Jump to navigation
Jump to search
(added related commands section) |
m (added Category:Background Commands (was missing)) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
If the <user name> or <password> is not valid, the batch job will be aborted. | 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. | The ENTER command is ignored when running @[[MODE (command)|MODE]]. this means the the same file can be used for @[[MODE (command)|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)|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]]. | |||
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 == | == Related commands == | ||
@[[APPEND-BATCH]] | @[[APPEND-BATCH]] | ||
Line 18: | Line 30: | ||
{{ND-doc|60.174.Q01}} | {{ND-doc|60.174.Q01}} | ||
[[Category:Batch-job-file Commands]] | [[Category:Batch-job-file Commands]] | ||
[[Category:Background Commands]] |
Latest revision as of 14:35, 14 November 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