|
|
| Author |
Message |
raghavendra_p_sarvade
New User
Joined: 17 Oct 2006 Posts: 18
|
|
|
|
I need to write a PL/1 program which reads Alternate Index of VSAM file.
The problem arises here because there is a possibility of more than 1 record retrieved for a read.
I am using equivalent of STARTBR (Cobol) in my PL/1 program. It works for Primary key index. But not for Alternate Index.
Can someone help? |
|
| Back to top |
|
 |
References
|
Posted: Thu Apr 17, 2008 4:31 pm Post subject: Re: PL/1 program reading Alternate index VSAM File |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2653 Location: italy
|
|
|
|
does not work is a bit generic as far as problem determination is concerned
did You properly setup everything
using as dsname the path name ?? |
|
| Back to top |
|
 |
|
|