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

Problem in reading the SMF data


IBM Mainframe Forums -> DB2
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: Sat Jul 24, 2010 1:08 am
Reply with quote

I ran a trace. Now i want to collect the trace output from SMF.
I used the below JCL, but getting
ABEND=S213 U0000 REASON=00000004

//SMFPRNT EXEC PGM=DSN1SMFP
//SYSPRINT DD SYSOUT=*
//SMFINDD DD DISP=SHR,DSN=Acticesmf dataset name
//IFCID316 DD SYSOUT=*
//IFCID317 DD SYSOUT=*
//IFCID318 DD SYSOUT=*

Can someone suggest the possible reason and solution for this. If you have a tested jcl, let me know. Also is there any alternative method to view the contents of a trace(other than using a tool)
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: Sat Jul 24, 2010 1:11 am
Reply with quote

Hello,

How did you run this trace?

It may help if you post the step that created this:
//SMFINDD DD DISP=SHR,DSN=Acticesmf dataset name
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Sat Jul 24, 2010 1:19 am
Reply with quote

mailsaurabh.tripathi wrote:
Can someone suggest the possible reason and solution for this. If you have a tested jcl, let me know. Also is there any alternative method to view the contents of a trace(other than using a tool)

213
Explanation: The error occurred during processing of an OPEN macro instruction for a direct access device. This system completion code is accompanied by message IEC143I. Refer to the explanation of message IEC143I for complete information about the task that was ended and for an explanation of the return code (rc in the message text) in register 15.


IEC143I 213-rc,mod,jjj,sss, ddname[-#],dev,volser,dsname( member)
Explanation: An error occurred during the processing of an OPEN macro instruction for a data set on a direct access device. This is probably a user error.
Return Code Explanation
...
04
One of the following:
...
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Sat Jul 24, 2010 10:43 am
Reply with quote

The next link shows different JCL than shown by the TS :

publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db2.doc.ccgs/dqx1bjnfdsn1smfp.htm
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 -> DB2

 


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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top