Data Prep Sheet

Action Principale : loadTable

Preparation Code

Script awaiting validation
Copied!
1 
2PROC EXPORT
3DATA=sashelp.cars outfile="/cas/
4data/casuser/cars.csv" dbms=csv replace;
5 
6RUN;
7 
Actions using this script
  • table loadTable En cours
  • No other action uses this exact script.