![]() Chapter Contents |
![]() Previous |
![]() Next |
| RSTITLE |
| Category: | Interface to SAS Software |
| Requires SAS/CONNECT software |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| sysrc=RSTITLE(session-id,description); |
| 0 | successful |
0 |
not successful |
Type: Numeric
Type: Character
Type: Character
| Details |
You can retrieve the information that RSTITLE saves by using RSESSION to build a list of connections. You can then use the list to select a connection when submitting statements to a remote host.
In order to use this function, Release 6.07 or later of SAS software must be running on both the local and remote host systems.
See SAS/CONNECT User's Guide for more information about establishing a link between local and remote hosts.
| Example |
Define the description MVS Payroll Data for the remote session that has the identifier
A:
session='A'; description='MVS Payroll Data'; rc=rstitle(session,description);
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.