Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-79
OLDFUP_FILEFORMAT
OLDFUP_FILEFORMAT
The OLDFUP_FILEFORMAT command specifies file format 1 for all FUP source code
files and all FUP alternate key files.
Default: NOFILEFORMAT on page 9-77
The format specification of a file for a record is not stored in the dictionary. If the user
compiles the records with a particular format command (using the
!?FUP
< SCHEMA PRODUCED DATE - TIME : 3/02/2000 - 18:52:42
Output source for FUP is opened on $ZTNT.#PTVWAT5
!?NOFILEFORMAT
!RECORD EMPL.
!FILE IS "EMPLOYEE".
!DEF IS EMP.
!KEY IS EMPL.EMP-ID.
!KEY "MN" IS EMPL.EMP-NAME.
!END.
Record EMPL size is 30 bytes.
Record EMPL added to dictionary.
< SECTION EMPL
< Record EMPL created on 03/02/2000 at 19:10
RESET
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 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.
{ OLDFUP_FILEFORMAT | NEWFUP_FILEFORMAT | NOFILEFORMAT }
Example 9-38. NOFILEFORMAT Command (page2of2)