EDC5041I An error was detected at the system level when opening a file.; 
errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

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";
        ZFile zfile = new ZFile("//'" + fileName + "'", options);

I believe the error is from the C/C++ library fopen() routine, but the errno2 
value is undocumented; 
http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceea900/llerr2.htm

Does fopen() support VSAM VRRDS files? Any idea what the errno2 value means?

Thanks

Steve

-- 
This e-mail message has been scanned and cleared by Google Message Security 
and the UNICOM Global security systems. This message is for the named 
person's use only. If you receive this message in error, please delete it 
and notify the sender. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to