Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / sriam
Hi
i need the cobol Program, I don't want the jcl.
Any one can help me out.
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
What is the function of //cntl statement?
Is it possible to define dd statements as you want?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How does jcl specify the job to the operating system?
Is their any limit for data sets?
Why include statement is used in a jcl?
In sms datasets, what is the function of the dd avgrec keyword?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to override loadlib?
Explain dfsort utility?
What are the 2 types of parameters in dd statement?
I need exexution process for JCL programs
which parameter is used to check the syntax of a jcl without executing it?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?