IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Alternate for FASTCLUS procedure in SAS


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
akhi007

New User


Joined: 30 Jan 2006
Posts: 35
Location: Richmond

PostPosted: Tue Nov 25, 2008 1:01 pm
Reply with quote

Hi All,

Is there any alternate procedure which will perform the same functionality of FASTCLUS?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 25, 2008 1:57 pm
Reply with quote

What does FASTCLUS do ?
Back to top
View user's profile Send private message
akhi007

New User


Joined: 30 Jan 2006
Posts: 35
Location: Richmond

PostPosted: Tue Nov 25, 2008 5:18 pm
Reply with quote

The FASTCLUS procedure performs a disjoint cluster analysis on the basis of distances computed from one or more quantitative variables. The observations are divided into clusters such that every observation belongs to one and only one cluster; the clusters do not form a tree structure as they do in the CLUSTER procedure. If you want separate analysis for different numbers of clusters, you can run PROC FASTCLUS once for each analysis. Alternatively, to do hierarchical clustering on a large data set, use PROC FASTCLUS to find initial clusters, and then use those initial clusters as input to PROC CLUSTER.



For more information, please visit

Type_Description_Herehttp://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/fastclus_toc.htm
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 25, 2008 6:25 pm
Reply with quote

A quick Google search and review finds several pages related to SAS cluster analysis. SAS supports CLUSTER, FASTCLUS, VARCLUS, TREE according to what I can find.

You could also check out the SAS web site Use [URL] BBCode for External Links for specifics.
Back to top
View user's profile Send private message
akhi007

New User


Joined: 30 Jan 2006
Posts: 35
Location: Richmond

PostPosted: Tue Nov 25, 2008 6:40 pm
Reply with quote

Thanks for your response... I want to know an approach to convert the FASTCLUS statements to normal SAS statements.

If it is not possible, is it feasible to convert a SAS program to COBOL or Easytrieve?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 25, 2008 7:01 pm
Reply with quote

FASTCLUS statements are normal SAS statements -- just part of a PROC.

It is possible to convert a SAS program to COBOL but not always easy to do. I had a simple report program converted some years back and it took an experienced COBOL programmer over 2 months to convert the program from SAS to COBOL. A cluster analysis would be especially challenging in COBOL; I've had a year of college statistics plus a graduate class in statistics and I'd have to study the cluster analysis algorithm for a while before attempting such a program.

Perhaps if you explain what you're trying to do we can suggest alternate methods to achieve your goal?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
This topic is locked: you cannot edit posts or make replies. Internal Autonomous Stored Procedure ... DB2 6
No new posts Stored procedure cpu utilization DB2 1
Search our Forums:

Back to Top