Checks whether a session is active, or login is required
a promise which resolves with an object containing two values - a boolean isLoggedIn, and a string userName
Returns the current SASjs configuration.
Returns the username of the user currently logged in.
Logs into the SAS server with the supplied credentials
a string representing the username
a string representing the password
Logs out of the configured SAS server
Makes a request to the program specified.
a string representing the SAS program name
an object containing the data to be posted
an optional object with any additional parameters
Sets the debug state.
Boolean indicating debug state
Sets the SASjs configuration.
SASjsConfig indicating SASjs Configuration
Generated using TypeDoc
SASjs is a JavaScript adapter for SAS.