Hello guys, this one is really easy.
I used COBOL for sometime in Mainframes and now I need to compile some programas in a PC (Windows NT Service Pack 4). I don't know where to start. I have the source code and the data files. They work somewhere else and now I need to do the same here.
These are my main STUPID questions:
- How do I compile and link-edit the programs?
- In which directory should I put my source code and how to make the compiler point to the right path?
- What's the extension of a object code?
- First I compile the source and then I execute a linkage editor pointing to the same directory?
- Is there any self explanatory compiler available? What version should I get?
- In which directory should the files be defined?
- How does my program recognize the ASSIGN clause? In mainframes we point it to a DDNAME which is associated to a DSN.
Thanks a lot,
Fabio
I used COBOL for sometime in Mainframes and now I need to compile some programas in a PC (Windows NT Service Pack 4). I don't know where to start. I have the source code and the data files. They work somewhere else and now I need to do the same here.
These are my main STUPID questions:
- How do I compile and link-edit the programs?
- In which directory should I put my source code and how to make the compiler point to the right path?
- What's the extension of a object code?
- First I compile the source and then I execute a linkage editor pointing to the same directory?
- Is there any self explanatory compiler available? What version should I get?
- In which directory should the files be defined?
- How does my program recognize the ASSIGN clause? In mainframes we point it to a DDNAME which is associated to a DSN.
Thanks a lot,
Fabio