What is the use of %include statement?
No Answer is Posted For this Question
Be the First to Post Answer
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the functions which are used for character handling functions?
Explain input and put function?
Why double trailing @@ is used in input statement?
in which companies SAS openings are there? List of companies using SAS technology.
what are some differences between proc summary and proc means? : Sas programming
How to create a permanent sas data set?
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
Please write codes to merge two datasets and keep every record in the first dataset.
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How long can a macro variable be? A token? : sas-macro
What is the order of evaluation of the comparison && logical && relational operators:?