> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee > Sent: Tuesday, March 20, 2007 11:00 AM > To: [email protected] > Subject: Re: JAVA Support for a Novice > > > On 20 Mar 2007 08:41:25 -0700, [EMAIL PROTECTED] (Veilleux, Jon > L) wrote: > > >Try this...the java translations for [] will need to be > fixed. One of the problems of E-Mail and cut and paste. Also > you will need to be at a level of z/OS that supports SYSOUT > for STDIN STDERR, or you could change those DDs to use HFS files: > > I don't understand this code (/TMP ???) - except I was unsurprised > when it didn't work for me: > > IEF344I ZHBHELLO COPY1 OUTPUT - ALLOCATION FAILED DUE TO DATA FACILITY > SYSTEM ERROR > IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED, RETURN CODE IS (00000081) > REASON CODE IS (0594003D) > FILENAME IS (/TMP/HELLOWORLD.JAVA)
/TMP should have been /tmp (lowercase). There is not likely to be a /TMP subdirectory. The original message had it in lowercase, so you edit session is likely set to CAPS ON. UNIX work pretty much demands CAPS OFF to not mess up. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

