IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to read spool through rexx


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krishna_mf

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Wed Mar 25, 2009 1:46 pm
Reply with quote

hi all

There is requirement in my tool to read the dump of a specific job in spool output through rexx.
I have no idea how to read the spool through rexx.
There is no option in JCL to redirect the dump to a file as it deals with production.

Please help me if there is any option in rexx to read the spool.

Thanks
krishna
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Mar 25, 2009 2:08 pm
Reply with quote

search for SDSF
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Mar 25, 2009 2:20 pm
Reply with quote

a quick and dirty search for ibm redbooks sdsf rexx will take You

to
www.redbooks.ibm.com/abstracts/sg247419.html

and a click on the additional material link
to
www.redbooks.ibm.com/redbooks/SG247419/

were You can download the sources of the samples
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Mar 25, 2009 8:27 pm
Reply with quote

if you have z/OS 1.9 or higher, look at the SDSF books for the new interface that lets you allocate spool files as ddnames and use EXECIO. It is very nice and pretty easy to use. Almost all SDSF functions are available including listing things, reading outputs, and getting original JCL. No longer do you need to run SDSF in batch with all that bizarre syntax.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top