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

Reading SMF data


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mailsaurabh.tripathi

New User


Joined: 22 May 2008
Posts: 56
Location: hyderabad

PostPosted: Thu Aug 12, 2010 11:55 pm
Reply with quote

Hi

I'm using the below Job to get SMF data, and getting the following error

//DSN1SMFP EXEC PGM=DSN1SMFP,COND=(4,LT)
//STEPLIB DD DISP=SHR,DSN=SYS6.DEVX.DB2.NTD1.SDSNEXIT
// DD DISP=SHR,DSN=SYS6.DEVX.DB2.NTD1.SDSNLOAD
//SMFINDD DD DISP=SHR,DSN=SYS1.V1R11.DEV1.MAN1
//SYSPRINT DD SYSOUT=*
//IFCID003 DD SYSOUT=*
//IFCID004 DD SYSOUT=*
//IFCID005 DD SYSOUT=*
//IFCID023 DD SYSOUT=*
//IFCID024 DD SYSOUT=*
//IFCID025 DD SYSOUT=*
//IFCID106 DD SYSOUT=*
//IFCID140 DD SYSOUT=*

IEC143I 213-04,IFG0194D,EVSXMCMD,DSN1SMFP,SMFINDD,505C,S23MV3,SYS1.V1R11.abcd.ba
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=213 REASON CODE=00000004
TIME=14.11.44 SEQ=41024 CPU=0000 ASID=00F6
PSW AT TIME OF ERROR 075C1000 80EFB2F0 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 00EFB2EA - 41003B5E 0A0D010D 4DE03AF4
AR/GR 0: 965D35D6/00EFB5A8 1: 00000000/A4213000
2: 00000000/00025E88 3: 00000000/00EFAA4A
4: 00000000/008BF410 5: 00000000/008BF7A4
6: 00000000/008BF74C 7: 00000000/008BF7A4
8: 00000000/008BF76C 9: 00000000/008BEEC0
A: 00000000/00EFC3CA B: 00000000/00EFD97C
C: 00000000/80EFDA5C D: 00000000/008BF6D0
E: 00000000/80EFAB82 F: 00000000/00000004
END OF SYMPTOM DUMP
IEF472I EVSXMCMD DSN1SMFP - COMPLETION CODE - SYSTEM=213 USER=0000 REASON=000000


Please help me out in finding out the missing step/link.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Aug 13, 2010 12:16 am
Reply with quote

my interpretation of the error is that you need a DCBE parm.
Back to top
View user's profile Send private message
mailsaurabh.tripathi

New User


Joined: 22 May 2008
Posts: 56
Location: hyderabad

PostPosted: Fri Aug 13, 2010 12:39 am
Reply with quote

Yes Dick, I checked the error in the IBM quick reference,but was not very clear. Can you please share a JCL which was run successfully?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Aug 13, 2010 10:22 am
Reply with quote

The SYS1 SMF datasets are vsam datasets.
My guess is that DSN1SMFP processes unload SMF data.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Aug 13, 2010 11:18 am
Reply with quote

Hi,

usually the error means the dataset is not on the volume.

Why is the dataset in the error message not the same as the dataset name used in the JCL ?


Gerry
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 13, 2010 8:33 pm
Reply with quote

How might this be related to DB2. . . icon_confused.gif
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Aug 13, 2010 8:42 pm
Reply with quote

dick scherrer wrote:
How might this be related to DB2. . . icon_confused.gif

=>
Manual wrote:
The DSN1SMFP utility processes DB2 trace data into reports that are useful for evaluating and auditing the evaluated configuration.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top