Chapter Contents

Previous

Next
RSTITLE SCL Function

RSTITLE SCL Function



Defines a description for an existing connection to a remote session.

Local and remote


Syntax
Syntax Description
Example

Syntax

sysrc=RSTITLE(session-id, description);

Syntax Description

sysrc
is zero if the description was saved or non-zero if the operation failed.

session-id
is the name of the remote session (specified by CONNECTREMOTE=remote-session-id). The string can be up to eight characters long.

description
is a description to associate with the remote session. The string can be up to 40 characters long.

Details

The RSTITLE function saves the session identifier and description for an existing connection to a remote session. This information can be retrieved by using the RSESSION function to build a list of connections. The list can then be used to select a connection when submitting statements to a remote host.


Example

The following statements define the description OS/390 Payroll Data for the remote session by using the identifier A:

session='A';
descrip='OS/390 Payroll Data';
rc=rstitle(session,descrip);


Chapter Contents

Previous

Next

Top of Page

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