Data Prep Sheet

Action Principale : histogram

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.score;
2 DO i = 1 to 100;
3 x = rand('NORMAL', 0, 1);
4 OUTPUT;
5 END;
6RUN;QUIT;
Actions using this script
  • datapreprocess histogram En cours
  • No other action uses this exact script.