55 pts.
 usage of QdtsChainSF
Hi, I am trying to use the API QdtsChainSF with the prototype: d Chain Pr 10U 0 Extproc('QdtsChainSF') d SFLName 10A d pRcd * Value d len 10U 0 Value d rrn 10U 0 Value --------------------------- The call is as follows: c Eval Returncode = Chain(SFLName: - c %Addr(Record): %Size(Record): Looprrn) ------------------------- But i am getting the error: *RNF7536 30 2 The type of the parameter specified for the call does not match the prototype. Please help

Software/Hardware used:
ASKED: August 31, 2009  5:49 AM
UPDATED: April 22, 2010  10:10 PM

Answer Wiki:
Since you don't show your definitions, it's almost impossible to tell where the error is. However, I can see that your prototype doesn't match the definition of the API, so I'd guess first that you are passing SFLName incorrectly. If you correct the definition of the first parameter, it might work. Try this:<pre> D SFLName 10A Const</pre> Tom
Last Wiki Answer Submitted:  April 22, 2010  10:10 pm  by  TomLiotta   107,735 pts.
All Answer Wiki Contributors:  TomLiotta   107,735 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _