Data Prep Sheet

Action Principale : calculateErrorRate

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.ref_data; LENGTH id $ 10 text $ 100; INFILE DATALINES delimiter=','; INPUT id $ text $; DATALINES;
2id1,this is a sample
3id2,another example here
4; RUN;
5DATA casuser.hyp_data; LENGTH id $ 10 text $ 100; INFILE DATALINES delimiter=','; INPUT id $ text $; DATALINES;
6id1,this is sample
7id2,an other example here
8; RUN;
Actions using this script
  • langModel calculateErrorRate En cours
  • No other action uses this exact script.