|
Hi Lim,
The required parameter list in your e-mail is difficult to read (you
must've put it in a proportional font, and added spaces to try to line
things up -- resulting in a mess when viewed properly with afixed-width
font). So I'll assume your required parameter list is the same asIBM's...
parameter
In most case, that means that there should be another parameter that
caller must use to tell this api how long this Call Stack Entry
parameter is.
Yes, there *is* another parameter providing the length. It's
#10. Here's a link to the Information center:http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/QMHSNDP
Note that parameter 10 is named "Length of call stack entry". It's an
optional parameter. If it's not passed, the manual says:for
Note: The actual length of the call stack entry name cannot exceed
4096 characters. If this parameter is not used, the value
the call stack entry parameter is assumed to be 10characters
in length.
So if you don't pass the optional parameter for the length of the call
stack entry, it assumes the length to be 10 -- that's why you see so
many examples where 10 is shown in the prototype.
The manual is your friend :)
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.