|
|
| Author |
Message |
sivaji Warnings : 1 New User
Joined: 14 May 2005 Posts: 2
|
|
|
|
Hi,I am very beginner to mainframes.
In a sample cobol program, i am going to retrieve just a segment data
into a gsam file...it works fine..
now i want to recheck that data,which is in gsam file & segment data in ims are same...
please help me,how can i check??? |
|
| Back to top |
|
 |
References
|
Posted: Thu Aug 11, 2005 8:23 pm Post subject: Re: to cross verifying the ims db segment data |
 |
|
|
 |
Karthikt
Active User
Joined: 15 Aug 2005 Posts: 52
|
|
|
|
Hi,
You can use the IO area information of Segment call and current level information in GSAM file you used latest.
Just use normal comparison of these IO area to check for compatibility.
Regards
Karthik |
|
| Back to top |
|
 |
|
|