Data Prep Sheet

Action Principale : biconnectedComponents

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.LinkSetIn;
2 INFILE DATALINES delimiter=',';
3 INPUT from $ to $ @@;
4 DATALINES;
5 A,B A,F B,C B,E C,D
6 D,E D,G G,H G,I H,I
7 J,K K,L L,M M,J
8 ;
9RUN;
Actions using this script
  • optNetwork biconnectedComponents En cours
  • No other action uses this exact script.