Answer Posted / puneet pandhi
It is possible to submit a job from a DB2 Stored Procedure.
In the WLM start up procedure, ask your DBA to add this
//JCLJOB DD SYSOUT=(,INTRDR)
Create one file JCLFIL and populate the JCL that you want
to submit into this file. When you close this file, the job
should get submitted.
then as you close the file the job will be submitted and in
SP add SELECT JCLFIL ASSIGN TO JCLJOB
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How arrays can be defined in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is static and dynamic call in cobol?
Write down the divisions of cobol program?
How you can read the file from bottom?
What is the problem of ordered sequential files access?
What is a SSRANGE and NOSSRANGE?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do you get the data to code the BMS macro?
Have you used comp and comp-3 in your project? And how?
How do define dynamic array in cobol.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?