Data Prep Sheet

Action Principale : alterTable

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3dataStep.runCode / code='
4data casuser.CARS_MODIFIABLE;
5set sashelp.cars;
6 
7run;
8';
9RUN;
10 
11QUIT;
12 
Actions using this script
  • table alterTable En cours
  • No other action uses this exact script.