× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Scott.  I did a search after posting this, and found that out. 
It's kind of silly that you can't create a user space with the
auto-extender bit on... Anyways, I have tried to make this work, and I
can't seem to cause the user space to auto-extend.  I know it isn't
hitting the upper limit.

I have my prototype:

     D ChgUS           PR                  ExtPgm('QUSCUSAT')
     D  SpaceLib                     10A   Const
     D  SpaceName                    20A   Const
     D  SpaceAttr                      *   Const
     D  SpaceError                     *   Const

Other used fields:

     D ReturnLib       S             10A   Inz(*Blanks)
     D TempSpace       C                   Const('TEMPSPACE QTEMP     ')
     D USAttribute     DS
     D  Count                        10I 0 Inz(1)
     D  Key                          10I 0 Inz(3)
     D  Length                       10I 0 Inz(1)
     D  Value                         1A   Inz('1')
     D USAttrPtr       S               *   Inz(%Addr(USAttribute))

Then after the creation and pointer gathering, etc, 

       CallP(E) ChgUS(       ReturnLib :
                             TempSpace2:
                             USAttrPtr:
                             ErrPtr);

I get an error on placing data in the array that is pointed at the
user space when it reaches the initial limit.  help!!!

TIA


-- 
"Enter any 11-digit prime number to continue..."

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.