How do you find out whether two Data Sets are having exact
Data through ISPF Panel? (Say No of Records, Record Data
exactly matching including spaces)
Answer Posted / anji
if u want compare two datasets
using utility like "iebcompr"
like this
//jobcard
//step exec pgm=iebcompr
//dd1 dd dsn= name1, disp =shr
//dd2 dd dsn =name2, disp =shr
//sysout dd =*
//sysin dd *
compare typeorg=po
//
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is comp-1?
Can we move alphanumeric incentive to the numeric field?
What is the function of the verb initialize?
What is the need of running runstats in the test environment?
Write the difference between hidam and hdam databases?
What is z os in mainframe?
What is drda ?
At what point are extension eliminators mandatory?
can we describe the results of opening for input empty vsam files in a cobol program?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
Explain foreign keys?
Is it possible to move the alphanumeric variables to a numeric variable?
If anyone has latest IBM Certification Dumps can you pls forwards it to me
What is database descriptor?
What is the function of dbctl?