Data Prep Sheet

Action Principale : match

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2 LOADACTIONSET 'dataStep';
3 RUN;
4 dataStep.runCode / code='data casuser.contacts;
5 length name $ 20 address $ 30;
6 infile datalines delimiter=",";
7 input name address;
8 datalines;
9 John Smith,123 Main St
10 Jon Smith,123 Main Street
11 Jane Doe,456 Oak Ave
12 Jane Dow,456 Oak Avenue
13 Peter Jones,789 Pine Ln
14 ;
15 run;';
16RUN;
17 
Actions using this script
  • entityRes match En cours
  • No other action uses this exact script.