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

New User


Joined: 04 Jul 2005
Posts: 50

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 All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts REXX/CMS How to place command console... CLIST & REXX 4
No new posts Reroute print output via REXX/SDSF TSO/ISPF 6
No new posts Concatenate 2 input datasets and give... JCL & VSAM 2
No new posts How to turn off 'ACTION' SDSF output ... TSO/ISPF 2
Search our Forums:


Back to Top