where will go the observations that were deleted by delete
statement?
Answers were Sorted based on User's Feedback
Answer / avinsas
We just pull the data from the database (Server) and if we
delete the observations using the delete statement, it will
be automatically get deleted from the report but the data
will still remain in the database.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can you limit the variables written to output dataset in data step?
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?
What is the function of Stop statement in a SAS Program?
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 does sas handle missing values in formats? : Sas programming
How many missing values are available? When might you use them?
How to test the debugging in sas?
what are the scrubbing procedures in sas? : Sas programming
Name and describe three SAS functions that you have used, if any?
Difference between informat and format?
What are the data types does SAS contain?
What are the new features included in the new version of SAS Programming Language?