Data Prep Sheet

Action Principale : buildAutoComplete

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.my_term_index;
2 LENGTH _Term_ $ 50 Category $ 20;
3 INFILE DATALINES dsd;
4 INPUT _Term_ $ _N_ Category $;
5 DATALINES;
6 sas viya, 15, Logiciel
7 sas 9, 8, Logiciel
8 programmation sas, 12, Compétence
9 science des données, 25, Compétence
10 apprentissage automatique, 18, Compétence
11 intelligence artificielle, 22, Compétence
12 procédure stockée, 4, Technique
13 processus métier, 9, Métier
14 projet analytique, 11, Métier
15 ;
16 RUN;
Actions using this script
  • searchAnalytics buildAutoComplete En cours
  • No other action uses this exact script.