How to create an executable to compile and run Cobol programs in Ubuntu 16.04

1

I want to create an .sh file or executable file which contains the sentence to compile the Cobol programs and can pass it as a parameter the name of the source file so that it does not have to be looking for or executing the compilation and execution command. With the parameter that passes to my .sh or execution file, compile it and execute it if there are no compilation errors.

    
asked by García Henry 01.07.2018 в 03:52
source

0 answers