what is the use of proc contents and proc print in sas? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
explain about sas business intelligence? : Sas-bi
How to save the log information in a file for future use
How to limit decimal places for the variable using proc means?
How we will Developing new reports Using Data step programming and Macros ?
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
How can I remove header from output data set?
What is the one statement to set the criteria of data that can be coded in any step?
I have a dataset with variables empid and doj how to calculate retirement age?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
What’s the difference between var b1 – b3 and var b1 — b3?
what is the difference between proc report and proc format?
Describe the function and utility of the most difficult SAS macro that you have written?