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

Syslog Backup Problem


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Thiru Chandira Moorthi

New User


Joined: 20 Jun 2007
Posts: 29
Location: chennai

PostPosted: Fri Jul 18, 2008 5:15 pm
Reply with quote

I am using STARTED task to backup the syslog.
here, the procedure:
//WRTSLG PROC
//IEFPROC EXEC PGM=IASXWR00,PARM='PL'
//IEFRDER DD DSN=SYS1T.SLGWRTST,DISP=(MOD,KEEP),

It is executing fine but i am not getting the output in sequential file(SYS1T.SLGWRTST). It is looking empty.

$HASP373 WRTSLG STARTED
IEF403I WRTSLG - STARTED - TIME=17.03.17
IEF176I WTR D336 WAITING FOR WORK, CLASS=L, DEST=LOCAL
STOP D336
IEF301I D336 WTR CLOSED
IEF404I WRTSLG - ENDED - TIME=17.04.17
$HASP395 WRTSLG ENDED

please give me the root cause and solution for this problem.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jul 18, 2008 5:23 pm
Reply with quote

You should also remember the operator command "WRITELOG L" to spin off the active log to sysout class L.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


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

PostPosted: Fri Jul 18, 2008 7:11 pm
Reply with quote

Also, be sure the spun log in output class=L is not on hold.
Back to top
View user's profile Send private message
Thiru Chandira Moorthi

New User


Joined: 20 Jun 2007
Posts: 29
Location: chennai

PostPosted: Sun Jul 20, 2008 12:04 pm
Reply with quote

IT IS WORKING FINE. THANK YOU.

can we issue this from the procedure itself?
Back to top
View user's profile Send private message
Bill Dennis

Active Member


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

PostPosted: Mon Jul 21, 2008 6:54 pm
Reply with quote

Check out the COMMAND statement in JCL. The command gets issued when the job hits the INTRDR.
Code:
//name COMMAND 'WRITELOG L'


You may be able to put it right in the procedure itself.
Back to top
View user's profile Send private message
Thiru Chandira Moorthi

New User


Joined: 20 Jun 2007
Posts: 29
Location: chennai

PostPosted: Mon Jul 21, 2008 7:14 pm
Reply with quote

Thank you.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Data Backup suggestions DB2 5
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
Search our Forums:

Back to Top