Fiche Data Prep

Action Principale : binning

Code de préparation

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