IGZ0254W   Environment variable env-var is null or only contains blanks for file file-name in program program-name.

Explanation

The contents of the environment variable that was used for the allocation of the file were null or only contained blanks. The file cannot be allocated. The OPEN statement failed with file status 98.

System action

If a file status or error declarative was specified for the file, no system action is performed. If neither a file status nor an error declarative was specified for the file, the program is terminated and message IGZ0035S is generated.

Programmer response

For QSAM and VSAM files, make sure that the ddname is properly defined for the file by specifying a ddname for the file setting an environment variable with the same name as the ddname to identify the file. For line sequential files, make sure that the file is properly defined by setting an environment variable with the same name as the file name to identify the file using an absolute pathname.

Symbolic Feedback Code

IGZ07U