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 8566DATA 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 9778I 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 4022
what is intially documentation in sas?
What is the difference between where and if statement?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What are the functions which are used for character handling functions?
Differences between where and if statement?
Why double trailing @@ is used in input statement?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what are the benefits of data integration? : Sas-di
how will you locate the sas platform applications? : Sas-bi
Differentiate input and infile.
Describe the function and untility of the most difficult SAS macro that you have written.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Which command is used to perform sorting in sas program?
What commands are used in the case of including or excluding any specific variables in the data set?