I am new to use Visual COBOL Eclipse. I can use Visual COBOL Eclipse to compile and run all the samples in the tutorials. Even some complicated SQL projects from SAMPLE Browser.
I know Eclipse is just a common GUI tools from IBM, it calls cob (cob32 or cob64) to do the real job behind the scene. How can I get the real cob command line from Eclipse (both compiler and linker parameters)? That will really help me to understand how cob works.
Really appreciated.