Batch-input-file: Difference between revisions

From NDWiki
Jump to navigation Jump to search
m (fixed a typo.)
m (fix link to @MODE)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
*all command parameters must be given on the same line as the command name itself because the system cannot ask for the missing parameters.
*all command parameters must be given on the same line as the command name itself because the system cannot ask for the missing parameters.
*although they are legal, some commands are not well suited within a batch job file. Among these are, for example, the @[[LOOK-AT]] command.
*although they are legal, some commands are not well suited within a batch job file. Among these are, for example, the @[[LOOK-AT]] command.
*the commands @[[LOGOUT]] and @[[MODE]] are not allowed within a batch job.
*the commands @[[[[LOGOUT (command)|LOGOUT]]]] and @[[[[MODE (command)|MODE]]]] are not allowed within a batch job.
If errors occur within a batch job, the offending error message is written on the <batch-output-file> together with the message
If errors occur within a batch job, the offending error message is written on the <batch-output-file> together with the message
  ***BATCH JOB ABORTED***
  ***BATCH JOB ABORTED***
Line 14: Line 14:
{{ND-doc|60.174.Q01}}
{{ND-doc|60.174.Q01}}
[[Category:Batch-job-file Commands]]
[[Category:Batch-job-file Commands]]
[[Category:Glossary]]

Latest revision as of 19:54, 26 September 2017

Most commands are allowed during a batch job but certain restrictions apply:

  • the first character of a SINTRAN command line must be the @, which corresponds to the leading character typed by the system in interactive mode.
  • all command parameters must be given on the same line as the command name itself because the system cannot ask for the missing parameters.
  • although they are legal, some commands are not well suited within a batch job file. Among these are, for example, the @LOOK-AT command.
  • the commands @[[LOGOUT]] and @[[MODE]] are not allowed within a batch job.

If errors occur within a batch job, the offending error message is written on the <batch-output-file> together with the message

***BATCH JOB ABORTED***

and the job will be aborted.

If errors occurs in accessing the batch input or output files, an error message will be given on the console terminal.

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.7.5.2

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD