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

What is Class RMT for IMS transaction means


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
AshimSreedhar

New User


Joined: 18 Apr 2008
Posts: 10
Location: Canada

PostPosted: Wed Sep 24, 2008 11:59 pm
Reply with quote

One of our IMS transaction is having class as 'RMT'.
What does this mean

Code:

 TRAN     CLS ENQCT   QCT   LCT  PLCT CP NP LP SEGSZ SEGNO PARLM    RC 
LST5011E RMT     0     0     2     5  8  8  9     0  1000  NONE     0   
    PSBNAME: LSX501                                                     


The PSB for this is in NOINIT status.

Code:

 PROGRAM    TRAN      TYPE             
LSX501     LST5011E  TP   NOTINIT           


Can any one throw some light on this?

Thanks in advance
Back to top
View user's profile Send private message
Gary Jacek

New User


Joined: 17 Dec 2007
Posts: 64
Location: Victoria, BC, Canada

PostPosted: Wed Oct 29, 2008 11:02 pm
Reply with quote

RMT indicates that this transaction is defined to execute on another IMS system via an MSC link. Your STAGE1 source deck should indicate SYSID=(xx,yy) where xx is the remote SYSID where the transaction will execute.

NOTINIT indicates that there is no ACB in ACBLIB for the program associated with the RMT transaction. Not a problem, since the program will never schedule on the local system.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts building java class with zip4j.jar on... Java & MQSeries 0
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts Assembler class assignment: stuck on ... PL/I & Assembler 12
No new posts TWA size of the CPLT transaction CICS 0
Search our Forums:

Back to Top