Once again thanks Jon and all. I have no knowledge of JAVA and Programming is inquiring about it. Does the source go into a PDS?
Have a Nice Day ! Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. -----Original Message----- From: Veilleux, Jon L [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 8:51 AM To: [email protected] Subject: Re: JAVA In Batch You could use BPXBATCH JCL. //JESSTEP EXEC PGM=BPXBATCH,REGION=8M, // PARM='SH javac full_path_to_java_source_file ' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //JESSTEP EXEC PGM=BPXBATCH,REGION=8M, // PARM='SH java full_path_to_java_class_file ' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* Jon L. Veilleux [EMAIL PROTECTED] (860) 636-2683 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Thursday, March 08, 2007 8:45 AM To: [email protected] Subject: JAVA In Batch Hi All. Once again I turn to the group for help. We are OS390 V2R10. Can we compile and run JAVA in a batch program? Would anyone have a sample of how to do this or point me to a manual? Thanks in advance. Have a Nice Day ! Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

