Re: REXX Calling SDSF abend 878-10

2012-01-17 Thread Paul Gilmartin
On Tue, 17 Jan 2012 07:32:00 -0600, Walt Farrell wrote: >On Mon, 16 Jan 2012 15:34:48 -0600, Paul Gilmartin wrote: > >>On Mon, 16 Jan 2012 13:14:04 -0800, Cris Hernandez #9 wrote: >> >>>when I want to know what a job did, I read it's output using REXX, whether >>>it's the util/pgm output to a fil

Re: REXX Calling SDSF abend 878-10

2012-01-17 Thread Walt Farrell
On Mon, 16 Jan 2012 15:34:48 -0600, Paul Gilmartin wrote: >On Mon, 16 Jan 2012 13:14:04 -0800, Cris Hernandez #9 wrote: > >>when I want to know what a job did, I read it's output using REXX, whether >>it's the util/pgm output to a file or the JES output pulled off the output >>queue or SAR. wh

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Paul Gilmartin
On Mon, 16 Jan 2012 08:40:41 -0600, Mark Zelden wrote: > >Or even if you are not using outtrap, what region size do you get when you >logon to TSO (above the line)? If you aren't sure, the REXXSTOR exec from >my web site or CBT file 434 can give you the answer. > Oooh! Neat! Thanks for this. >

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Paul Gilmartin
On Mon, 16 Jan 2012 13:14:04 -0800, Cris Hernandez #9 wrote: >when I want to know what a job did, I read it's output using REXX, whether >it's the util/pgm output to a file or the JES output pulled off the output >queue or SAR. what is it you get from SDSF? > You get to pull output off the out

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Cris Hernandez #9
when I want to know what a job did, I read it's output using REXX, whether it's the util/pgm output to a file or the JES output pulled off the output queue or SAR. what is it you get from SDSF? --- On Mon, 1/16/12, Al Chu wrote: > From: Al Chu > Subject: Re: REXX Calling S

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Scott Ford
ational Life Insurance Company of > TennesseeSM and The MEGA Life and Health Insurance Company.SM > > > >> -Original Message----- >> From: IBM Mainframe Discussion List >> [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Al Chu >> Sent: Monday, January 16, 2012 1:36

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Farley, Peter x23353
t; To: IBM-MAIN@bama.ua.edu > Subject: Re: REXX Calling SDSF abend 878-10 > > Hi > > I am an application programmer, not zOS sysprog. I don't know > details about the SDSF Rexx. I wonder if it is a tool for > application programmers. What I want to do is to scan some > job

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Al Chu > Sent: Monday, January 16, 2012 1:36 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: REXX Calling SDSF abend 878-10 > > Hi > > I am an application progr

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Al Chu
pending on the result. Thanks for your advice. I will have a look at the redbook. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Monday, 16 January 2012 3:08 PM To: IBM-MAIN@bama.ua.edu Subject: Re: REXX Calling SDSF

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Mark Zelden
On Sun, 15 Jan 2012 23:07:46 -0500, Lizette Koehler wrote: >> Hi >> >> I have a rexx calling SDSF using the following statement; >> >> "CALL *(SDSF)" >> >> As I run the rexx code several times in the same tso session, the rexx >abends with >> S878-10 and no longer can run until recycling m

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Paul Gilmartin
On Mon, 16 Jan 2012 07:23:35 -0500, Shmuel Metz (Seymour J.) wrote: >In <5832718053653757.wa.alchu123optusnet.com...@bama.ua.edu>, on >01/15/2012 > at 07:08 PM, Al Chu said: > >>I have a rexx calling SDSF using the following statement; > >> "CALL *(SDSF)" > >Why? SDSF is a TSO command; why

Re: REXX Calling SDSF abend 878-10

2012-01-16 Thread Shmuel Metz (Seymour J.)
In <5832718053653757.wa.alchu123optusnet.com...@bama.ua.edu>, on 01/15/2012 at 07:08 PM, Al Chu said: >I have a rexx calling SDSF using the following statement; > "CALL *(SDSF)" Why? SDSF is a TSO command; why would you call it without an appropriate TSO CPPL? Try "SDSF" -- Shm

Re: REXX Calling SDSF abend 878-10

2012-01-15 Thread Lizette Koehler
> Hi > > I have a rexx calling SDSF using the following statement; > > "CALL *(SDSF)" > > As I run the rexx code several times in the same tso session, the rexx abends with > S878-10 and no longer can run until recycling my TSO session. > I suspect the SDSF program didn't freemain the stor

REXX Calling SDSF abend 878-10

2012-01-15 Thread Al Chu
Hi I have a rexx calling SDSF using the following statement; "CALL *(SDSF)" As I run the rexx code several times in the same tso session, the rexx abends with S878-10 and no longer can run until recycling my TSO session. I suspect the SDSF program didn't freemain the storage it acqui