Re: Java -Xdump:tool option on z/OS

2014-03-21 Thread Steve Austin
Oerlemans Sent: 20 March 2014 23:47 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Java -Xdump:tool option on z/OS How hard can this be I ask myself...a good while later 1. So it's much easier to see results in batch . //UNIX EXEC PGM=BPXBATCH,PARM='SH /u/hanko/runhe.sh' //STDOUTDD SYSOUT

Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
I'm attempting to use this option to issue a command at JVM start; -Xdump:tool:events=vmstart,exec=tso submit 'sa.jcl(apfauth)' I can see the BPXAS address space being started on my behalf; JOB07776 0090 BPXM023I (SA) 786 786 0090

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread John McKown
Steve, I did a fast check by trying to do a TSO SUBMIT command from a UNIX shell. Which is effectively what Java is doing. It fails with the message: IKJ79204I You attempted to run an unsupported function in a dynamic TSO Environment. However, I can do a submit using the tsocmd command instead

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Barkow, Eileen
--- -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Thursday, March 20, 2014 9:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Java -Xdump:tool option on z/OS I'm attempting to use this option to issue a command at JVM start

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread John McKown
List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Thursday, March 20, 2014 9:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Java -Xdump:tool option on z/OS I'm attempting to use this option to issue a command at JVM start; -Xdump:tool:events=vmstart,exec=tso submit 'sa.jcl

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
Thanks John tsocmd did not work either. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: 20 March 2014 14:05 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Java -Xdump:tool option on z/OS Steve, I did a fast check

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
14:28 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Java -Xdump:tool option on z/OS The xdump command worked for me - started up IEFBR14 job. BPXM023I (ACSCEXB) 938 JVMDUMP039I Processing dump event vmstart, detail at 2014/03/20 10:22:38

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread John McKown
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Thursday, March 20, 2014 9:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Java -Xdump:tool option on z/OS I'm attempting to use this option to issue a command at JVM start; -Xdump:tool:events=vmstart,exec=tso submit

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Barkow, Eileen
$ -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Thursday, March 20, 2014 11:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Java -Xdump:tool option on z/OS If you're in the mood to experiment

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Barkow, Eileen
@LISTSERV.UA.EDU Subject: Re: Java -Xdump:tool option on z/OS Fyi: I do not get the BPXP024I message when my IEFBR14 job starts, although I see the BPXP024I for other tasks. I think that initiators can get reused so maybe BPX is just reusing an existing initator for this function. I am running z

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Hank Oerlemans
How hard can this be I ask myself...a good while later 1. So it's much easier to see results in batch . //UNIX EXEC PGM=BPXBATCH,PARM='SH /u/hanko/runhe.sh' //STDOUTDD SYSOUT=* //STDERRDD SYSOUT=* 2. It's much easier trying not to resolve the battle of the quotes. exec