How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
No Answer is Posted For this Question
Be the First to Post Answer
Explain append procedure?
What do the SAS log messages "numeric values have been converted to character" mean?
what is the difference between the SAS v8 and SAS v9?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
how can you put a "trace" in your program? : Sas programming
How would you define the end of a macro?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
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 ...