Data Prep Sheet

Action Principale : crfScore

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.score_data;
2 LENGTH text $200;
3 INFILE DATALINES delimiter='|';
4 INPUT id text$;
5 DATALINES;
61|SAS is a company based in Cary, NC.
72|John works at SAS.
8;
9RUN;
Actions using this script
  • conditionalRandomFields crfScore En cours
  • No other action uses this exact script.