Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (6.1k points)

I want to join a company and for that, I am enrolled in a training program. So I am facing trouble with Cobol. I don’t have any idea about executing Cobol without JCL

1 Answer

0 votes
by (11.7k points)

GnuCOBOL is a POSIX command-line compiler. 

 

prompt$ cobc -xj program.cob

cobc is the main compiler command. The -x option helps in execution. The -j is used for running jobs after compilation.

There is a forum in GnuCOBOL main project space on SourceForge. 

Want to become an expert in Linux, check out this Linux course offered by Intellipaat.

Related questions

0 votes
1 answer
asked Feb 4, 2021 in Linux by blackindya (18.4k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...