Commands List [ HP RPG/XL Utilities-Part 2 RISE ] MPE/iX 5.0 Documentation
HP RPG/XL Utilities-Part 2 RISE
Commands List
1. A[DD] --add new lines
2. B[EGIN] --start editing a new work file
3. CH[ANGE] --change oldstring to newstring
4. COM[MENT] --create a comment banner for user documentation
5. COP[Y] --duplicate lines
6. D[ELETE] --delete lines
7. E[XIT] --end subsystem
8. FIL[E] --work file directly
9. F[IND] --locate a string
10. FO[RM] --display an RPG specification form on the screen
11. G[ET] --read and execute commands from a file
12. H[ELP] --explain commands
13. I[NCR] --set default increment value
14. J[OIN] --append or merge an entire file
15. K[EEP] --save the work file
16. LIN[E] --enter Line Mode
17. L[IST] --list lines in Line Mode
18. ME[NU] --display main menu
19. M[ODIFY] --modify lines
20. MOV[E] --move lines to new location
21. P[RINT] --print lines offline
22. R[ENUM] --renumber editor sequence numbers or RPG source line
numbers
23. RU[N] --run a program file
24. S[HOW] --display a page in Block Mode for direct screen
editing
25. T[EXT] --copy a file into a work file for editing
26. U[NDEL] --restore lines deleted by last DELETE command
27. V[ERIFY] --compile the work file or LIST the compilation
listing or prepare a USL file
28. X[PAND] --expand the work file size
29. :MPEcommand --execute MPE command
The RISE commands can be grouped together by the mode in which they
execute and the functions they fulfill. It is not necessary to memorize
the modes in which commands operate. If you give a command unsuited to
the mode in which you are operating, RISE will automatically shift you to
the mode that will accept and execute it. The HELP command provides
additional convenience by listing and explaining RISE commands on the
screen.
The following commands execute only in Line Mode:
ADD BEGIN FORM LINE
LIST MODIFY RUN :MPEcommand
The following commands execute only in Block Mode:
COMMENT HELP MENU SHOW VERIFY
The following commands execute in either mode:
CHANGE COPY DELETE EXIT
FILE FIND GET INCR
JOIN KEEP MOVE PRINT
RENUM TEXT UNDEL XPAND
The following commands, if entered in Block Mode, will automatically
return you to the main menu when the command is completed:
FILE RENUM TEXT
These commands alter the internal state of the work file. What shows on
the screen after they have been entered in Block Mode is not
representative of what has occurred internally. The main menu resets the
screen contents so that they are representative.
For example, suppose you are in Show mode with the first page of File1
displayed on the screen and find it necessary to edit File2. You would
then enter the command "TEXT FILE2". After RISE completes the execution,
your new internal work file will contain the contents of File2. However,
the screen will still be displaying the first page of File1. At this
point, RISE will automatically clear the screen by displaying the main
menu. Then you may enter the Show command to have the first page of
File2 displayed.
MPE/iX 5.0 Documentation