Macro not resovedPrawin 0 263 I Created a macro to import xls file, where the file name contains Special character "&", and Sheet also contains Special character as well. It Throws...
Warning messages in SAS graph logAl 1 244 All;
I get these warning messages when i run proc gplot in SAS/graph
WARNING: FOOTNOTE6 is too long. Height has been reduced to 87.38 pct
of
s...
Proc Freq and formats questionOoStatmasteroO 1 176 Is there any way to format proc freq output in comma12. if all the
vars are character? Proc tabulate allows you to use format= option!!!
proc fre...
help in CALL NLPQN inside PROC IMLayaafarag 0 211 proc iml;
start fun(K);
f = sumf;
sumf=0;
do i = 1 to 3;
sumf = sumf + (estvar*lambda[i])+ (g[i]* k)**2 /(lambda[i]+ k)**2;
end;
return (f);...