A SERVICE OF

logo

Chapter 6 521
Command Definitions P-R
RPGXLLK
NOTE This command is implemented as a command file. If you set the HPPATH
variable to null (SETVAR HPPATH ""), the command file is not executed, and
the command fails.
Use
This command may be issued from a session, job, or program. It may not be used in
BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME
command continues the execution.
Examples
The following example compiles and links an RPG/XL program entered through your
standard input device and stores the linked program in the file $OLDPASS. The listing is
printed on your standard list device.
RPGXLLK
To compile and link an RPG/XL source program from the source file RPGSRC, store it in
RPGPROG, and send the listing to your standard list device, enter:
RPGXLLK RPGSRC,RPGPROG
Related Information
Commands RPGXL, RPGXLGO
Manuals HP RPG/XL Programmer's Guide
HP RPG/XL Reference Manual
HP RPG Utilities Reference Manual