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
) How do u handle errors in BMS macro
What are the different types of condition in cobol and write their forms.
What are the various section in data division and briefly explain them.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to refer the data field?
In COBOL programming, what is PERFORM? What is VARYING?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why occurs cannot be used in 01 level in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How arrays can be defined in COBOL?
Which is not true about evaluate statement
What is cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that