how to submit a jcl by cobol program.
clear me with an example.
Answer Posted / suresh ramaiyan
Let us the program is PGM1. Below is the JCL for running
the PGM1.
//STEP1 EXEC PGM=PGM1
//INSUB DD SYSOUT (* INTRDR)
In the program define INSUB as file (should have a LRECL of
80). Write all the JCL codings into INSUB file.
When you close the INSUB file, the job will be submitted to
JES automatically.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
) how do u code after getting data?
Which division and paragraphs are mandatory for a COBOL program?
What is static and dynamic call in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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 do you reference the fixed unblock file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
What are the different rules of SORT operation?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between binary search and sequential search?
What is a scope terminator give example?
Can a Search can be done on a table with or without Index?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
explain sorting techniques in cobol program?