IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

to Create Alternate Index File with Keys at Diff. Positions?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balaji_g_m

New User


Joined: 27 Aug 2006
Posts: 8

PostPosted: Wed Jun 10, 2009 6:22 pm
Reply with quote

I have a VSAM File Say ABC.ABC.ABC.

the Layout of the VSAM File is
Code:

02 Key
     05  a    pic x(30)
     05  b    pic 9(10)
02 Data
     05  c    pic x(30)
     05  d    pic 9(10)
     05  e    pic x(30)
     05  f    pic 9(10)
     05  g    pic x(30)
     05  h    pic 9(10)


Now I need to create a Single Alternate Index file for ABC.ABC.ABC having "e" "a" and "b" as alternate Key..
Please advise whether this can be acheived, if yes, Please provide me an example
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jun 10, 2009 6:27 pm
Reply with quote

looks like You did not pay attention to the manual

for vsam the keys ( primary and alternate ) can consist only of contiguos bytes

if You need a key build from different fields You must restructure Your record layout
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top