|
|
| Author |
Message |
chandracdac Warnings : 1 New User
Joined: 15 Jun 2007 Posts: 37 Location: bangalore
|
|
|
|
| HI all, i know we can copy the vsam file to flat(sequential) file using the utilities and repro command. But how can we find the record layout after aopying and how can we access the data in tha flat file. |
|
| Back to top |
|
 |
References
|
Posted: Tue May 20, 2008 4:03 pm Post subject: Re: record layout in flat file |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2648 Location: italy
|
|
|
|
the PS layout will be the same as the VSAM layout
You can find the layout by searching Your application documentation or asking Your peers |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3168 Location: Brussels once more ...
|
|
|
|
The layout will be the same as in the VSAM file
WOW enrico-sorichetti the fastest fingers in the west
As for accessing the data in the PS file - Sequentially |
|
| Back to top |
|
 |
|
|