HPlogo SNA NRJE User/Programmer Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 User Commands

REMARK

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

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.
Feedback to webmaster