What do you know about symput and symget?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of using the N=PS option?
how does sas handle missing values in functions? : Sas programming
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
What is the Program Data Vector (PDV) and What are its functions?
What are _numeric_ and _character_ and what do they do?
Have you ever used the SAS Debugger?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
why is the use of Retrive statement and give me with example?
What is the difference between proportion and average?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
Can you suggest us materials for sdtm mapping?