Search Results

725 résultats trouvés Page 18 / 73
FAQ
Voir

What is the purpose of the addUserActionSetPath action?

The addUserActionSetPath action adds a caslib to the user-defined action set search path.

FAQ
Voir

What is the required parameter for the addUserActionSetPath action?

The required parameter is 'caslib', which specifies the caslib to be added to the search path.

FAQ
Voir

What is the CASL syntax for using the addUserActionSetPath action?

The CASL syntax is `builtins.addUserActionSetPath / caslib="string";`, where "string" is the name of the caslib.

FAQ
Voir

What does the 'code' parameter do in the annCode action?

The 'code' parameter is used to request the generation of the SAS score code and to specify output options for that code, such as the output CAS table name and caslib.

FAQ
Voir

How do I specify the input table containing the images to be annotated?

The input table is specified using the `images` parameter. This parameter requires a `table` subparameter where you provide the `name` of the table and optionally the `caslib`.

FAQ
Voir

How does the 'ACTION' role differ from the 'DATA' role?

The 'ACTION' role provides unrestricted access to action sets and actions, while the 'DATA' role provides unrestricted access to caslib, table, and column definitions, including the ability to add caslibs.

FAQ
Voir

What is the purpose of the caslibInfo action?

The caslibInfo action shows information about caslibs.

FAQ
Voir

What does the 'active' parameter do?

When set to True and the 'caslib' parameter is not specified, it shows information only for the active caslib. The default is FALSE.

FAQ
Voir

How can I specify a particular caslib to get information about?

Use the 'caslib' parameter (alias 'lib') to specify the name of the caslib. If you don't specify it, information for all caslibs is shown.

FAQ
Voir

How can I view hidden caslibs?

Set the 'showHidden' parameter to True to include hidden caslibs in the results when requesting information for all caslibs. The default is FALSE.