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
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the pertinent COBOL commands?
When is inspect verb is used in cobol?
what is the difference between COBOL2 AND COBOL390?
how do you reference the printer file formats from cobol programs
How many sections are there in data division in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is a SSRANGE and NOSSRANGE?
In COBOL programming, what is PERFORM? What is VARYING?
Explain how you can characterize tables in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are different data types in cobol?
What is cobol?
What is amode(31)