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

2- 178
>L ALL
5 00011H
SIMCAL
10 00012FINPUT I P F 72 DISK
15 00013FOUTPUT O F 72 DISK
20 00014IINPUT AA 01 1 CA
(4) 25 00015I OR 02 1 CS
In the second example, the I command without a value resets the default increment value of 1, and the
RENUMber command is entered (1). When an illegal abbreviation of LIST is entered, an error is
generated (2). A legal abbreviation of LIST ALL is then entered, and the command is executed (3).
>I
(1) Increment reset to 1.
>RENUM
Renum completed.
(2) >LI AL
^
Error 112: Can't distinguish between LINe or LISt command.
(3) >LIS AL
1 00011H
SIMCAL
2 00012FINPUT IP F 72 DISK
3 00013FOUTPUT O F 72 DISK
4 00014IINPUT AA 01 1 CA
5 00015I OR 02 1 CS
In the third example, a series of errors establishes the limits of increment values acceptable to RISE. It
will not accept a value of zero (1). The minimum increment cannot be be more than three digits to the
right of the decimal point (2). The maximum cannot exceed 5000 (3).
(1) >I0
Error 78: An increment value cannot be zero.
(2) >I.0001
^
Error 74: A maximum of 3 digits is allowed right of decimal.
(3) >IN6000
Error 156: BY increment cannot be greater than 5000.
>
>
JOIN
JOIN merges or appends a file to your work file.
Form
J[OIN] filename [TO loc] [BY inc]
Parameter Explanation
filename Name of the file to be joined.
TO loc Location where "filename" will be joined. If the destination line exists, "filename" will be
joined at the next line in sequence.
BY inc Increment value of sequence number you wish to use for the JOIN command.