IGZ0200W   A file attribute mismatch was detected. File file-name in program program-name was defined as a physical sequential file and the file specified in the ASSIGN clause was a VSAM data set.

Explanation

The program file description specified that the file was a physical sequential file and the data set associated with the ASSIGN clause was found to be a VSAM file. 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 file description and the DD parameter associated with the ASSIGN clause are for the correct data set.

Symbolic Feedback Code

IGZ068