i want to know how to define the FD section for ALTERNATE INDEX
Details:
i have a VSAM for which the key is 0-40(ie 05 KEY
10 FRST PIC X.
10 LST PIC X(40). )
My reqirement is to access using key the ( 10 LST PIC X(40). ) only for which i ctreated a aternate index for it having my requirement but
i am not able to use it in my cobol prog.
can any body describe how the FD section describe for it.
Joined: 06 Jun 2008 Posts: 891 Location: Atlanta, GA
When you say
Quote:
i am not able to use it in my cobol prog.
are you getting a compile error? Are you getting a run-time error? What is/are the error message(s) -- quote and paste them so the precise message is shown.