BookmarkSubscribeRSS Feed
pwl
Calcite | Level 5 pwl
Calcite | Level 5

Hello. I do not have any experience in statistical programs and I want your help to run the DEA method on SAS.

On this site http://sas-or.com/book/?s=DEA  I find the code that I want to run.

 

The only that I do on the code is to change the below codes and put where is my txts files and the number of inputs,outputs and units.

%let _InData=’C:\sasor\Data9_2_In.txt’;
%let _OutData=’C:\sasor\Data9_2_Out.txt’;

%let _nInput=2;
%let _nOutput=3;
%let _nUnits=10;

 

But the code is not give me the results. 

Should to change something else on the code?

pls give me your advance. Thank you.

1 REPLY 1
ballardw
Super User

Are you getting any error messages in the log? If so post them.

You may also want to set the Option mprint; before running the code so that warnings and errors are placed in context with code generated by macros.

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 740 views
  • 0 likes
  • 2 in conversation