Data Prep Sheet

Action Principale : compileCategory

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.data_rules;
2 LENGTH config $32767;
3 INFILE DATALINES delimiter='|';
4 INPUT config $;
5 DATALINES;
6categories:
7- name: category_1
8 rules:
9 - (SENT, "I like this a lot")
10- name: category_2
11 rules:
12 - (SENT, "I do not like this")
13;
14RUN;
Actions using this script
  • textRuleDevelop compileCategory En cours
  • No other action uses this exact script.