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

Easytrive interacting with DB2 tables


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

New User


Joined: 24 May 2008
Posts: 13
Location: India

PostPosted: Thu Aug 18, 2011 6:03 am
Reply with quote

HI all,

I was searching for a manual which gives me idea of how to use DB2 tables in easytrive.

I have to develop reports by extracting data from DB2 tables.
I am prepared with SQL queries.

I could not get a clear idea of setting JCL also for Easytrive DB2 programs.

Please shed some light which makes my task easier.

Thanks in advance

Sai
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Aug 18, 2011 11:22 am
Reply with quote

Well, there should be exactly a manual which covers it.

If you can't find it at your site, it can be obtained, I believe electronically, from CA. If you ask the person in your organisation who liases with CA, I'm sure they can arrange it quickly and easily.
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 19, 2011 1:21 am
Reply with quote

Hello,

This jcl has been successfully used for a few years:

Code:
//EASYPLUS EXEC MSEZPLUS,REGION=4M                     
//SYSPRINT DD SYSOUT=*                                 
//SYSOUT   DD SYSOUT=*                                                                     
PARM SSID('DSN'X)                                       
//   DD DSN=MS.DATALIB1.Y2K(SVREQDB2),DISP=SHR         
//   DD *   

There aren' really any jcl changes that i see. . .

If your organization is licensed to use the product the documentation can be downloaded for free from 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 Need to fetch data from so many DB2 t... DB2 9
No new posts How to: PK does not exist in several ... DB2 6
No new posts Discrepancy b/w SYSIBM tables and BMC... DB2 0
No new posts SYSIBM Tables Query DB2 8
No new posts Column names in SYSIBM tables DB2 5
Search our Forums:

Back to Top