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
What is the good sas programming practices for processing large data sets?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
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
what is the use of sas management console? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
Mention what is the difference between nodupkey and nodup options?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What are common programming errors committed in sas
describe about physical data integration? : Sas-di
What would be the value of month at the end of data step execution and how many observations would be there?
What is PDV?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
what is sas database server? : Sas-di
what is the use of proc sql? : Sas programming
What do the put and input function do?