Data Prep Sheet

Action Principale : binning

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.sample_data;
2 DO i = 1 to 100;
3 age = 20 + floor(rand('UNIFORM') * 50);
4 income = 30000 + floor(rand('UNIFORM') * 70000);
5 OUTPUT;
6 END;
7RUN;
Actions using this script
  • dataPreprocess binning En cours
  • No other action uses this exact script.