If you’re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?

Answer Posted / learner

QUESTIONS IS NOT CLEAR ...WANT THE OUTPUT BUT NOT IN THE
FORM OF SAS DATA SET ...

SO USE IN PLACE OF DATASET NAME _NULL_

RATNA...DONT GIVE ...IF YOU DONT KNOW THE ANSWER..PLS

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what does the run statement do? : Sas programming

560


what is the Population you used in your project, is it ITT or PP?

2185


What is the difference between using drop = data set option in data statement and set statement?

642


Explain the use of proc print and proc contents?

562


Difference between SAS STATA & SPSS?

685






What was the last computer book you purchased? Why?

1918


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.

1782


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

556


what do you mean by data staging area? : Sas-di

607


What are the ways to do a “table lookup” in sas?

595


What is the difference between %local and %global? : sas-macro

673


Explain the purpose of retain statement.

607


How can sas program be validated?

581


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

4916


What is data _null_?

701