IGZ0261W   An absolute pathname was not specified in environment variable env-var for file file-name in program program-name.

Explanation

The contents of the environment variable that was used for the allocation of the file did not specify an absolute pathname in the PATH parameter. Only absolute pathnames are supported. 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

Change the PATH parameter in the specified environment variable to specify an absolute pathname.

Symbolic Feedback Code

IGZ085