Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Using Remote Objecting

The enhanced capability described in this chapter is a process for remoting Frame objects between a local and a remote SAS session. Therefore, to use remote objecting, you must first establish a connection by using the SIGNON command. See Starting and Stopping SAS/CONNECT Software for more information. This capability is interfaced with a remote object class.

The interface steps are:

  1. Instantiate an object remotely by supplying a destination and class name.

  2. Begin a method invocation by supplying a method name.

  3. Build the argument list through typed ADD_METHOD invocations. Define value, mode, and an optional name tag.

  4. Invoke the method.

  5. Post-process the return_list, which is an argument list of update and output mode arguments (names are promoted if supplied on the invocation parameter list).

  6. Repeat steps 2 through 5 as needed.

  7. Destroy the remote instance.

  8. Repeat per step 1 as needed.

The remote objecting services are provided by the ROBJECT class. The instance methods defined to the ROBJECT class enable applications to create and act upon remote objects.

The ROBJECT class runs in the local session, while the instance methods invoked by the ROBJECT class run in the remote session.


Chapter Contents

Previous

Next

Top of Page

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