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
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 |
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 |
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 |
What is the difference between the mro & isc?
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?
What is meant by an isolation level?
State all the file open modes?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
Explain foreign keys?
Is mainframe an operating system?
can we describe the results of opening for input empty vsam files in a cobol program?
How to declare host variables?
what are the commands that frequently used in cl?
what is the difference between the jes2 and jes3
Define clustered index?