Hello all,
I'm out of ideas. LISTDSI function abended with S113-38 (meaning: "An OPEN was issued for a VSAM data set with a DCB, but the format1 DSCB for the data set does not indicate it is a VSAM data set. Ensure that the DSNAME specified on the DD statement is correct and that the program supports opening a VSAM data set with a DCB"). The file type is IAM and the IAM software is up and running, so from the programs' perspective these files should look like normal VSAMs.
The funny part is that I have slightly different version of IAM than the machine where the abend occurs, so I've never seen it live. The Rexx and z/OS versions are the same. Short register dump we've got is useless (no active module found), I have just the dataset name, abend code and the abending function.
Has anybody ever encountered this behavior?
Is there anything I can do, or should we just try different version of IAM and hope it helps?
If nothing else works, is there any way to at least suppress the abend messages? The abend is quite harmless, the exec continues to run and subsequent modules that are being called handle the same dataset without any problems. The big red messages on the screen just don't look good.
Thank you for any suggestions.