Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-77
NOFILEFORMAT
NOFILEFORMAT
The NOFILEFORMAT command specifies no file format for all FUP source code files
and all FUP alternate key files.
Default: NOFILEFORMAT
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.
The DDL compiler does not allow you to define a record length that is more than the
maximum allowed length for the particular type of file.
< SECTION EMPL
< Record EMPL created on 03/02/2000 at 18:00
RESET
SET FORMAT 2
SET ALTKEY ( "MN", KEYOFF 0, KEYLEN 20, FILE 0 )
SET NO ALTCREATE
SET ALTFILE ( 0, EMPLOYE0 )
SET TYPE K
SET KEYOFF 20
SET KEYLEN 2
SET REC 30
SET BLOCK 4096
SET IBLOCK 4096
SET EXT( 4, 32 )
SET MAXEXTENTS 100
CREATE EMPLOYEE
RESET
SET FORMAT 2
SET TYPE K
SET KEYLEN 24
SET REC 24
SET BLOCK 4096
SET IBLOCK 4096
SET EXT( 4, 32 )
SET MAXEXTENTS 100
CREATE EMPLOYE0
FUP output produced for EMPL.
{ NOFILEFORMAT | NEWFUP_FILEFORMAT | OLDFUP_FILEFORMAT }
Example 9-37. NEWFUP_FILEFORMAT Command (page 2 of 2)