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



I am pretty new to API's. I am trying to call the QSYCUSRA API. My code
is like this...


// Interface for the API...
D QSyCUsrA PR ExtPgm('QSYCUSRA')
D 1A Authority Indicator
D 10A CONST Profile Name
D 20A CONST Qualified Object Nam
e
D 10A CONST Object Type
D * Authority
D 4B 0 Number of Authorites
D 4B 0 Call Level
D * Error Code

D AuthYN S 1A
D Authority S *
D AuthNbr S 4B 0 INZ(1)
D CallLevel S 4B 0
D ErrorCode S *

D Response S 1A

/Free

AUTHYN = 'N';

QSyCUsrA(AuthYN:'USERID':'LIBRARY/FILENAME':'*FILE':
Authority:AuthNbr:CallLevel:ErrorCode);

DSPLY AUTHYN ;

*INLR = *On;

/End-Free

But when I run it, I get the message CPF22F7 Number of authorities must be
between 1 and 11. A value of 120064 was specified.

I'm using the info at
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/QSYCUSRA.htm
to get the required parameter goup.

I assume that I'm doing something wrong with my AuthNbr definition, but
I'm not sure.

Any suggestions?

Thanks!


Jeff Stevens
Mize, Houser & Co. P.A.
913 451 1882
JStevens@xxxxxxxxxxxxxx


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.