Re: java executables using batch

2011-05-25 Thread Shmuel Metz (Seymour J.)
In 642078.16096...@web65512.mail.ac4.yahoo.com, on 05/20/2011 at 07:35 PM, Scott Ford scott_j_f...@yahoo.com said: Where are you invoking the Java compiler the job stream presented ONLY copies your source to STDOUTL and STDERRL ... No, it copies the output. No compiler is shown in this

Re: java executables using batch

2011-05-25 Thread Shmuel Metz (Seymour J.)
In BANLkTintaXuqk4tb9Whfx=l53ipw+yf...@mail.gmail.com, on 05/21/2011 at 07:38 AM, jagadishan perumal jagadish...@gmail.com said: I was trying to invoke a java executable file using the below batch but The expected output was not recieved. Read the help data, then take a closer look at your

Re: java executables using batch

2011-05-25 Thread jagadishan perumal
Hi, Have written the java codes in HellowWorld.java and compiled it.. Now it works. On Wed, May 25, 2011 at 4:52 PM, Shmuel Metz (Seymour J.) shmuel+ibm-m...@patriot.net wrote: In BANLkTintaXuqk4tb9Whfx=l53ipw+yf...@mail.gmail.com, on 05/21/2011 at 07:38 AM, jagadishan perumal

Re: java executables using batch

2011-05-24 Thread Jan MOEYERSONS
On Sat, 21 May 2011 07:38:04 +0530, jagadishan perumal jagadish...@gmail.com wrote: //RUN EXEC PGM=BPXBATCH, // PARM='SH java -cp /proj2/jproj/path.classpath' Try adding the class you want to execute to that command line... A classpath is nice, but to my knowledge, java does not guess

Re: java executables using batch

2011-05-23 Thread Ward, Mike S
Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Scott Ford Sent: Saturday, May 21, 2011 10:37 AM To: IBM-MAIN@bama.ua.edu Subject: Re: java executables using batch As Chris Mason and I pointed out, the manual is a pretty good Jags: As Chris Mason and I pointed out, the manual is a pretty

Re: java executables using batch

2011-05-23 Thread Paul Gilmartin
On Mon, 23 May 2011 08:53:36 -0500, Ward, Mike S wrote: ... we have scheduled IPL's once a week ... Whether you need it or not? Why? Lingering fear of resource leaks? Operator training? -- gil -- For IBM-MAIN subscribe /

Re: java executables using batch

2011-05-23 Thread Ward, Mike S
Maintenance window. We are only allowed 1 maint window per week. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Monday, May 23, 2011 9:18 AM To: IBM-MAIN@bama.ua.edu Subject: Re: java executables using batch On Mon

Re: java executables using batch

2011-05-23 Thread Mike Schwab
I think we IPL about once every 2-3 months. -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: java executables using batch

2011-05-23 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin On Mon, 23 May 2011 08:53:36 -0500, Ward, Mike S wrote: ... we have scheduled IPL's once a week ... Whether you need it or not? Why? Because. Lingering fear of resource leaks? Operator

Re: java executables using batch

2011-05-23 Thread Rick Fochtman
snip- Don't be sorry. I'm glad you said it. I had something happen the other day that really made me laugh. The ratio of System Admins to system programmers here is about 8 to 1. Management wanted us to start showing the

Re: java executables using batch

2011-05-23 Thread Mike Schwab
On Mon, May 23, 2011 at 2:57 PM, Rick Fochtman rfocht...@ync.net wrote: snip- Don't be sorry. I'm glad you said it. I had something happen the other day that really made me laugh. The ratio of System Admins to system

Re: java executables using batch

2011-05-23 Thread Donald Likens
I exec Java from batch: Here is what my JCL looks like: //TSSDONS1 JOB (DON,DON),MSGCLASS=A,NOTIFY=SYSUID //* Caps must be off //MEASSRVR EXEC PGM=BPXBATCH,REGION=200M, // PARM='PGM

Re: java executables using batch

2011-05-21 Thread Mark Jacobs
First thing I'd do is use Java launcher rather than BPXBATCH to execute your java programs. Mark Jacobs -Original Message- From: IBM Mainframe Discussion List on behalf of jagadishan perumal Sent: Fri 5/20/2011 10:08 PM To: IBM-MAIN@bama.ua.edu Subject: java executables using batch

Re: java executables using batch

2011-05-21 Thread Scott Ford
  From: jagadishan perumal jagadish...@gmail.com To: IBM-MAIN@bama.ua.edu Sent: Sat, May 21, 2011 1:38:56 AM Subject: Re: java executables using batch I have launched JZOS tool kit. But I want to know where i need to refer  the JAVACLS ? On Sat, May 21, 2011 at 8:09 AM, Scott Ford scott_j_f

Re: java executables using batch

2011-05-21 Thread Scott Ford
To: IBM-MAIN@bama.ua.edu Sent: Sat, May 21, 2011 10:31:43 AM Subject: Re: java executables using batch First thing I'd do is use Java launcher rather than BPXBATCH  to execute your java programs. Mark Jacobs -Original Message- From: IBM Mainframe Discussion List on behalf of jagadishan

Re: java executables using batch

2011-05-21 Thread Chris Mason
Jags Could Anyone please throw some light on this issue. It still looks like a *problem* to me, something which isn't working and requires only a knowledge of a technical subject to fix rather than a government debate. Here where I would start looking for manuals I have launched JZOS

Re: java executables using batch

2011-05-21 Thread Chris Mason
Jags I'm going to assume he would have made a similar to identical suggestion if he had realised that JZOS was a handy hook on which to hang your enquiries. And just about simultaneously - given the delays involved while we toil putting together helpful posts for you - he did! Chris Mason On

Re: java executables using batch

2011-05-21 Thread Scott Ford
Programmers( of which I was honored) to be among for many years, need the 'ata boys too'   Scott J Ford www.identityforge.com   From: Chris Mason chrisma...@belgacom.net To: IBM-MAIN@bama.ua.edu Sent: Sat, May 21, 2011 10:49:35 AM Subject: Re: java executables using

Re: java executables using batch

2011-05-21 Thread jagadishan perumal
years, need the 'ata boys too' Scott J Ford www.identityforge.com From: Chris Mason chrisma...@belgacom.net To: IBM-MAIN@bama.ua.edu Sent: Sat, May 21, 2011 10:49:35 AM Subject: Re: java executables using batch Jags I'm going to assume he would have

Re: java executables using batch

2011-05-20 Thread Scott Ford
Where are you invoking the Java compiler the job stream pres Jags: Where are you invoking the Java compiler the job stream presented ONLY copies your source to STDOUTL and STDERRL ... No compiler is shown in this example   Scott J Ford   From:

Re: java executables using batch

2011-05-20 Thread Scott Ford
Here where I would start looking for manualsthis is only a s Jags: Here where I would start looking for manualsthis is only a starting point: http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp   Scott J Ford www.identityforge.com   From:

Re: java executables using batch

2011-05-20 Thread jagadishan perumal
I have launched JZOS tool kit. But I want to know where i need to refer the JAVACLS ? On Sat, May 21, 2011 at 8:09 AM, Scott Ford scott_j_f...@yahoo.com wrote: Here where I would start looking for manualsthis is only a s Jags: Here where I would start looking for manualsthis is