Fiche Data Prep

Action Principale : brTrain

Code de préparation

Script en attente de validation
Copié !
1DATA mycas.doc_term_data;
2 INFILE DATALINES delimiter=',';
3 INPUT docid termid;
4 DATALINES;
51,1
61,2
72,2
82,3
93,3
103,4
114,1
124,4
13;
14RUN;
15 
16DATA mycas.doc_info_data;
17 INFILE DATALINES delimiter=',';
18 INPUT docid category $;
19 DATALINES;
201,A
212,A
223,B
234,B
24;
25RUN;
Actions utilisant ce script
  • boolRule brTrain En cours
  • Aucune autre action n'utilise ce script exact.