?>Array ( [id] => 26 )
Scénario de test & Cas d'usage
This scenario does not require any data tables. The focus is on the system-level capability of the action.
| 1 | /* No data preparation is required for a server-wide inventory check. */ |
| 1 | PROC CAS; |
| 2 | BUILTINS.actionSetInfo / all=TRUE RESULT=r; |
| 3 | RUN; |
| 4 | QUIT; |
| 1 | PROC CAS; |
| 2 | TABLE.promote / name='ActionSetInfo' casout={name='SERVER_ACTION_SET_INVENTORY', caslib='CASUSER', replace=true}; |
| 3 | RUN; |
| 4 | QUIT; |
The action should produce a large table containing every single action set available on the CAS server, with a boolean flag indicating whether each one is currently loaded or not. The resulting 'SERVER_ACTION_SET_INVENTORY' table in the CASUSER caslib will serve as the audit artifact.