Hi , I'm trying to compile Visual Cobol and call them from Linux Shell ,
I'm new to Visual Cobol.... Here's 2 questions
1. I created a [COBOL Project] and Newed 3 COBOL Programs named Program1~3,
and [Run As] - [COBOL Application]. but it only executed Program1.
How can I execute Program2 or Program3 directly? Like I can run a Java Program if It's a Main[] Class ?
2. How to execute COBOL Program from Linux Shell ?
Compile Java Programs made .class files and I can run it with Shell Command. What's the runable file for Visual Cobol ?
I'm reading this document
and maybe you can point out which part should I read ?
Thanks, waiting for your response.