DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -50
DDL Error and Warning Messages
Recovery. Change the file security and manually purge the remaining dictionary files.
Cause. A field definition or description has more than one PICTURE or TYPE clause.
Effect. DDL rejects the object.
Recovery. Remove all but one PICTURE or TYPE clause and recompile.
Cause. DDL was asked to generate output for a source language other than COBOL
and the DDL item contains a PACKED-DECIMAL field.
Effect. DDL issues error messages and does not generate output for the language
identified as
language_name
. For example:
!?tal
! SCHEMA PRODUCED DATE - TIME : 8/01/2000 - 15:05:22
Output source for TAL is opened on $ZTN1.#PTPJHYV
!def emp pic 9999 PACKED-DECIMAL.
Definition EMP size is 3 bytes.
Definition EMP added to dictionary.
*** WARNING *** TAL OUTPUT DIAGNOSTICS:
*** ERROR *** Element contains PACKED-DECIMAL data type - EMP
*** ERROR *** PACKED-DECIMAL data type is not supported in TAL
*** ERROR *** Errors detected - no output produced for EMP
Effect. Recovery is not possible. Remove the COMP-3, COMPUTATIONAL-3, or
PACKED-DECIMAL data item from the definition or record. Such data items are not
supported in C, FORTRAN, pTAL, PASCAL, TAL, or TACL.
Effect. The name of a definition or record exceeds the Pascal limit of 31 ASCII
characters for these names.
Effect. DDL does not write the definition or record to the Pascal source file.
Recovery. Shorten the name and recompile the definition or record.
Cause. You requested Pascal output, but the object does not conform to Pascal
syntax rules.
***ERROR*** Only one TYPE clause per element allowed
***ERROR*** PACKED-DECIMAL data type is not supported in
language_name
***ERROR*** Pascal DEF or RECORD or variant record name too
long- object-name
***WARNING*** PASCAL OUTPUT DIAGNOSTICS:
Содержание 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 ...