Hi Christian,
Well, I tried to reproduce your problem in a very similar environment: Z/OS 2.4, Nat 9.2.2.2.
However, in my case the result was a bit different:
From Natural:
Open for WORK file 1 failed S013.
which perfectly make sense (OPEN = SVC 13), and the message also confirmed that:
From OS:
IEC141I 013-18,IGG0191B,DRP588D1,NATBDEV,CMWKF01,BB28,DEV014,
My program also tried to read a non-existing PDS member.
Hello Nikolay
Thx for your test.
Maybe the difference between your and my results is based on different natural installion on your and my side.
Nevertheless: I can live with my ERROR-NR values.
My naive guess why I get ERROR-NR 24 was:
Input from JCL => LREC = 80
Input from a PDS-Member which doesn’t exists, but the PDS was created with LRECL=133
If these are concatinated, then a non existing PDS-Member will cause ERROR-NR 24.
Whatever, we can stop further investigations on this topics.