DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 79
OLDFUP_FILEFORMAT Command
?OLDFUP_FILEFORMAT
DEF EMP.
02 EMP-NAME PIC X(20).
02 EMP-ID PIC 9(4) COMP.
02 EMP-SALARY PIC 9(6)V9(2).
END.
?FUP
RECORD EMPL.
FILE IS "EMPLOYEE".
DEF IS EMP.
KEY IS EMPL.EMP-ID.
KEY "MN" IS EMPL.EMP-NAME.
END.
?DICT!
Audited dictionary created on subvol $ADE101.MANUAL.
Dictionary opened on subvol $ADE101.MANUAL for update access.
DEF EMP.
02 EMP-NAME PIC X(10).
02 EMP-ID PIC 9(6) COMP.
02 EMP-SALARY PIC 9(7)V9(2).
END.
Definition EMP size is 23 bytes.
Definition EMP added to dictionary.
?FUP
< SCHEMA PRODUCED DATE - TIME : 3/01/2000 - 21:26:19
Output source for FUP is opened on $ZTNT.#PTVWAMU
?OLDFUP_FILEFORMAT
RECORD EMPL.
FILE IS "EMPLOYEE".
DEF IS EMP.
KEY IS EMPL.EMP-ID.
KEY "MN" IS EMPL.EMP-NAME.
END.
Record EMPL size is 23 bytes.
Record EMPL added to dictionary.
< SECTION EMPL
< Record EMPL created on 03/01/2000 at 21:26
RESET
SET FORMAT 1
SET ALTKEY ( "MN", KEYOFF 0, KEYLEN 10, FILE 0 )
SET NO ALTCREATE
SET ALTFILE ( 0, EMPLOYE0 )
SET TYPE K
SET KEYOFF 10
SET KEYLEN 4
SET REC 23
SET BLOCK 4096
SET IBLOCK 4096
SET EXT( 4, 32 )
SET MAXEXTENTS 100