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

Datacomm access through Rexx


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

New User


Joined: 19 Jan 2008
Posts: 15
Location: Hyderabad

PostPosted: Sun Nov 16, 2008 1:33 pm
Reply with quote

Hi,

Can rexx access the data stored in the datacomm. I am aware that rexx can access DB2 table but not sure whether it can access the datacomm. In our new project we need to work with the data present in the datacomm.

Thanks
--Vijay
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: Sun Nov 16, 2008 1:38 pm
Reply with quote

Hello,

If you write rexx code to invoke cobol that interacts with Datacom, possibly.

Are your Datacom tables defined as SQL or native?

How familiar are you with Datacom?
Back to top
View user's profile Send private message
vijay_pampana

New User


Joined: 19 Jan 2008
Posts: 15
Location: Hyderabad

PostPosted: Sun Nov 16, 2008 1:50 pm
Reply with quote

Thanks Dick for the reply.

I know how to write datacomm queries but I am not familiar with the cobol code and its logic for accessing the Datacomm tables and it is not my requirement at this point of time.

I worked with DB2 database and it is relatively very easy to dynamically create SQL code in REXX and access the DB2 tables. I put this post to know if there are any such ways of accessing the data stored in Datacomm.

I got my answer, rexx cannot directly interact with datacomm and retrieve data. Either submit a JCl or a COBOL code which will interact with Datacomm and get the required data for you.

--Vijay
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: Sun Nov 16, 2008 11:49 pm
Reply with quote

Hello,

Quote:
I know how to write datacomm queries
Using DataQuery? If yes, you will find the cobol/datacom process quite different.

One big consideration is if the Datacom tables are "sql-able".

If you do begin working with cobol/datacom and have questions, reply back here and somone will be able to clarify.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top