Name statements that function at both compile and
execution time.
Answers were Sorted based on User's Feedback
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
How would you invoke a macro? : sas-macro
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
How to read the file names of a text files from a shared drive using SAS?
How sas treats the dsd delimiters?
what techniques and/or procs do you use for tables? : Sas programming
what are methods to identify duplicate observations?
what is sas data set?
At compile time when a SAS data set is read, what items are created?
Identify statements whose placement in the DATA step is critical.
what are the validation tools in sas?
What do the SAS log messages "numeric values have been converted to character" mean?