wat is sas? is a package or programming language?
Answers were Sorted based on User's Feedback
Answer / balamurugan.s
SAS stands for Statistical Analytic System. It is a Software
Package and an independent programming Language.
Is This Answer Correct ? | 4 Yes | 0 No |
SAS is an analysis software which independent.
Sas is package (or) collection of tools which is a domain
based softwares.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aditya.m
SAS is is a package, as well as programming language which
is used to analysis.this is flatform indepandent.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vin
SAS is a tool which is built using JAVA as the programming
language.
Is This Answer Correct ? | 2 Yes | 3 No |
sas macros
what is Business Intelligence?
What are the difference between sas functions and procedures?
Explain the difference between informat and format with an example.
what is pdv? how it is related to input buffer in sas?
how does sas handle missing values in formats? : Sas programming
how to remove duplicates using proc sql?
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.
wat has been most common programming mistake?
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
How would you code the criteria to restrict the output to be produced?