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
What the difference is between continue and next sentence?
Why would you use find and get rather than to obtain?
What is the difference between external and global variables in COBOL?
What is perform what is varying?
What is the local-storage section?
Write the code to count the sum of n natural numbers.
Whats the difference between search & search ALL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Difference between cobol and cobol-ii?
How do you reference the fixed block file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
How you can read the file from bottom?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How many sections are there in data division in COBOL?