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

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

678


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


Name some of the examples of COBOl 11?

2676


What is difference between static and dynamic call in cobol?

772


what is search and searchall?what is the diffrence between them?give an best example?

5540






System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


What type of SDLC u followed? Why?

1516


Can we change the password using ALTER? anyone tried and changed?

1542


In COBOL, what is the different between index and subscript?

753


what happens if parmparameter passes zero bytes to the program

1659


Write a program that uses move corresponding.

668


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5053


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


What the difference is between continue and next sentence?

651