Which date functions advances a date time or date/time
value by agiven interval?
Answers were Sorted based on User's Feedback
Answer / sai krishna
Using INTNX as
c=intnx(interval,date,n);
data u;
c=intnx(month,'01jan08'd,1);
run;
the result for c would be 01feb08
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / amit
its INTCK, which computes number of interval b\w two dates
| Is This Answer Correct ? | 1 Yes | 5 No |
What are common programming errors committed in sas
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what is the difference between unique key and primary key? : Sas-di
Name and describe few sas character functions that are used for data cleaning in brief.
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
How do you connect the desktop application to metadata server? : sas-grid-administration
Name statements that function at both compile and execution time.
What is PROC in SAS?
how will you location sas platform applications available from web browser? : Sas-bi