Write a JCL by using the below requirement:
File1 =1, File2 =11 and output needs to come as File3 =111?
Answer Posted / muttiah
Nishant,
Thanks for your answer. It's a correct approach to achieve
the result as '111' in file 3..
I'm not sure how this can be done in JCL.
Can someone suggest how this can be achieved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
When space is allocated for an output dataset, what units can be used?
What are steplib and joblib?
Describe the various parameters utilized in the creation of a gdg?
Is automatic restart possible in jcl? If yes, how?
What is the purpose of disp parameter?
what is DSN parameter and DISP parameter is used for?
What is one line to pass PARM from JCL to COBOL?
what is JCL?
Explain in DD statement what is the use of DCB parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the motivation behind coding class parameter in job statement?
what are the statements that are not valid to be included in an include statement?