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
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the utilization of copybook in cobol?
Write the code implementing the perform … varying.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i need a small 3d program using inline and outline.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the local-storage section?
how can i see junk values in dclgen or in hostvariable of comp ?
Write a program to explain size error.
how to access the file from prodution from changeman tool and to submit a file to production
What is redefines clause in COBOL?
What is difference between static and dynamic call in cobol?