IBM0228S
ONCODE=oncode-value The UNDEFINEDFILE condition was raised because the password was invalid or was not specified (FILE= or ONFILE= file-name).

Explanation

For VSAM data sets defined with a password, ENV (PASSWORD) and the password must be specified in the file declaration. If the password is incorrect or is not specified, a number of attempts will be given to specify the correct password. The number of retries allowed is specified when the data set is defined. If these attempts fail, UNDEFINEDFILE is raised.

Note: If the Authorized Program Facility (APF) is being used, the load module must be authorized.

The ONCODE associated with this message is 89.

System action

The ERROR condition is raised.

Programmer response

Modify the program to include the ENV (PASSWORD) option and the correct password in the file declaration.

Symbolic Feedback Code

IBM074