Data Prep Sheet

Action Principale : copyTable

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.source_data;
2 DO i = 1 to 100;
3 x = rand('UNIFORM');
4 y = rand('NORMAL');
5 OUTPUT;
6 END;
7RUN;
Actions using this script
  • table copyTable En cours
  • No other action uses this exact script.