The value reported for the access allowed for the owner in the message is "(OWNER ---)" or no access.
You might try modelling your JCL after that suggested by the manual: //SYSJAVA DD PATH='/u/userid/java/Classname.java', // PATHOPTS=(OWRONLY,OCREAT,OTRUNC), // PATHMODE=SIRWXU, // FILEDATA=TEXT Maybe specifying ORDWR has some kind of unintended side-effect. Bill On Mon, 9 Jul 2007 10:33:34 +1000, Nagesh <[EMAIL PROTECTED]> wrote: >Hi Bill, >No, there is no existing file. > >"Your PATHMODE seems OK but doesn't match the value reported for access >allowed for file owner in the message." > >I didn't quite follow you there. Shouldn't the PATHMODE value of SIRWXG >and SIRWXO allow files to be created ? > >Regards, >Nagesh > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

