What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is conditional processing?
Can we replace a dataset into view?
What is the difference between using drop = data set option in data statement and set statement?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
what is treatment emergent events and treatment emregent adverse event
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;
how to rearrange the data as our wish by using dataset block?
For what purpose would you use the RETAIN statement?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
what are validation tools that are used in sas? : Sas-administrator
Describe crosslist option in tables statement?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?