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's output at a certain time of day for a message string and perform some other application process depending on the result. Thanks for your advice. I will have a look at the redbook.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Monday, 16 January 2012 3:08 PM To: [email protected] Subject: Re: REXX Calling SDSF abend 878-10 > 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 acquired when it returned > the control back to the caller. > Is this a limitation or is there a way to get around it? > > Could anyone help. > thanks in advance. > > Al Why are you calling SDSF? If you are on the correct level of z/OS (z/OS V1.9 and above) you can use the SDSF REXX interface. Please provide level of z/OS you are running. Also, look at this link on SDSF REXX http://www.redbooks.ibm.com/abstracts/sg247419.html Lizette ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

