|
> DCL SPCPTR .User; > DCL DD User CHAR(5000) BAS(.User); > > SETSPPFP .User,.ProfileDfn; > CPYBWP Return_Space,User; > > If I reduce the size of the user variable, I don't get the error. Anybody > know why? yes, the space is only 4096 bytes long.... > > Also, can I get the authority flags from this data or do I have to retrieve > it from the information returned from a call to the MUTUP instruction. > the authority data is NOT in the associated space. Use MATUP. The authority data is stored in the eight bytes at position 257 and on in the "functional" space, which is the encapsulated object and cannot be accessed with MI (unless you counterfeit a space pointer from the system pointer).
As an Amazon Associate we earn from qualifying purchases.
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.