Definitions and Records
Data Definition Language (DDL) Reference Manual — 426798-002
5- 27
RECORD Statement Error Handling
KEY "KY" IS f-2 FILE IS "AltKy" UPDATE NOT ALLOWED.
END.
FUP Output:
RESET
SET ALTKEY ("KY", KEYOFF 2, KEYLEN 10, FILE 0, NO UPDATE)
SET NO ALTCREATE
SET ALTFILE (0, AltKy)
SET TYPE R
SET REC 20
SET BLOCK 4096
SET EXT(4, 32)
SET MAXEXTENTS 100
CREATE Test1
RESET
SET TYPE K
SET KEYLEN 12
SET REC 16
SET BLOCK 4096
SET IBLOCK 4096
SET EXT(4, 32)
SET MAXEXTENTS 100
CREATE AltKy
RECORD Statement Error Handling
When the DDL compiler encounters an error in a RECORD statement, it continues
processing the statement to determine if there are other errors before processing the
next statement. DDL does not add the record to the dictionary, does not write any FUP
source for it, and does not write the record to any open language source-code files.
Содержание 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 ...