2215 questions found.

Page 23 / 45

The getLicenseInfo Action shows the license information for a SAS product....

builtins.getLicenseInfo / prodId=integer;...

results, info = s:builtins_getLicenseInfo{prodId=integer}...

results=s.builtins.getLicenseInfo( prodId=integer)...

The 'prodId' parameter specifies the SAS product ID. It is an integer with a default value of -1 and a minimum value of 0....

The 'cpuCount' result is an integer. You can access the value from results.cpuCount....

The 'cpuStart' result is an integer. You can access the value from results.cpuStart....

The 'expDate' result is a string. You can access the value from results.expDate....

The 'expDateNum' result is a double. You can access the value from results.expDateNum....

The 'gracePeriod' result is a double. You can access the value from results.gracePeriod....

The 'isExpired' result is a Boolean value. You can access the value from results.isExpired....

The 'isGrace' result is a Boolean value. You can access the value from results.isGrace....

The 'isWarning' result is a Boolean value. You can access the value from results.isWarning....

The 'licenseFile' result is a string. You can access the value from results.licenseFile....

The 'osName' result is a string. You can access the value from results.osName....

The 'prodID' result is an integer. You can access the value from results.prodID....

The 'productName' result is a string. You can access the value from results.productName....

The 'release' result is a string. You can access the value from results.release....

The 'serverDate' result is a string. You can access the value from results.serverDate....

The 'serverDateNum' result is a double. You can access the value from results.serverDateNum....

The 'siteName' result is a string. You can access the value from results.siteName....

The 'siteNum' result is an integer. You can access the value from results.siteNum....

The 'warningPeriod' result is a double. You can access the value from results.warningPeriod....

specifies the time to wait, in seconds, before running actions are canceled. Canceling the actions can facilitate the timely completion of an addNode action. Specify 0 to indicate that actions are never canceled....

specifies the time to wait, in seconds, before session processes to are killed. Killing the sessions can facilitate the timely completion of a addNode action. Specify 0 to indicate that sessions are never killed. The time-out begins when the addNodeCancelTimeout expires....

specifies a string that is included in the appTag property of CAS Server action log messages....

specifies the path to the cache for Azure storage authorization....

specifies the tenant ID for Azure storage....

New 64-bit integer processing...

New 64-bit integer processing...

specifies the caslib name to set as the active caslib....

The server configuration file...

The CAS server configuration name...

CAS Server config install location...

specifies one or more SAS data sets that contain compiler subroutines to include during compilation....

specifies code generation optimizations....

specifies the collating sequence for sorting....

The Process Identifier of the server that launched this instance...

specifies the shares for the CPU CGroup created for the server....

when set to True, the DATA step generates an error when a variable format cannot be found. You can set this parameter to False to continue processing instead of generating an error....

when a DATA step merge is run with no BY statement, this parameter determines whether no warning, a warning, or an error message is generated....

specifies the DATA step message summary level. When the DATA step runs on multiple threads, the same message can be generated on each thread. This parameter controls the summary level of duplicate messages....

specifies whether DATA step can replace an existing table....

when using APPEND, if the source has longer strings than the destination, this parameter determines whether no warning, a warning, or an error message is generated....

Specifies the sequence of month, day, and year when ANYDTDTE, ANYDTDTM, or ANYDTTME informat data is ambiguous....

specifies the port number that an external data provider, such as SAS Embedded Process, can use to connect to this node. A value of 0 indicates that the data provider should use the actual port number that CAS is using to listen for connections. A non-zero value might be required in some cloud-based...

specifies the host name for the SAS Embedded Process....

specifies the port number that CAS can use to listen for connections from an external data provider. A value of -1 indicates that data connectors should share the port specified for GCPORT. A value of 0 indicates that data connectors should use an ephemeral port....

specifies the name of the issuer of the digital certificate that TLS should use....