Simple terminal command to run cobol program on mac os

Viewed 25

I'm new in the mac os universe and need the Syntax for a terminal command to run a cobol program.

Found this example but that doesn't work for me:

cobc -x -o hello_world hello_world.cbl ./hello_world

There is no syntax description. I need to understand if the given example is just rubbish and how the correct syntax would work. So need to now which part is for the program path etc.

0 Answers
Related