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

RTT entry to avoid the -922 return code


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arunparameswaran

New User


Joined: 12 Oct 2007
Posts: 8
Location: Trivandrum

PostPosted: Tue Mar 04, 2008 2:48 pm
Reply with quote

At the time of production move, i got "add the main driver programs to the RTT entry to avoid the -922 return code" from onsite. Please help us to know what is RTT entry ?

Regards,
Arun
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: Tue Mar 04, 2008 8:57 pm
Reply with quote

Hello,

I believe you need to talk with someone from "onsite".
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 04, 2008 10:53 pm
Reply with quote

Hi,

I've two definitions of RTT, what are You looking for..

(1). Real-Time Trace: A system utility that counts or traces the use of specific macros and related system activity when activated by functional messages issued from CRAS terminals.

(2) Resource Translation Table (DB2).
Back to top
View user's profile Send private message
arunparameswaran

New User


Joined: 12 Oct 2007
Posts: 8
Location: Trivandrum

PostPosted: Wed Mar 05, 2008 2:53 pm
Reply with quote

Hi ,

Thanks You very much for your fast responce. I want to know more about the second one "Resource Translation Table".

Thanks and Regards
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Mar 06, 2008 8:47 am
Reply with quote

Hi,

Unfortunately I don't speak IMS to DB2 maaping, little information I've from one documantation available to me..

Quote:
The resource translation table (RTT) maps IMS application control block names to DB2 for z/OS plan names. When an IMS transaction accesses DB2 for z/OS, the plan name used is, by default, the IMS application control block name. The control block name is the same as the PSB name that is specified in the APPLCTN macro.

The RTT is assembled in a CSECT with the name that is the same as the label of the first macro in the table. This CSECT must then be placed in an APF authorized library in the IMS.SDFSRESL concatenation of the IMS control region. The RTT is pointed to in the PROCLIB member that defines the DB2 attachment. If the RTT parameter is null, the RTT is not used.

It is possible to set up an RTT that translates an IMS application control block name to a different DB2 plan name. Setting up such a table is described in the DB2 for z/OS (not IMS) documentation.

The reassembled table is picked up the next time IMS is stopped or started or after a stop (/STO SUBSYS xxxx) and restart (/STA SUBSYS xxxx) of the DB2 connection.


Navigate through this link...click here

Hope this helps...
Back to top
View user's profile Send private message
arunparameswaran

New User


Joined: 12 Oct 2007
Posts: 8
Location: Trivandrum

PostPosted: Thu Mar 06, 2008 12:49 pm
Reply with quote

Thank you very much Anuj...

I have some thing to add to this,

"We need to define any Program/Transaction which calls a DB2 table in the RTT table (in all profiles and environments). The RTT provides the optimum path to take data from DB2 table, by defining the Main driver program/transaction. Resource translation table (RTT), maps the IMS application names into DB2 plan names. If this entry is omitted, the DB2 plan name is the IMS application load module name. "

Thanks once again for your fast response.

Regards,
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Mar 06, 2008 12:55 pm
Reply with quote

Hi Arun,

You are welcome.. icon_smile.gif . Thanks for adding 'additional' information.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top