Data Prep Sheet

Action Principale : binning

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.my_table;
2 DO i = 1 to 100;
3 var1 = rand('UNIFORM') * 100;
4 var2 = rand('NORMAL', 50, 10);
5 id = i;
6 OUTPUT;
7 END;
8RUN;
Actions using this script
  • dataPreprocess binning En cours
  • No other action uses this exact script.