What is the use of PROC gplot?
No Answer is Posted For this Question
Be the First to Post Answer
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
what is the use of proc sql? : Sas programming
how to generate means for every subject;
How would you compile all macros from a folder in a study, within the autoexec program?
What is criteria for adverse events and treatment-emergent adverse events?
how do you read binary data in sas?
how does sas handle missing values in a merge? : Sas programming
/*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 would you create multiple observations from a single observation?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What do you understand by the term Normal Distribution?
which domain is better in sas? clinical trails or banking