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

DFSSTAT is not printing the desired output


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kris_madras
Warnings : 1

New User


Joined: 04 Jul 2005
Posts: 31

PostPosted: Fri Feb 08, 2013 3:32 pm
Reply with quote

Hi,
I have used DFSSTAT in local copy of production job. I inserted //DFSSTAT DD SYSOUT=* statement just below //DFSCTL which is already in JCL.

Code:
//DFSCTL   DD  DSN=ABCD.XYZ(ABC),DISP=SHR
//DFSSTAT DD  SYSOUT=*                 ==> NEW STATEMENT ADDED


The DFSCTL has these statements

Code:
SETR DB=XXXXXXX,PCB=YYYYYY,AL=(A,B,C,D)
SETO DB=XXXXXXX,PCB=YYYYYY,NOPROCH

After job execution, the DFSSTAT in SYSOUT is displaying like this.

Code:
   ******* LIST OF //DFSCTL CONTROL CARDS *******
SETR DB=XXXXXXX,PCB=YYYYYY,AL=(A,B,C,D)
SETO DB=XXXXXXX,PCB=YYYYYY,NOPROCH

but in the documentation (IMS Performance and
Tuning Guide) the output is mentioned like this.

Code:
*** PST ACCOUNTING STATISTICS ***
DB GU CALLS 0
DB GN CALLS 3,790,161
DB GNP CALLS 0
DB GHU CALLS 0
DB GHN CALLS 0
DB GHNP CALLS 0
DB ISRT CALLS 0
DB DLET CALLS 0
DB REPL CALLS 0
DB CALLS (TOTAL) 3,790,161
DB DEQ CALLS 0

Any clue why DFSSTAT is not dipsplaying as expected?
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
Search our Forums:

Back to Top