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
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Give some examples of command terminators?
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 amode(24)?
) how do u code after getting data?
What is the utilization of copybook in cobol?
how do you reference the variable block file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different rules of SORT operation?
What is report-item in COBOL?
How do get the result of your program directly on your pc?
how can i see junk values in dclgen or in hostvariable of comp ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?