if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
No Answer is Posted For this Question
Be the First to Post Answer
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
What are the parameters of scan function?
what is the use of LRECL option.
why a stop statement is needed for the point= option on a set statement?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what is the use of proc sql? : Sas programming
what is portability of sas programmes?
what is the need of INDEX in datasets?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
How do you write a test plan?
What is the difference between one to one merge and match merge? Give an example.