![]() Chapter Contents |
![]() Previous |
![]() Next |
| RLINK SCL Function |
| Local and remote |
| Syntax | |
| Syntax Description | |
| Example |
Syntax |
| rc=RLINK(remote-session-id); |
| Example |
The following statements use the RLINK function and the identifier REMSESS.
rc=rlink('REMSESS');
if (rc=0) then
_msg_='No link exists.';
else
_msg_='A link exists.';
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.