On 20 Mar 2007 12:33:04 -0700, [EMAIL PROTECTED] (Veilleux, Jon
L) wrote:
>Are you on z/OS 1.7 or above? If not then make sure that STDOUT and STDERR are
>pointing to HFS files:
Yes.
>//STDOUT DD PATH='/tmp/test2.out',PATHOPTS=(OWRONLY,OCREAT)
>//STDERR DD PATH='/tmp/test2.err',PATHOPTS=(OWRONLY,OCREAT)
These include:
FSUM1009 Unable to execute the shell.
Options Report for Enclave main 03/20/07 1:32:47 PM
Language Environment V01 R07.00
>Also in my original note the square brackets were not displayed correctly
>since in ISPF edit the default hex codes for square brackets is not correct
>(depending on your emulator set up). Turn HEX ON and make sure that the hex
>codes for the brackets is correct [=x'AD, ]=x'BD'
>
>public static void main (String argsݨ)
>9A89884AA8A884A9884988944EA98984898AAB544
>742393023139305694041950D23995701972DDD00
public static void main (String args½)
444449A89884AA8A884A9884988944EA98984898AAB544
00000742393023139305694041950D23995701972DDD00
Yes, they match. (My 2nd run failed because I neglected to fix the
code case when I fixed the /tmp case).
>
>class HelloWorld
>{
> public static void main (String args[])
> {
> System.out.println("Hello Y'All!");
> }
>}
>
//INPUT DD DATA,DLM='%%'
class HelloWorld
{
public static void main (String args½)
{
System.out.println("Hello Y'All!");
}
}
%%
BPXM009I BPXBATCH FAILED BECAUSE OPEN (BPX1OPN) FOR STDOUT FAILED
WITH RETURN CODE 0000006F REASON CODE 00000004
IEF142I ZHBHELLO JESSTEP - STEP WAS EXECUTED - COND CODE 0255
----------------------------------------------------------------------
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