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

Way/jcl to do the syslog archiving


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Tue Feb 17, 2009 12:17 pm
Reply with quote

i used the pgm IASXWR00 to do the syslog archiving. But it requires stop jobname command to stop the execution.Is there any other way/jcl to do the syslog archiving?
Back to top
View user's profile Send private message
trilokdewangan

New User


Joined: 19 Jun 2008
Posts: 39
Location: USA

PostPosted: Tue Feb 17, 2009 6:07 pm
Reply with quote

Hi,

Try by giving DSN description in syslog step. Ex:

Code:
SYSABEND DD DSN=ABC
            DISP=(NEW,CATLG,CATLG)
            DCB=(--,---,)
            LABLE=RETPD=5
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Tue Feb 17, 2009 10:10 pm
Reply with quote

I think any method will require some type of start/stop command. I have used SYSOUT OFFLOAD from a certain class but this too requires a start/stop.

There may be products you can buy that have a task continually monitoring a sysout class for data.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts USS syslog how to All Other Mainframe Topics 5
No new posts CA Sysview - JCL or Rexx - Read or Ex... CA Products 4
No new posts Suppress messages from being written ... All Other Mainframe Topics 6
No new posts Archiving preferences for syslogd All Other Mainframe Topics 1
No new posts ICETOOL- syslog extract and transpose DFSORT/ICETOOL 37
Search our Forums:

Back to Top