Data Prep Sheet

Action Principale : cspade

Preparation Code

Script validated
Copied!
1DATA sequences_data;
2 INPUT customerID $ eventID $ itemID $;
3 DATALINES;
4 A 10 1
5 A 20 2
6 A 30 3
7 B 15 1
8 B 25 4
9 C 10 1
10 C 20 2
11 C 25 5
12 D 10 1
13 D 30 3
14 E 10 2
15 E 20 4
16 E 30 5
17 ;
18RUN;
19 
20PROC CASUTIL;
21 load DATA=sequences_data outcaslib="casuser" casout="sequences_table" replace;
22QUIT;
Actions using this script
  • sequence cspade En cours
  • No other action uses this exact script.