where will go the observations that were deleted by delete
statement?
Answer Posted / 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 |
Post New Answer View All Answers
Give e an example of..
How to limit decimal places for variable using proc means?
What is the difference between order and group variable in proc report?
What is PDV?
what is the effect of the options statement errors=1? : Sas programming
Difference between sum function and using “+” operator?
What is factor analysis?
what are several options for creating reports in web report studio? : Sas-bi
how to read the variables in sas? : Sas-administrator
What are the new features included in the new version of SAS Programming Language?
How we can call macros with in data step? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Where do you use proc means over proc freq?
what is the difference between floor and ceil functions in sas? : Sas-administrator
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?