File1 has 100 records and file2 has 200 records i want to
copy 50 records which r in both file into file3
Answer Posted / ayusman
First you have to join the two files with help of JOJNKEYS
in jcl sort . after that copy first 50 records by using
sort utility
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the function of job statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of //jcllib statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
A dd statement consists of 4 fields. Name them?
When space is allocated for an output dataset, what units can be used?
What is the function of //cntl statement?
Explain dfsort utility?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is SOC4 error?
How to run cobol program using jcl?
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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the function of dd name parameter with a 2 part structure; audit.report?