Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SASjsConfig

Specifies the configuration for the SASjs instance.

Hierarchy

  • SASjsConfig

Properties

appLoc

appLoc: string = ""

The appLoc is the parent folder under which the SAS services (STPs or Job Execution Services) are stored.

contextName

contextName: string = ""

debug

debug: boolean = true

Set to true to enable additional debugging.

pathSAS9

pathSAS9: string = ""

pathSASViya

pathSASViya: string = ""

serverType

serverType: ServerType | null = null

Can be SAS9 or SASVIYA

serverUrl

serverUrl: string = ""

The location (including http protocol and port) of the SAS Server. Can be omitted, eg if serving directly from the SAS Web Server or being streamed.

useComputeApi

useComputeApi: boolean = false

Generated using TypeDoc