Data Prep Sheet

Action Principale : batchresults

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2 DATA casuser.my_table;
3 DO i = 1 to 10000000;
4 x = rand('UNIFORM');
5 y = rand('NORMAL');
6 OUTPUT;
7 END;
8 RUN;
9QUIT;
Actions using this script
  • session batchresults En cours
  • No other action uses this exact script.