You can use OCOPY to send it to SYSOUT similar to this job which issues 'java fullversion' then copies the output to SYSOUT:
//JESSTEP EXEC PGM=BPXBATCH,REGION=8M, // PARM='SH java -fullversion' //STDOUT DD PATH='/tmp/test.out',PATHOPTS=(OWRONLY,OCREAT) // EXEC PGM=IKJEFT01 //SYSTSIN DD * PROFILE NOPREFIX OCOPY INDD(STDIN) OUTDD(SYSOUT) TEXT //STDIN DD PATH='/tmp/test.out',PATHOPTS=(ORDONLY) //SYSOUT DD SYSOUT=*, // DCB=(LRECL=133,BLKSIZE=133,RECFM=F) //SYSTSPRT DD SYSOUT=* Jon L. Veilleux [EMAIL PROTECTED] (860) 636-2683 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee Sent: Tuesday, March 20, 2007 3:05 PM To: [email protected] Subject: Re: JAVA Support for a Novice On 20 Mar 2007 09:03:04 -0700, [EMAIL PROTECTED] (McKown, John) wrote: >/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. I've never come across this. Is it possible to gener that file at the end of the run? ---------------------------------------------------------------------- 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 This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete this e-mail immediately. Thank you. Aetna ---------------------------------------------------------------------- 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

