Did you used proc test? when?
No Answer is Posted For this Question
Be the First to Post Answer
where will go the observations that were deleted by delete statement?
What is the use of %include statement?
If a variable contains only numbers, can it be a character data type?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
One way of creating a new variable in Macros is by % Let....What is the other way..?
what are the differences between proc report and proc tabulate?
what is the purpose of _error_? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How do you add a prefix to some or all variables in a dataset using a SAS macro?
what is proc Index? and what is proc document?
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 can you create zero observation dataset? : Sas programming