Question:
how to make exe file in cobol?
anonymous
2006-09-25 05:08:33 UTC
how can we make exe files in cobol.?is it possible?if so please help me........................
Five answers:
Gone fishin'
2006-09-25 05:16:14 UTC
You ned toget a cobol compiler to convert your code into an .exe program. That is the way we did it in the olden days!
Brian M
2006-09-25 05:25:36 UTC
If you are taking about a "SCRIPT" you can't. COBOL source needs to be compiled and linked to create an executable load module. That module needs to be executed from JCL (job control language) or the equivalent or some other link that can address the load library and the parameters required to make the program run.
nasser r
2006-09-28 03:44:03 UTC
what the COBOL ver you are using ?! do you have compiler ?!

from which company ... micro focus , IBM, Fujitsu ..etc.

and that depend on the version you are using!

but almost all the same you have to compile and then link this compiled file to get the exe file
anonymous
2006-09-26 09:22:16 UTC
That depends on Your software system You work.

In the legacy way You have usable Tools to get this exec file or exec process with Your compiled and bound program-code.
anonymous
2006-09-25 05:13:33 UTC
Compile and link!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...