IGZ0203W   A file attribute mismatch was detected. File file-name in program program-name specified non-ASCII data and the file specified in the ASSIGN clause contained the ASCII data attribute.

Explanation

The data set associated with the ASSIGN clause contained ASCII type data and the file description in the program did not contain ASCII data. The OPEN statement failed.

System action

If a file status was specified, no system action is performed. If a file status field was not specified, the program is terminated and message IGZ0035S is generated.

Programmer response

Check that the data set associated with the ASSIGN clause is the correct one, and if it is, check the data set for the ASCII attribute.

Symbolic Feedback Code

IGZ06B