Write a JCL by using the below requirement:
File1 =1, File2 =11 and output needs to come as File3 =111?
Answer Posted / muttiah
@satish:
I'm not sure on what basis you have created this jcl. But
if i'm your interviewer i would have blasted you like
anything.
Findings:
1. step1 output will be 1 in postion 1 followed by 001 in
pos 60 - 62.
2. step2 output will be 111 in position 1-3 followed by 002
in pos 60-63. why the hell are you hardcoding sortin in
both the steps and sortout of step2 you are force fully
making it come as '111' because of this
OUTREC FIELDS=1:C'1',2:1
Then what is the case of having step1 if you force fully
making it as '111'..
Coming to step4: i'm not sure what does it mean but i
executed and saw like the output is in this format.
111 in pos 1-3 and 001 in pos 60-62.
Then where are you eliminating 001 in cols 60.
If you are not sure of the answer don't post anything. But
never divert people with your answers. People who are new
to mainframe can feel your answer is correct.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
Explain the jcl exec statement?
Is their any limit for data sets?
Explain the function of the dd dcb keyword?
What is the purpose of dd * statement in jcl?
How do you submit a job for execution?
how do you code a null statement?
Explain the function of //jcllib statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name the statement which can be used to send data to another mvs jes3 node?
What is the difference between run mode and addressing mode?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is use of dsn parameter in dd statement?
List the various advantages of using jcl language?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?