Previous Page | Next Page

Using Compute Services

Compute Services and the Output Delivery System

You can use the SAS Output Delivery System (ODS) to format the SAS output that is generated in a SAS session that runs on a server either synchronously or asynchronously. For details about ODS, see the SAS Output Delivery System: User's Guide.

Here are four typical programming scenarios for using Compute Services with ODS to manage output that is produced in a server session.

For all scenarios that use asynchronous processing, use the RGET Command and RGET Statement. The output is not available until the results are retrieved. The accumulated output is retrieved and transferred to the client session.

Previous Page | Next Page | Top of Page