A cobol program to read a file , match it with other if.
If match occurs then write it to an output file. If no
match then no need to write it.Error log created by program
to track any error.
Answer / ajay kumar ande
procedure:
1. take 4 seq. files,read two files
2.if rec1(key1)=rec2(key2)
write record3
else
write record4
or using jcl
pgm=iebcmpr
sysut1 dd dsn=dataset1
sysut2 dd dsn=dataset2
sysin dd *
compare typorg=ps/po
| Is This Answer Correct ? | 3 Yes | 4 No |
give the examples of strings in cobol
1) can we display the index?
How to read a record from bottom of a file which is indexed by 'A'.
which one is better among static call and dynamic call?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Why we are using comp and comp-3 in real time projects?
What is the compute verb? How is it used?
describe 805 error
What is cobol?
How do you reference the fixed block file formats from cobol programs
What is the difference between CALL BY VALUE and CALL BY CONTENT?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?