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



Personally I've not coded this api.  I think someone here has.  But, what 
new 'REQUIRED' parameters are you talking about?  Wait, upon further 
reading, I think I understand.  I think I understand what changed in V5R3. 
 They increased the password length available.  So, if you are not using 
one of the special values, then you are toast.  And, with your luck, the 
special values were not supported on versions prior to V5R3.

I suppose it would make it rough for some code.
Select;
When ReleaseLevel()>='V5R3M0';
  callp qsysgetphV5R3(......);
Other;
  callp qsysgetph(.....);
EndSl;

Good thing they document this stuff in the Memo to Users.

I suppose 'difficulties' are to be expected when changing something like 
password length throughout the system.

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.