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 distributed relational database architecture? And components?
What is Framework & How it work?
pls send the docs of any telecommunication mainframe project
What is difference between static call and dynamic call?
Can records be accessed randomly in esds?
How do you eliminate the duplicates?
Expalin about Ibm frameworkinh working & is it platform independant & open source?
What is plan and package in mainframe?
Name and explain the type of locks?
What is the difference between inrec and outrec?
what is the other verb for release and write ?
What is inspect and what is it used for?
Can any one tell me that how we go for the compare,unit testing after changing requirement as per client request. this is very helpful for me when u give suitable (coading) exmple.
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
What is Comp-2?