what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between INPUT and INFILE ?
What is the difference between using drop = data set option in data statement and set statement?
/*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
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
sas macros
Explain the use of proc gplot? : sas-grid-administration
Can we create datasets by proc step ? (Proc contents, Means)?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
Name statements that are execution only?
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
What does error:1 mean?