|
>Obviously NOT a CCSID issue. He says that the file has the same CCSID >that it has when he creates it from Windows (which subsequently works >fine!) >Even if it were a CCSID issue, he wouldn't get an I/O error, he'd just get >garbled data. And the same data would be garbled by Notepad. >Sorry, CCSID doesn't make sense based on the info we've been given. moin, I had the same problem when I tried to read an IFS file for my DOM Parser. It was an permission problem that time. the following worked for me: CHGAUT OBJ(<file>) USER(*PUBLIC) DTAAUT(*RWX) OBJAUT(*ALL) CHGAUT OBJ(<file>) USER(QDIRSRV <actuser>) DTAAUT(*RWX) OBJAUT(*ALL) - Martin
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.