× 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.



Is this the absolute best way to prototype the create user space API?  Can 
you specify defaults in the prototype like with an INZ?

DCREATEUSRSPC     PR                  EXTPGM(QUSCRTUS) 
D USRSPCNAME                    20    CONST 
D EXTENDEDATTR                  10    CONST 
D INITIALSIZE                   10I 0 CONST 
D INITIALVALUE                   1    CONST 
D PUBLICAUTH                    10    CONST 
D DESCRIPTION                   50    CONST 
D REPLACEUSRSPC                 10    CONST OPTIONS(*NOPASS:*OMIT) 
D ERRORCODE                  32767 OPTIONS(*NOPASS:*OMIT:*VARSIZE)
D DOMAIN                        10    CONST OPTIONS(*NOPASS:*OMIT) 
D TRANSSIZEREQ                  10I 0 CONST OPTIONS(*NOPASS:*OMIT) 
D OPTIMIZEALIGN                  1    CONST OPTIONS(*NOPASS:*OMIT) 
 ********************************************************************
D ERRORCODE       DS                  QUALIFIED 
D  BYTESPROVID                  10I 0 INZ(%SIZE(ERRORCODE)) 
D  BYTESAVAIL                   10I 0 INZ(0) 
D  MSGID                         7A 
D  RESERVED                      1A 
D  MSGDATA                     240A 

Mark

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.