Fiche Data Prep

Action Principale : fmtLibCntlIn

Code de préparation

Script en attente de validation
Copié !
1 
2DATA work.format_data;
3LENGTH fmtname $8 label $20;
4retain fmtname 'GRADE' type 'C';
5start='A';
6label='Excellent';
7OUTPUT;
8start='B';
9label='Good';
10OUTPUT;
11start='C';
12label='Fair';
13OUTPUT;
14 
15RUN;
16 
17PROC CASUTIL;
18load
19DATA=work.format_data outcaslib="CASUSER" casout="my_cntl_table" replace;
20 
21RUN;
22 
Actions utilisant ce script
  • sessionProp fmtLibCntlIn En cours
  • Aucune autre action n'utilise ce script exact.