HPlogo ALLBASE/SQL Pascal Application Programming Guide: HP 3000 MPE/iX Computer Systems > Chapter 2 Using the ALLBASE/SQL Pascal Preprocessor

Running the Preprocessor in Job Mode

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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.

Figure 2-18 Sample Preprocessing Job file



!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
Feedback to webmaster