How To Run a SAS Command Via Matlab?
Show older comments
Hi Everyone
I Am Doing Some Research And Due To Some Technical Issues I Need To Run Some SAS Commands From Matlab. Can Anyone Help Me With The Appropriate Matlab Codes Please? In Fact I Need To Know The Codes To Control SAS From Matlab. For Example How Can I Run The Following SAS Code Via Matlab (In Matlab Environment While Matlab Controlling SAS)...?
% SAS Code % Proc Genmod data = r; Model C = A B / Dist = Negbin; Run;
Thank You Very Much...
Answers (1)
Wayne King
on 19 Oct 2011
0 votes
Hi Mohammad, you may be interested in this from the file exchange:
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!