REMARK [ SNA NRJE User/Programmer Reference Manual ] MPE/iX 5.0 Documentation
SNA NRJE User/Programmer Reference Manual
REMARK
Provides a way to do in-line comments when you use NRJE subsystem
commands in an HP 3000 job.
Syntax
_____________________________________
| |
| REM[ARK] [String] |
_____________________________________
Parameters
String Contains any printing character. If you omit the String in an HP
3000 job, only the REMARK command itself is printed.
Description
The REMARK command enables you to include comments or notes within a
sequence of subsystem commands in job listings produced on hard copy
devices, to create headings or explain the purpose of commands. After a
REMARK command is entered, it can be followed by a String made up of any
ASCII characters. This subsystem command is used primarily in batch jobs
but also can be used in sessions.
Example
__________________________________________
| |
| >REMARK No comment.|
| >REMARK Comment Comment. |
| >REM No comment.|
__________________________________________
MPE/iX 5.0 Documentation