Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Tools : REMOTELOCATION

REMOTELOCATION
Returns the current value of the default remote location. (F)
Invocation
loc = REMOTELOCATION
 
Usage Notes
Use the SETREMOTELOC shareable tool to reset the default remote location, if necessary.
See Also
TIBCO Object Service Broker Application Adminstration for information on distributed data processing.
Example
The following rule changes the default remote location, if it is not already the value required:

 
RULE EDITOR ===> SCROLL: P
CHANGE_LOCATION(VALUE);
_
_ ---------------------------------------------------------------------------
_ VALUE = REMOTELOCATION; | Y N
_ ------------------------------------------------------------+--------------
_ CALL SETREMOTELOC(VALUE); | 1
_ CALL ENDMSG('THE LOCATION IS ' || VALUE); | 1 2
_ ---------------------------------------------------------------------------

 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved