Fiche Data Prep

Action Principale : actionSetToTable

Code de préparation

Script en attente de validation
Copié !
1PROC CAS;
2 BUILTINS.defineActionSet
3 actionSet='myActionSet',
4 actions=[
5 {
6 name='myAction',
7 parms={
8 {name='myInt', type='int'}
9 },
10 definition='return params.myInt;'
11 }
12 ];
13QUIT;
Actions utilisant ce script
  • builtins actionSetToTable En cours
  • Aucune autre action n'utilise ce script exact.