Fiche Data Prep

Action Principale : columnInfo

Code de préparation

Script en attente de validation
Copié !
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 utilisant ce script
  • table columnInfo En cours
  • Aucune autre action n'utilise ce script exact.