How to execute a set of JCL statements from a COBOL program?

Answer Posted / anoop

You can execute JCL from cobol programs.

Write the jcl statements into a file and open it in out put
mode.

Is This Answer Correct ?    8 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we get current date from system with century in COBOL?

1079


Explain how to differentiate call by context by comparing it to other calls?

923


How you can characterize tables in cobol?

938


explain sorting techniques in cobol program?

908


Difference between cobol and cobol-ii?

955


What is the difference between Global and External Variables?

953


What are the different rules to perform a Search?

831


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

950


In COBOL programming, what is PERFORM? What is VARYING?

876


Difference between array and sub-script ?

1389


what is amode(24), amode(31), rmode(24) and rmode(any)?

901


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5101


What is a SSRANGE and NOSSRANGE?

1131


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

967


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2886