SET-TERMINAL-FILE: Difference between revisions
Jump to navigation
Jump to search
(created page for the SET-TERMINAL-FILE command) |
(expanded the text, added another reference) |
||
Line 1: | Line 1: | ||
@SET-TERMINAL-FILE <file name> | @SET-TERMINAL-FILE <file name> | ||
This command will specify <file name> as the name for all terminals. | Set the name of terminal. This command will specify <file name> as the name for all terminals. | ||
; <file name> : to be used for terminal name. | |||
Rules: | |||
#Permitted only for user SYSTEM. | |||
#The name is set for all users. | |||
#Several files can be used as terminal files; any of the filenames can be used to write to the terminal. | |||
Example: | Example: | ||
Line 19: | Line 25: | ||
== References == | == References == | ||
{{ND-doc|60.050.06}} section 6.7 | {{ND-doc|60.050.06}} section 6.7 | ||
{{ND-doc|60.128.03}} (printed February 1983), page 1-195 | |||
{{ND-doc|60.174.Q01}} | {{ND-doc|60.174.Q01}} | ||
[[Category:System Commands]] | [[Category:System Commands]] |
Latest revision as of 13:42, 29 August 2017
@SET-TERMINAL-FILE <file name>
Set the name of terminal. This command will specify <file name> as the name for all terminals.
- <file name>
- to be used for terminal name.
Rules:
- Permitted only for user SYSTEM.
- The name is set for all users.
- Several files can be used as terminal files; any of the filenames can be used to write to the terminal.
Example:
@SET-TERMINAL-FILE "TERMINAL"
After this command, TERMINAL may be used as an input or output file name, for example
@SET-FILE-ACCESS TERM, RWA, RWA, RWAD
@COPY TERMINAL, <any file>
the last command will copy <any file> to the terminal.
Related commands
References
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 6.7
Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-195
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD