View previous topic :: View next topic |
Author |
Message |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Thu Jun 14, 2007 9:29 am Post subject: Query in IMS DC |
|
|
Hi
1)In CICS there is PCT table where there is mapping between Transaction id and Program.
Similarly how the correspondence exists between the Transaction id and program in IMS DC.
Is there any similar kind of table in IMS DC?
2)Like NEW COPY for CICS which is used to reload the program What is the equivalent command in IMS DC which is used to reload?
Thanks in advance. |
|
Back to top |
|
 |
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Fri Jun 15, 2007 3:04 am Post subject: |
|
|
TRANAPPL macro is the best place to see the mapping between transid and program.
No need for a new copy for IMS DC programs. But if you change the PSB for an online program (or BMP PSB) then you need to use the /MODIFY to get the new PSB into the region |
|
Back to top |
|
 |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Mon Jun 18, 2007 12:16 am Post subject: |
|
|
Hi,
I could not find the TRANAPPL macro in IMS.MACLIB library. Could u tell me where this Macro is found and also some description about the macro?
Thanks in advance. |
|
Back to top |
|
 |
|
|