|
|
| Author |
Message |
karunakar
New User
Joined: 29 Jun 2005 Posts: 3
|
|
|
|
hi ,
how to connect IMS screen to program |
|
| Back to top |
|
 |
References
|
Posted: Wed Jun 29, 2005 2:09 pm Post subject: Re: how to connect IMS screen to program |
 |
|
|
 |
Karthikt
Active User
Joined: 15 Aug 2005 Posts: 52
|
|
|
|
Hi,
Once you have created you MFS, and cobol program and link edited them, following componets shall be created in your system.
Load module of IMS COBOL program
DIF
DOF
MID
MOD
For every screen of IMS screen, there will be a transaction code created by DBA. You have to request your DBA to link the transaction of that DC screen with these components.
Then you have to promote these components at the appropriate test level say 10 in changeman.
Then go IMS online and invoke the screen by providing its transaction code. |
|
| Back to top |
|
 |
|
|