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

Pull data from SAR with date as filtering criteria


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bhargav_1058

New User


Joined: 13 Dec 2008
Posts: 53
Location: New York

PostPosted: Thu Sep 29, 2011 1:12 am
Reply with quote

Hi,

Is there any way to pull the data from SAR page with date as Filtering criteria ? I'm using the below job currently.

Code:
//STEP010 EXEC PGM=SARBCH,PARM='SAR.LIB.GDG'             
//SYSUDUMP DD SYSOUT=*                                       
//SYSPRINT DD SYSOUT=*                                       
//OUTFILE1 DD DSN=output file,     
//            DISP=(NEW,CATLG,DELETE),                       
//            UNIT=(SYSDA,10),                               
//            SPACE=(CYL,(10,5),RLSE),                     
//            DCB=(RECFM=FB,LRECL=133,BLKSIZE=0)             
//SYSIN    DD *                                             
/PRINT ID=report name,COPIES=1,DDNAME=OUTFILE1               
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: Thu Sep 29, 2011 8:34 pm
Reply with quote

Hello,

Suggest you open an issue with CA Support.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
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 Need to convert date format DFSORT/ICETOOL 20
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top