: and & modifiers.
No Answer is Posted For this Question
Be the First to Post Answer
explain what is data set in sas? : Sas-administrator
What is SAS informats?
What is factor analysis?
What sas features do you use to check errors and data validation?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
How could you generate test data with no input data?
What is data _null_?
what is the difference between SET and MERGE?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
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
diff between nodup rec and ondup key???