How to create a permanent sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
name some data transformation used in sas di? : Sas-di
How to Rename Library?
What r all the reporting procedures...?
How would you include common or reuse code to be processed along with your statements?
What are the data types that sas contain?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
What is maximum storage capability of SAS?
data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat
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?
what is the use of sas management console? : Sas-di