HP RPG/iX Utilities Reference Manual (30318-90006)
2- 174
Creating work space file.
(1) 1 :* THIS IS A SAMPLE COMMAND FILE.
2 :* AN ASTERISK INDICATES A COMMENT LINE.
3 :* YOU STORE A SEQUENCE OF COMMANDS IN A
4 :* FILE TO HAVE THEM ALL EXECUTED
5 :* AUTOMATICALLY.
6 :*
7 :* TEXT IN A FILE.
(2) 8 :TEXT SIMCAL
9 :LIST ALL
10 :*
11 :* LET'S USE SHOW MODE TO AUTOMATICALLY
12 :* SCROLL THROUGH THE FILE WITH THE RPG
13 :* SPECIFICATION RECORD FORMS.
14 :*
15 :* WE SHOULD TURN THE PAUSE ON SO THAT WE
16 :* HAVE TIME TO REVIEW THE SPECIFICATIONS.
(3) 17 :20
(4) 18 :SHOW FIRST
19 :5
20 :5
21 :5
22 :5
23 :5
24 :EXIT NOW
25 :* ALL DONE WITH COMMAND FILE.
26 :<Control Y>
>
(5) >M17
17 20
:I#
17 #20
:
(6) >KEEP CMDFILE
Keep completed.
File name is CMDFILE
>
>
HELP
HELP displays information concerning RISE commands.
Form
H[ELP] [command]
Parameter Explanation
command RISE command which you wish to have described in detail. You may use the abbreviation of
thecommand so long as thereis enough of it todistinguish it from other commandsbeginning
with the same letters.
Purpose
The HELP command displays information concerning RISE commands on your screen. It will also provide
a detailed description of a single command which you specify. If you use HELP without specifying a single
command, brief descriptions of all RISE commands are displayed at the terminal.