how the sas basic syntax style described? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What would you change about your job?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How do you download a flat file from Mainframe to your local PC using SAS?
Explain the use of proc print and proc contents?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
explain the proc in sas? : Sas-administrator
is there any difference between proc summary and proc means?
/*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 is sas metadata repository? : Sas-bi
what is prime numbers? how we can get plc write sas code?
in ods is there any lib's