What is the difference between reading data from an external file and reading data from an existing data set?
No Answer is Posted For this Question
Be the First to Post Answer
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
What are the implications?
what are sas bi dashboard components? : Sas-bi
What does the trace option do?
How experienced are you with customized reporting and use of Data _Null_ features?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
what is the difference between %put and symbolgen?
How would you code the criteria to restrict the output to be produced?
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?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?