I have two input files
i/p1
name id-key flag date
i/p 2
name id-key date
if id-key matches in the both the files then it should
write the output file from i/p1 with flag 'Y'. It should be
done thru JCL sort card ,Please provide the info on this.
---Note : output file should have all records from i/p1
with proper Flag.
Answer Posted / muttaiah
Please give us a sample of both the I/P files and the data
you expect in O/P files so that it will be useful for us to
answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
What is one line to pass PARM from JCL to COBOL?
What are steplib and joblib? What for they are used?
How to run cobol program using jcl?
What dd statement is used to supply the name of a dataset?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do you understand by the term job time – out and how can you overcome that?
Is there any command to check wether the ps file is in sorted order?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can return codes be tested before execution of a job step?
Explain the function of //cntl statement?
what JCL Procedures?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the use of disp parameter?