There have been two avenues of thought here.  a) use CMSSTOR and RMODE and AMODE, etc, to load the table above 16meg.  In doing this I think I will also have to make the users virtual machine size larger than 16meg, right?  The other thought has been to use Shared Segments.  I need some clarification on this technique.  The program involved (let's call it PGMA) can be invoked by multiple users at the same time. The table will probably contain different data for each user depending on what they are trying to.  Will I need to define a Segment for each user or when PGMA is invoked will it get its own unique area of storage to load the table?  My thinking is that it will not get a unique chunk of storage for each user.  If this is the case, shared segments is not an option.
Could someone explain this?  
Please and thank you.
Steve

Reply via email to