Do you need to compute new variables? If so,should you do
this before you execute the report-writing procedure?
No Answer is Posted For this Question
Be the First to Post Answer
SAS System ?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
Explain what Proc glm does?
which domain is better in sas? clinical trails or banking
what are informats in sas? : Sas-administrator
How could you generate test data with no input data?
How to Rename Library?
Explain translate function?
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
How experienced are you with customized reporting and use of Data _Null_ features?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here