Data Build Manual
Customizing SQL-LOAD Output
Customizing Data Build
6–20 099331 Tandem Computers Incorporated
6. Edit DDLDEF01 and change ?SECTION OUT-DEMO01
Before ...
06 DEM1-NAME-X.
07 DEM1-NAME PIC X(25).
After ...
06 DEM1-NAME-X.
07 DEM1-NAME.
08 LEN PIC S9(4) COMP.
08 VAL PIC X(25).
7. Run the following:
DDL /IN ZZDDLIN, OUT $S.#DDLNEW/
Check the spooler location #DDLNEW and correct any errors.
8. OBEY XRUN to start Data Build
9. Press F3 to generate PROCLIB.
10. Respond "Y" to Purge USERLIB, at the prompt:
GENPROC: User Library Exists - $Vol.subvol.USERLIB
GENPROC: If You Wish To Purge, Enter Y/N...
USERLIB is a skeleton file created during the F3 step, in this case when the
previous samples were run. "Y" will purge the current file and recreate the
skeleton file.
11. Press F16 to exit Data Build.
12. Modify USERLIB as follows: