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 are the different types of PL/1 files?

0 Answers   IBM,


If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B

2 Answers   Accenture,


difference between   wrkobj &  dspobjd?

1 Answers  


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.

0 Answers   TCS,


Explain delete-connected tables?

0 Answers  






Give the format of using and giving in sort statement. What are the restrictions with it?

0 Answers  


Differentiate between hdam and the hidam databases?

0 Answers  


What is the distinction amongst include and copy?

0 Answers  


Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?

0 Answers   IBM,


what is difference between file-aid tool and file-aid utility?

0 Answers   IBM,


which of the following is not true about search verb A) every search stmt must contain the AT END clause B) any no of WHEN clause can be used with this verb C) this verb can only applied to a table which is defined with the OCCURS clause and INDEXED phases. D) WHEN condition is satisfied

2 Answers   Accenture,


In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.

2 Answers   Accenture,


Categories