Chapter Contents

Previous

Next
_addMethodArgC

_addMethodArgC



Adds character parameter to method call.


Syntax

Syntax

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

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

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

value
is the actual character 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 value of zero indicates success. A non-zero value indicates failure.

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


Chapter Contents

Previous

Next

Top of Page

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