What is LAG function?How is it used? can any one explain
Answer Posted / sheetal
lag function is used to look at the previous values as :
lag(<varaiable name>); gives you the the previous value .
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How does proc sql work?
Explain the special input delimiters used in sas programming.
how do the in= variables improve the capability of a merge? : Sas programming
what are informats in sas? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator
Have you ever used the SAS Debugger?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is the use of PROC gplot?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Explain the use of proc gplot? : sas-grid-administration
What are the ways in which macro variables can be created in sas programming?
How necessary is it to be creative in your work?
What is the difference between order and group variable in proc report?