View previous topic :: View next topic
|
Author |
Message |
Logeswari Paulraj
New User
Joined: 11 Jul 2005 Posts: 4 Location: Chennai
|
|
|
|
How to use print log utility RHDCPRLG |
|
Back to top |
|
|
shiv_swami
New User
Joined: 25 Aug 2006 Posts: 5
|
|
|
|
//PRINTLOG EXEC PGM=IDMSBCF
//STEPLIB DD *** lOADLIBS
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSLST DD SYSOUT=*
//SYSIPT DD *
PRINT LOG FROM DATABASE
DUMPS
MESSAGES
STATISTICS
TRACES
START AT '2006-01-29-18.03.00'
STOP AT '2006-01-29-18.30.00.999999';
/*
//
This will give you print of log in SYSLST for date time range provided in the SYSIPT. |
|
Back to top |
|
|
bharat_juneja
New User
Joined: 21 Dec 2005 Posts: 20 Location: US
|
|
|
|
It just gives this kind of info:
*** PAGE 008052602 STATUS 0000 101306 05.30.06 6 S
*** PAGE 008053081 STATUS 0000 101306 12.29.59 6 L
*** PAGE 008053320 STATUS 0000 101306 01.55.19 6 S
*** PAGE 008053440 STATUS 0000 101306 02.30.04 6 S
*** PAGE 008053500 STATUS 0000 101306 04.00.10 6 S
*** PAGE 008053530 STATUS 0000 101306 04.59.59 6 S
Problem:
The logs of CV went full and I need to find out due to which dialog?
If we recycle CV, that's what we did, the olp logs gets lost.
Any other utility?
Please help.
Thanks....
Bharat |
|
Back to top |
|
|
|