|
|
| Author |
Message |
arunoday
New User
Joined: 17 May 2005 Posts: 19 Location: Bangalore
|
|
|
|
Hi All,
1. Is it possible to perform a browse of a VSAM file in Batch program.
2. Can I perform a DELETE with a BROWSE anyway ?
Thanks in advance |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 17, 2005 2:23 pm Post subject: Re: VSAM File browse in Batch |
 |
|
|
 |
priya
Moderator
Joined: 24 Jul 2003 Posts: 626 Location: Bangalore
|
|
|
|
| Quote: |
| browse of a VSAM file in Batch program |
What you meant by browse?
if you want to read in reverse direction you have to implement your own algorithm in Batch using RBA.
| Quote: |
| DELETE with a BROWSE anyway |
You can Delete after a READ. |
|
| Back to top |
|
 |
|
|