Data Prep Sheet

Action Principale : columnInfo

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3dataStep.runCode / code='
4data CASUSER.MYTABLE;
5length str_col $10;
6num_col=1;
7str_col="hello";
8date_col=today();
9output;
10 
11run;
12';
13RUN;
14 
Actions using this script
  • table columnInfo En cours
  • No other action uses this exact script.