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 function of //cntl statement?
When output dataset space is required, what quantity categories are used?
What is the function of a dd statement?
How do you create a temporary dataset?
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 the purpose of disp parameter?
what JCL Procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What parameter directs the output of the job log dataset?
Explain the job statement in jcl?
How dummy is used in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd dummy statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?