Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : SETREMOTELOC

SETREMOTELOC
Sets the default remote location for distributed data processing. (C)
Invocation
CALL SETREMOTELOC(remoteloc)
 
Usage Notes
Use the REMOTELOCATION shareable tool to determine the current value of the default remote location.
SETREMOTELOC does not check to see if the value you supply for remoteloc is valid. Use the TIBCO Object Service Broker Administration menu’s Resource Management facility to access a list of names available to your local node.
See Also
TIBCO Object Service Broker Application Administration for information on distributed data processing.
TIBCO Object Service Broker for z/OS Installing and Operating for information on the Administration menu.
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 © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved