if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
Answer Posted / ashish
You can check answers here second anwer has pdf attached which is good
http://stackoverflow.com/questions/836157/in-sas-what-are-good-techniques-options-for-catching-syntax-errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of the %include statement?
How to limit decimal places for variable using proc means?
Have you ever used the SAS Debugger?
What is the difference between class statement and by statement in proc means?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
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.
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Intern stastical programmer written test
For clinical entire study how many tables will create approx?
How to read an input file in sas?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What are all the problems you faced while validating tables and reports?
Are you involved in writing the inferential analysis plan? Tables specifications?
what are 5 ways to perform a table lookup in sas? : Sas-administrator