> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Hunkeler Peter (KIUB 34) > Sent: Friday, May 26, 2006 12:38 AM > To: [email protected] > Subject: Re: A little more insight on the Java strangeness > I'm encountering > > > >shell should NOT even attempt to run the file, what is with > >that? That is WRONG, WRONG, WRONG! > > Here is what I get on z/OS V1.7. I can't get the shell to > execute the java class nor the source file when the X bit is not > set: > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> ls -l Hello* > -rw-r--r-- 1 A OMVSGRP1 425 Mai 24 08:30 HelloWorld.class > -rw-r--r-- 1 A OMVSGRP1 112 Mai 24 08:30 HelloWorld.java > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> HelloWorld.java > HelloWorld.java: cannot execute > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> HelloWorld.class > HelloWorld.class: cannot execute > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> HelloWorld > HelloWorld: FSUM7351 not found > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> ./HelloWorld > ./HelloWorld: FSUM7351 not found > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> ./HelloWorld.class > ./HelloWorld.class: FSUM9209 cannot execute: reason code = 5b4c0002: > EDC5111I Permission denied. > > A @ S1(z/OS V17) CH.IBM-1148: /u/a $> ./HelloWorld.java > ./HelloWorld.java: FSUM9209 cannot execute: reason code = 5b4c0002: > EDC5111I Permission denied. > > > On what release do you see the wrong behaviour? > > Peter Hunkeler
Peter, z/OS 1.6. This may be fixed in a PTF that I don't have on. Or in 1.7. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

