Re: Batch DAE?

2010-12-23 Thread Veilleux, Jon L
] On Behalf Of Patrick Lyon Sent: Wednesday, December 22, 2010 3:04 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Batch DAE? On Wed, 22 Dec 2010 14:48:41 -0500, Veilleux, Jon L veilleu...@aetna.com wrote: Actually, once I take a closer look at the run. The exec gets RC=20 executing the SELECT

Re: Batch DAE?

2010-12-23 Thread Jousma, David
: Re: Batch DAE? Here's the JCL that I run. I get no output from it. //ISPBTCH EXEC PGM=IKJEFT01,REGION=7M, // DYNAMNBR=40,TIME=1440, // PARM='ISPEXEC SELECT CMD(%ADYDSP SYS1.DAE)' //SYSPROC DD DISP=SHR,DSN=SYS1.SBLSCLI0

Batch DAE?

2010-12-22 Thread Veilleux, Jon L
Does anyone know of a way to interface with DAE in a batch job? I would like to be able to monitor multiple systems without having to log on to TSO and enter IPCS on every system. I could open a requirement for this, but I'd like to be able to do it before I retire...lol TIA, Jon This e-mail

Re: Batch DAE?

2010-12-22 Thread Mary Anne Matyaz
Jon, you can issue TSO %ADYDSP 'SYS1.DAE' to get the same info, so perhaps you could derive something from that CLIST, or you can issue it for all of your DAE datasets, if you don't share them. Mary Anne On Wed, 22 Dec 2010 12:11:13 -0500, Veilleux, Jon L veilleu...@aetna.com wrote: Does

Re: Batch DAE?

2010-12-22 Thread Veilleux, Jon L
@bama.ua.edu Subject: Re: Batch DAE? Jon, you can issue TSO %ADYDSP 'SYS1.DAE' to get the same info, so perhaps you could derive something from that CLIST, or you can issue it for all of your DAE datasets, if you don't share them. Mary Anne On Wed, 22 Dec 2010 12:11:13 -0500, Veilleux, Jon L veilleu

Re: Batch DAE?

2010-12-22 Thread Veilleux, Jon L
: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Veilleux, Jon L Sent: Wednesday, December 22, 2010 2:35 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Batch DAE? Thanks, I can get an exec that uses this to run, but I can't get the display to show up in the output. Jon

Re: Batch DAE?

2010-12-22 Thread Patrick Lyon
On Wed, 22 Dec 2010 14:48:41 -0500, Veilleux, Jon L veilleu...@aetna.com wrote: Actually, once I take a closer look at the run. The exec gets RC=20 executing the SELECT. *-* ISPEXEC SELECT CMD(%ADYDSP 'SYS1.DAE') ISPEXEC SELECT CMD(%ADYDSP 'SYS1.DAE') +++ RC(20) +++ Jon - Please ensure