Return values for LIMITS

>Return values for LIMITS

Return values for LIMITS

The LIMITS statement can optionally return these values which describe the type of a cataloged file.

DEF ENUM enumeration name KCML_LIMITS_ENUM

Enumeration ValueValueDescription
_LIMITS_SCRATCHED_DATA-2Scratched data file
_LIMITS_SCRATCHED_PROG-1Scratched program file
_LIMITS_FILE_NOT_FOUND0File not found
_LIMITS_PROGRAM_FILE1Program file
_LIMITS_DATA_FILE2Data file
_LIMITS_DIRECTORY3Directory
_LIMITS_SPECIAL4Special file or device, Eg named FIFO pipe

Back to the list of Enumerations and Constants