Data Prep Sheet

Action Principale : brTrain

Preparation Code

Script awaiting validation
Copied!
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 using this script
  • boolRule brTrain En cours
  • No other action uses this exact script.