|
|
| Author |
Message |
webxpertin Warnings : 1 New User
Joined: 05 Apr 2005 Posts: 9 Location: india
|
|
|
|
1. How to execute the .obj file in realtime mainframe server? Also How to convert the .obj file into .exe file using MS-COBOL or COBOL-85 ver.
2. How to use the batch processing option in IBM mainframe ? |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 05, 2005 3:41 pm Post subject: Re: How to execute the .obj file? |
 |
|
|
 |
priya
Moderator
Joined: 24 Jul 2003 Posts: 630 Location: Bangalore
|
|
|
|
| Quote: |
| How to execute the .obj file in realtime mainframe server |
There is no OBJ or LNK file in Mainframe environment like your PC Cobol. You have to compile your programs as Loadmodule to execute them.
Refer to http://ibmmainframes.com/jcls.php to learn about the JCLs used to compile and run the cobol programs. |
|
| Back to top |
|
 |
|
|