|
|
| Author |
Message |
nandinigirl
New User
Joined: 06 Aug 2004 Posts: 2
|
|
|
|
I want to know how to create an exe file to run an application developed in Mainframe Platform (using CICS, Db2,COBOL) and give it to the client.
-Nandini |
|
| Back to top |
|
 |
References
|
Posted: Fri Sep 03, 2004 7:17 pm Post subject: Re: How to create an exe file in Mainframe Platform |
 |
|
|
 |
rick
Moderator
Joined: 18 Jun 2004 Posts: 61 Location: Kuzhithurai
|
|
|
|
Hi,
To create laod module that contains CICS / DB2/ COBOL its should be passed through the following process
1. Pre-compilation.
2. Translation.
3. Compilation.
4. Link - Edit
5. Bind process
This will create a load module
Rick |
|
| Back to top |
|
 |
|
|