how do you validate sas program?

Answer Posted / russ

Verify statement;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1776


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

749


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1660


Describe a time when you were really stuck on a problem and how you solved it?

2205


what versions of sas have you used (on which platforms)? : Sas programming

584






Mention some common errors that are usually committed in sas programming.

588


what do the pad and dim functions do? : Sas programming

566


Explain bmdp procedure?

614


Give e an example of..

1653


What is the difference between where and if statement?

619


Describe the function and untility of the most difficult SAS macro that you have written.

1558


What is the length assigned to the target variable by the scan function?

675


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

552


Describe a time when you were really stuck on a problem and how you solved it?

2085


what is sas olap server? : Sas-di

689