Data Prep Sheet

Action Principale : actionSetToTable

Preparation Code

Script awaiting validation
Copied!
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 using this script
  • builtins actionSetToTable En cours
  • No other action uses this exact script.