|
|
| Author |
Message |
arunmozhicholan
New User
Joined: 07 Feb 2007 Posts: 17 Location: chennai
|
|
|
|
hi ,
hi i need to compare two files
one is from production and other is test |
|
| Back to top |
|
 |
References
|
Posted: Wed Mar 19, 2008 12:46 pm Post subject: Re: Compare two files from production and test |
 |
|
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 1951 Location: Phoenix, AZ
|
|
|
|
Hi,
You provided a very little information us to offer suggestions. What type of comparison do You want to perform, if it's 'file-comparison' type of thing, please check this link http://www.ibmmainframes.com/viewtopic.php?t=22649.
If this is not what you are looking for please provide some more information. Best would be, show some sample input records & the output You expect. |
|
| Back to top |
|
 |
Moved: Wed Mar 19, 2008 1:47 pm by mcmillan From Mainframe COBOL to Other Mainframe Topics |
chhabraravneet
New User
Joined: 04 Oct 2007 Posts: 14 Location: Chennai
|
|
|
|
there is option in mainframes to compare FILES:
START 1.3.13.....
here u can write the file names which u want to compare as Old DSN name, and New DSN name........
If u want to comapre table u can also do it....
By taking the unload of a table in a PS then compare it through same option 1.3.13 |
|
| Back to top |
|
 |
|
|