Download Print this page

HP 3000 Manual page 212

Mpe/ix computer systems, rpg/xl utilities
Hide thumbs Also See for 3000:

Advertisement

* PH = Process handling.
* DS = Data segment management.
* MR = Multiple resource management.
* PM = Privileged-mode operation.
Users who issue the prepare command can only specify capabilities that they themselves pos-
sess (through assignment by the Account Manager). If the user does not specify any capabil-
ities, only IA and BA (if the user possesses them) will be assigned to this program.
RL=filename The name of the Relocatable Library (RL) to be searched to satisfy external references during
preparation. This can be any permanent file of type RL. It need not belong to the log-on
group, nor does it have a reserved, local name. This file yields a single segment that is incor-
porated into the segments of the program file prepared. If "filename" is omitted, no library
will be searched.
PATCH=patchsize The number of extra words added to each code segment before the Segment Transfer
Table to allow room for code patches to a segment.
For the stacksize, dlsize, and maxdata parameters, a value of -1 denotes the default (equivalent to omitting
the parameter).
NOTE
Note that the optional parameters associated with the P[REP]
command can be used in any order.
its HP banner and all its responses will appear on your terminal.
Moreover, because RISE's PREP option is exactly the same as the
Segmenter's PREPARE command, the syntax is the same, and delimiters
are necessary between parameters.
Purpose
The VERIFY command has three functions. It calls the RPG compiler to compile the work file, and when
the compilation is finished, displays the newly compiled file listing. Also, it lists the last compilation
listing produced by the VERIFY command and its RPG parameter. Finally, it calls the Segmenter to
prepare a USL file in $OLDPASS to a program file. Therefore, you may compile, prep, and execute your
RPG source program in the work file by using the VERIFY RPG, VERIFY PREP, and RUN commands. You
may also use the :MPEcommand to set up any file equations necessary to execute your program correctly.
For instance:
:FILE OUTENTITY =$STDLIST
Related Commands
The special function keys are redefined by the VERIFY RPG and LIST commands to facilitate
management of the compilation listing. The keys function as follows:
F1
Switch window to split screen--Top or Bottom--or Full Window.
F2
Display first page of compilation listing.
F3
Display last page.
F4
Find error in compilation listing.
2- 214
When the Segmenter is executing,

Advertisement

loading