Chapter Contents

Previous

Next
_addMethodArgN

_addMethodArgN



Adds numeric parameter to method call.


Syntax

Syntax

CALL SEND(robjInst, '_addMethodArgN', value, mode, rc, <name>);

Where... Is type... And represents...
value N numeric parameter to be passed to method
mode C mode of parameter
rc N return code
name C optional name to be associated with this numeric parameter

_addMethodArgN
builds the method call that is invoked on the remote instance. It enables numeric parameters to be added to the method definition.

value
is the actual numeric parameter that is passed to the remote method invocation.

mode
indicates the mode of this parameter:
I = input parameter
O = output parameter
U = update parameter

rc
is a return code that indicates success or failure. A zero value indicates success. A non-zero value indicates failure.

name
may be specified to associate a name with this numeric parameter.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.