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
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...