Fiche Data Prep

Action Principale : actionSetToTable

Code de préparation

Script en attente de validation
Copié !
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 utilisant ce script
  • builtins actionSetToTable En cours
  • Aucune autre action n'utilise ce script exact.