ENTER (command): Difference between revisions

From NDWiki
Jump to navigation Jump to search
(created page for the ENTER command)
 
(→‎References: added reference to SINTRAN III Reference Manual)
Line 9: Line 9:
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]]. this means the the same file can be used for @[[MODE]] as well as batch.
== References ==
== References ==
{{ND-doc|60.128.01}} (printed June 1980), pages 1-70, 1-71
{{ND-doc|60.050.06}} section 3.7.5.1
{{ND-doc|60.050.06}} section 3.7.5.1


{{ND-doc|60.174.Q01}}
{{ND-doc|60.174.Q01}}
[[Category:Batch-job-file Commands]]
[[Category:Batch-job-file Commands]]

Revision as of 20:58, 26 September 2013

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

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