![]() | SUMMARY | DETAIL |
Macros to create and close interactive sessions to SAS Life Science Analytics Framework.
Macro Summary | |
external | %lsaf_login(lsaf_url=, lsaf_userid=, lsaf_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
Creates a connection to the SAS Life Science Analytics Framework instance.
|
external | %lsaf_logout;
Closes an open connection to SAS Life Science Analytics Framework.
|
Macro Detail |
%lsaf_login(lsaf_url=, lsaf_userid=, lsaf_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_url
-
- Required - The URL of the SAS Life Science Analytics Framework instance to use, specifiedlsaf_userid
-
- Required - The SAS Life Science Analytics Framework ID for the user account.lsaf_password
-
- Required - The SAS Life Science Analytics Framework password for the user account.proxy_host
-
- Conditional - The name of the host computer, when the SAS Life Science Analyticsproxy_port
-
- Conditional - The port number that is required for the proxy host computer.proxy_userid
-
- Conditional - The user ID when the proxy computer requires authentication.proxy_password
-
- Conditional - The password when the proxy computer requires authentication.
%lsaf_logout;
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.