Data Prep Sheet

Action Principale : fmtLibCntlIn

Preparation Code

Script awaiting validation
Copied!
1PROC FORMAT;
2 value $pays_fmt 'FR'='France' 'US'='États-Unis' 'DE'='Allemagne';
3 value note_fmt low-<10='Insuffisant' 10-15='Moyen' 15-high='Bon';
4RUN;
5 
6/* Exportation vers une table de contrôle */
7PROC FORMAT cntlout=work.fmt_cntl;
8RUN;
9 
10/* Chargement dans la CASLIB 'casuser' */
11PROC CASUTIL;
12 load DATA=work.fmt_cntl casout="table_formats" outcaslib="casuser" replace;
13RUN;
Actions using this script
  • sessionProp fmtLibCntlIn En cours
  • No other action uses this exact script.