Data Prep Sheet

Action Principale : hypergroup

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.my_graph_data;
2 INPUT SOURCE $ target $ weight;
3 DATALINES;
4 A B 1
5 B C 2
6 C D 1
7 D A 3
8 E F 1
9 F G 2
10 G H 1
11 H E 3
12 A E 1
13 B F 1
14 C G 1
15 D H 1
16 ;
17RUN;
18 
19PROC CASUTIL;
20 load casdata="my_graph_data" casout="myGraph" replace;
21RUN;
Actions using this script
  • hyperGroup hypergroup En cours
  • No other action uses this exact script.