DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -43
DDL Error and Warning Messages
!?cendif
***WARNING*** No CIFNDEF or CIFDEF is used for this CENDIF, no
output produced for CENDIF.
!
Recovery. No recovery is necessary.
Cause. A DDL command was not entered to open a DDL source file before an
OUTPUT UPDATE statement was issued.
Effect. DDL does not generate DDL source update code.
Recovery. Specify the DDL command before issuing the OUTPUT UPDATE
statement and recompile.
Cause. No record or definition called
object-name
is in the dictionary.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile.
Cause. You entered a NOSAVE command, but no dictionary is open.
Effect. DDL ignores the NOSAVE command.
Recovery. Open a dictionary using the DICT command and reissue the NOSAVE
command.
Cause. FUP output is being generated, and a file is specified in DDL as assigned or
temporary. FUP output can be generated only for permanent files. Assigned and
temporary files can be used only in C, COBOL, FORTRAN, pTAL, Pascal, or TAL
programs.
Effect. DDL does not produce FUP output.
Recovery. If you want FUP output, remove the TEMPORARY or ASSIGNED
specification and recompile; otherwise, close the FUP source-code file.
***WARNING*** No DDL output file; no UPDATE output produced
***ERROR*** No definition for object-name
***WARNING*** No dictionary is open, NOSAVE command ignored
***ERROR*** No file name- file is assigned or temporary