Data Prep Sheet

Action Principale : exploreData

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3 
4SESSION casauto;
5LIBNAME mycas cas;
6 
7DATA mycas.cars;
8SET sashelp.cars;
9 
10RUN;
11 
Actions using this script
  • dataSciencePilot exploreData En cours
  • No other action uses this exact script.