HP RPG/iX Utilities Reference Manual (30318-90006)

2- 142
Notations for this Manual
Notation Meaning Example of Use
--------------------------------------------------------------------------------------
[opt] Part of command or parameter enclosed by A[DD] [^^[formf]]
brackets is optional.
form One of the designators of the RPG Record FO[RM] form
Specifications--H,F E,L,I,C,O--or CO[L], which
brings a column indicator to the screen.
lb Line begin (beginning with line). D[ELETE] lb
le Line end (ending with line). D[ELETE] lb/le
inc Increment value. A[DD] BY inc
/ Delimiter with semantics of TO. L[IST] lb/le
X A[LL]
Choose one of the options, X or Y. L[IST]
Y lb/le
Literal Parameters
Notation Meaning Example of Use
--------------------------------------------------------------------------------------
BY The following number is an increment value. A[DD] BY.01
CO[L] Display with column indicator. FO[RM] CO[L]
TO The following line number is a destination; or, COP[Y]l TO l0 CH[ANGE]
the following is a new string. "OLD" TO "NEW"
IN The following is a range of line numbers. F[IND] "string" IN lb
E[VERY] Locates every occurrence of string in the FIND F[IND] E[VERY] "string"
command. IN A[LL]
O[FF] List lines offline on a line printer in the L[IST] A[LL] O[FF]
LIST command.
N[OW] The command is to be executed immediately E[XIT] N[OW]
without safeguards.