Chapter Contents

Previous

Next
_addMethodArgL

_addMethodArgL



Adds SCL list parameter to method call.


Syntax

Syntax

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

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

_addMethodArgL
builds the method call that is invoked on the remote instance. It enables SCL list parameters to be added to the method definition.

value
is the actual SCL list 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 SCL list parameter.


Chapter Contents

Previous

Next

Top of Page

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