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 |
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
wat has been most common programming mistake?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
What is substr function?