DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 76
NOFILEFORMAT Command
NOFILEFORMAT Command
The NOFILEFORMAT command specifies no file format in FUP source files. It:
•
Suppresses specification of any file format in FUP source files.
•
Nullifies the effect of the OLDFUP_FILEFORMAT or NEWFUP_FILE FORMAT
command if either of those commands is already in use.
NOFILEFORMAT Command Guidelines
The following points are guidelines for using the NOFILEFORMAT command:
•
By default, DDL uses the NOFILEFORMAT command.
•
No format is specified for both alternate key and main files.
•
The NOFILEFORMAT command allows the user to generate FUP output without
any format specification.
•
DDL does not allow you to define a record length that is more than the maximum
allowed length for the particular type of file.
•
For files with no format specification, the maximum allowed record length
(assuming the block size as 4096 bytes) is as follows.
If you attempt to define a record size that is greater than the above specified
record sizes DDL issues
an error message.
NOFILEFORMAT Command Example
The following example illustrates the use of the NOFILEFORMAT command:
20> DDL
!?DICT
!?NOFILEFORMAT
!DEF EMP.
!02 EMP-NAME PIC X(20).
!02 EMP-ID PIC 9(4) COMP.
!02 EMP-SALARY PIC 9(6)V9(2).
NOFILEFORMAT
File type
Record size (<2GB file)
Unstructured
4096 Bytes
Key-Sequenced
4062 Bytes
Entry-sequenced
4072 Bytes
Relative
4072 Bytes
Содержание 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 ...