Re: fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Kirk Wolf
s not greatly used; by Java and C programmers anyway. > > Steve > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Kirk Wolf > Sent: 28 July 2016 14:48 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: f

Re: fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Steve Austin
July 2016 14:48 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe The relevant diagnostic documentation for debugging C library I/O routine errors is "Language Environment Debugging Guide" and "Debuggin I/O progra

Re: fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Kirk Wolf
The relevant diagnostic documentation for debugging C library I/O routine errors is "Language Environment Debugging Guide" and "Debuggin I/O programs" in the C/C++ Programming Guide. >From the LE Debugging Guide, under "Using the __amrc and __amrc2 structures": It appears that the C library

fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Steve Austin
EDC5041I An error was detected at the system level when opening a file.; errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe I get the above error when using JZOS to open a VSAM VRRDS dataset; the same code works for KSDS and RRDS files. String options = "rb+,type=record";