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)

Answers were Sorted based on User's Feedback



How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / siva

by using 3.12 (super C) or 3.13 (super CE)

Is This Answer Correct ?    14 Yes 0 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / anjiii

open a dataset and throw a command
comp '.......datasetnameto be compared with...' X

or

3.13 option is best

Is This Answer Correct ?    6 Yes 1 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / vimlendra

You can compare two data sets by the TSO command COMP.
For that simply open one data set and then at the command
line write COMP and then the other data set's name.

Is This Answer Correct ?    5 Yes 1 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / vimlendra

You can compare two data sets by the TSO command COMP.
For that simply open one data set and then at the command
line write COMP and then the other data set's name.

Is This Answer Correct ?    5 Yes 2 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / 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

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / sharat

Can anyone post answer for this please.

Is This Answer Correct ?    2 Yes 0 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / sdg

The above answer is correct

Is This Answer Correct ?    2 Yes 0 No

How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Reco..

Answer / nisse

3.12

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

What is the difference between the mro & isc?

0 Answers  


My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?

0 Answers  


What is meant by an isolation level?

0 Answers  


State all the file open modes?

0 Answers  


File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?

0 Answers  






Explain foreign keys?

0 Answers  


Is mainframe an operating system?

0 Answers  


can we describe the results of opening for input empty vsam files in a cobol program?

0 Answers   IBM,


How to declare host variables?

0 Answers  


what are the commands that frequently used in cl?

1 Answers  


what is the difference between the jes2 and jes3

2 Answers  


Define clustered index?

0 Answers  


Categories