HP 3000 Manuals

Running the Preprocessor in Job Mode [ ALLBASE/SQL Pascal Application Programming Guide ] MPE/iX 5.0 Documentation


ALLBASE/SQL Pascal Application Programming Guide

Running the Preprocessor in Job Mode 

You can preprocess Pascal ALLBASE/SQL programs in job mode.  Figure 2-18
illustrates a job file that uses the PPPAS UDC to preprocess several
sample programs.
____________________________________________________________
|                                                          |
|     !JOB JIM,MGR.HPDB,Pascal;OUTCLASS=,1                 |
|     :pppas exp01,PartsDBE,exp01p                         |
|     :pppas exp01a,PartsDBE,exp01ap                       |
|     :pppas exp02,PartsDBE,exp02p                         |
|          .                                               |
|          .                                               |
|          .                                               |
|     :pppas exp50,PartsDBE,exp50p                         |
|     !TELL JIM,MGR.HPDB; Pascal Preprocessing is complete!|
|     !EOJ                                                 |
____________________________________________________________

          Figure 2-18.  Sample Preprocessing Job file 



MPE/iX 5.0 Documentation