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 to get part of string form the source string without using sub string function in SAS?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
how do the in= variables improve the capability of a merge? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
What is the size of PDV?
what the use of proc glm
What is the difference between the proc sql and data step?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
how to read raw data in sas. Do it manually and throw the programming.
Describe how you would pass data to macro.
in which companies SAS openings are there? List of companies using SAS technology.
What do the PUT and INPUT functions do?