Write a JCL by using the below requirement:
File1 =1, File2 =11 and output needs to come as File3 =111?
Answer Posted / gaurav
Can be obtained using JOINKEYS or ICETOOL
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
What is job control language?
What is the significance of addrspc parameter in exec statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is use of restart and how to use it?
What is the use of symbol // in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the jcl exec statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of the dd mgmtclas keyword in sms datasets?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of job statement in jcl?
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.
What is notcat 2 - gs?