explain the proc in sas? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
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.
how to rearrange the data as our wish by using dataset block?
how to debug and test the sas program? : Sas-administrator
Give e an example of..
What is the difference between order and group variable in proc report?
what is sas database server? : Sas-di
How would you invoke a macro? : sas-macro
how to assign a macro value to a variable?
Describe a time when you were really stuck on a problem and how you solved it?
What is the role of sas grid administrator? : sas-grid-administration
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
do you need to know if there are any missing values? : Sas programming