DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 73
NEWFUP_FILEFORMAT Command
definition def-1. 02 a pic x(10). end.
constant val-4 value 4.
?NONCLCONSTANT
constant val-5 value 5.
constant val-6 value 6.
?NCLCONSTANT $vol.subvol.myncl
constant val-7 value 7.
constant val-8 value 8.
constant large-val value 32768 type binary 32.
DDL stores the NCL source code for the preceding example in $vol.subvol.myncl as
follows:
/* SCHEMA PRODUCED DATE - TIME :12/01/1992 10:43:29 */
/* Constant VAL-1 created on 12/01/1992 at 10:54 */
%%define VAL_1 1
/* Constant VAL-2 created on 12/01/1992 at 10:54 */
%%define VAL_2 2
/* Constant VAL-ABC created on 12/01/1992 at 10:54 */
%%define val_abc "abc"
/* Constant VAL-3 created on 12/01/1992 at 10:54 */
%%define val_3 3
/* Constant VAL-4 created on 12/01/1992 at 10:54 */
%%define val_4 4
/* Constant VAL-7 created on 12/01/1992 at 10:54 */
%%define val_7 7
/* Constant VAL-8 created on 12/01/1992 at 10:54 */
%%define val_8 8
/* Constant LARGE-VAL created on 12/01/1992 at 10:54 */
%%define large_val 32768
NEWFUP_FILEFORMAT Command
The NEWFUP_FILEFORMAT command specifies file format 2 in FUP source files. The
NEWFUP_FILEFORMAT command instructs the DDL compiler to:
•
Specify file format 2 in all FUP source files.
•
Specify file format 2 in all FUP alternate key files.
NEWFUP_FILEFORMAT Command Guidelines
The following points are guidelines for using the NEWFUP_FILEFORMAT command:
•
By default, DDL does not indicate the format of the file in FUP output.
•
The format specification of a file for a record will not be stored in the DDL
dictionary. If the user compiles the records with a particular format command (using
the OLDFUP_FILEFORMAT, NEWFUP_FILEFORMAT, or NOFILEFORMAT
NEWFUP_FILEFORMAT