Data Prep Sheet

Action Principale : actionSetToTable

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3ACTION BUILTINS.defineActionSet / name='myCustomActions' definition={{ACTION='hello', parms={{name='name', type='string'}}, code='print("Hello, " .. _parms_["name"]);
4'}};
5 
6RUN;
7 
8QUIT;
9 
Actions using this script
  • builtins actionSetToTable En cours
  • No other action uses this exact script.