what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the automatic variables for macro? : sas-macro
Name statements that are recognized at compile time only?
where will go the observations that were deleted by delete statement?
SAS System ?
how many data types in sas? : Sas-administrator
What other SAS features do you use for error trapping and data validation?
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
At compile time when a SAS data set is read, what items are created?
what is the difference between proc means and proc summary?
How would you code a merge that will keep only the observations that have matches from both sets?
wat is sas? is a package or programming language?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;