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

2- 145
To compile, prepare, and run SIMCAL from within the RPG Interactive System Environment, you would
enter the commands below. The comments on the right are for your information and are not part of your
responses. While the Segmenter is executing, its HP banner and responses will appear on your screen. You
are expected to supply colon (":") prompts as required when entering the ":MPEcommand".
---------------------------------------------------------------------------------------
>T[EXT] SIMCAL Copy SIMCAL to work file
>V[ERIFY] R[PG] RPG compile the work file into a USL file
>PRINT ALL RPGLIST Prints compilation listing offline
>V[ERIFY] P[REP] Prepare USL to program file
>:FILE INPUT=$STDIN Issue file equations for I/O
>:FILE OUTPUT=$STDLIST
>RU[N] $OLDPASS Execute SIMCAL
Alternatively, you could prepare SIMCAL manually using the commands listed below. Again, you will have
to supply colon prompts where they appear below. These are examples of the ":MPEcommand".