Fiche Data Prep

Action Principale : batchresults

Code de préparation

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