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 is the usage for assigning error=1 in a dataset ?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
Did you used proc test? when?
0 Answers Accenture, Quintiles,
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
What is the difference between class statement and by statement in proc means?
What do the put and input function do?
Differentiate between sas functions and sas procedures.
What has been your most common programming mistake?
How could you generate test data with no input data?
what are the three main credit bureau names
1 Answers Synchrony Financial,
Name statements that function at both compile and execution time?