|
View previous topic :: View next topic
|
| Author |
Message |
arunoday
New User

Joined: 17 May 2005 Posts: 18 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 |
|
 |
priya
Moderator

Joined: 24 Jul 2003 Posts: 568 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 |
|
 |
|
|