I have compiled the cobol programs (.cbl files) using visual cobol for eclipse. After compiling the program I have .int files which are intermediate files.
Can I export these to Linux and execute them by UNIX script?
If these can't be used directly can someone please let me know how to convert them to .o files ?



