builtins

getLicensedProductInfo

Description

Shows the information for licensed SAS products.

builtins.getLicensedProductInfo <result=results> <status=rc> ;

Examples

This example demonstrates how to retrieve and display license information for all SAS products. The complete code and detailed expected output are available on a separate linked documentation page and are not included in this HTML snippet.

SAS® / CAS Code Code awaiting community validation
Copied!
1/* Refer to the linked documentation page 'n0t8gqd61vnusen1twpsslbnifep.htm' for the full SAS code example. The code is not provided in this snippet. */
Result :
The expected result is a table or list containing comprehensive license details for all installed SAS products. The specific format and content of this output are described in the linked documentation.

FAQ

What is the purpose of the getLicensedProductInfo Action?
Where can I find an example of how to use the getLicensedProductInfo Action?