what is sas? is a package or tool? give me introduction
about sas?

Answer Posted / rakesh

sas is programming language which is used for data
retrive,manage,analyse and to genrate the reports.
sas provides wide range of solutins to the business
world.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a put statement?

660


State the difference between INFORMAT and FORMAT ?

593


Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.

1774


What is by-group processing?

574


What is the function of Stop statement in a SAS Program?

642






What are the applications primarily used by business analyst? : Sas-bi

552


If a variable contains letters or special characters, can it be numeric data type?

757


What do the mod and int function do? : Sas programming

575


how does sas handle missing values in a merge? : Sas programming

551


Why and when do you use proc sql?

757


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1467


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631


How to sort in descending order?

788


what is hash files in sas and why we are using this one in sas?

1726


What is the use of %include statement?

617