View previous topic :: View next topic |
Author |
Message |
suma Beginner
Joined: 23 Jan 2006 Posts: 65 Topics: 29
|
Posted: Fri Mar 20, 2009 8:01 am Post subject: vsam file - online program |
|
|
I have developed a new cics program and a map. This new program will update newly created vsam file.
Before making my cics program live, what are all the steps I should follow to create a new vsam file in production region.
Do I to write a new batch job to update the alternate indexes for a vsam file?
HOw to initialize a PRODUCTIOn vsam file,which is created newly?
thanks in advance..
suma |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri Mar 20, 2009 8:16 pm Post subject: |
|
|
suma,
If you are authorized to create a VSAM File in production , it is NO different from how you did it in test Region. Follow the same procedure you did to create and initialize the vsam file on test region.
Kolusu |
|
Back to top |
|
|
suma Beginner
Joined: 23 Jan 2006 Posts: 65 Topics: 29
|
Posted: Mon Mar 23, 2009 6:09 am Post subject: |
|
|
Thanks Kolusu for your reply,
how does an alternate indexes work in online vsam file...like if we are using same vsam file in batch program,we will used BLDINDX to create alternate index data.
how does a cics program will do for the vsam file ?
do I to run some batch jobs to update alternate indexex?
regards
Suma |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|