View previous topic :: View next topic |
Author |
Message |
smarpu2 Beginner
Joined: 03 Jul 2004 Posts: 12 Topics: 9
|
Posted: Wed Mar 23, 2005 6:37 am Post subject: How exec jcl looks like if MPP calling IMSDB |
|
|
Hi,
How to code if imsdc program calling DB.if it is BMP we will code
PARM=(BMP,PGMNAME,PSBNAME, , ,).
IF it is MPP (MPP,PGMNAME,PSBNAME, ,).
How to code for both.
And how to refresh screen changes in IMSDC.
Thanks |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Mar 23, 2005 9:40 am Post subject: |
|
|
I am not sure what you are asking. MPPs run in IMS "online" regions, BMPs run in JCL.
Also, you should not need to refresh the screen in IMS DC. You enter the data, press Enter or appropriate PF key and get the results back. What kind of problems are you seeing? |
|
Back to top |
|
 |
rk_pulikonda Beginner

Joined: 27 May 2003 Posts: 22 Topics: 2 Location: India
|
Posted: Fri Apr 08, 2005 4:33 pm Post subject: |
|
|
For online programs (i.e MPP programs) Program name and PSB name will be same always (don't ask why. That is how they designed). So you don't need to pass PSB name. Program name is enough. When you create your transaction it has to link with a Program . So you don't need to pass program also. Finally you required only a transaction name to invoke your MPP program.
Hope it is clear.  _________________ Thanks
-Ram |
|
Back to top |
|
 |
|
|