I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
4 8900DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 10514I 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?
1 4207
What is the use of stop statement?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the use of divide function?
What is the basic structure of a sas program?
What is SAS informats?
Hi, If anyone has base SAS certification dumps, please share.
Differentiate between format and informat? : sas-grid-administration
how many types of prompts are there? : Sas-bi
how does sas handle missing values in assignment statements? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
What is the role of administrative users? : sas-grid-administration
what is hierarchy flattening? : Sas-di
what is treatment emergent events and treatment emregent adverse event
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Where do you use proc means over proc freq?