Mention the category in which sas informats are placed?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between nodup and nodupkey options?
How would you define the end of a macro? : sas-macro
Can anyone help me about SAS Realtime scenarios in Clinical field
wt is a-z and a--z?
what is sas? is a package or tool? give me introduction about sas?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is SAS informats?
/*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
How can I remove header from output data set?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?