See “SAS Assign Lib Refs("libref", "path", <"engine">, <"engine options">)” on page 260 in the “JSL Functions” chapter.
A keyword. Always means always prompt before attempt to connect. Never means never prompt even if the connection attempt fails (just fail with an error message going to the log), and IfNeeded (the default) means prompt if the attempt to connect with the given arguments fails (or is not possible with the information given).
1 if the data table was exported successfully; 0 otherwise.
See “SAS Export Data(dt, "library", "dataset", <named_arguments>)” on page 262 in the “JSL Functions” chapter.
Get a list of filenames found in the given "fileref" on this SAS server connection.
Get a list of filenames found in the given "path" on this SAS server connection.
See “SAS Get Var Names(string, <"dataset">, <password("password")>)” on page 265 in the “JSL Functions” chapter.
See “SAS Import Data(string, <"dataset">, <named arguments>)” on page 266 in the “JSL Functions” chapter.
The MODEXIST function is new in SAS 9.2. For SAS 9.1.3, this function only checks the license, not the installed status. In other words, for SAS 9.1.3, this function operates the same way as Is Product Licensed().
Download the file specified in "path" from the active SAS server connection and retrieve its contents as a string.