What is the purpose of the trailing @? The @@? How would you
use them?

Answer Posted / no name is require

@-is used to reading part of a rawdata file we using traling @
@@-is used to reading multiple observations of rawdata

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are SAS/ACCESS and SAS/CONNECT?

636


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1689


What will calendar procedure do?

603


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

673


Explain the purpose of substr functions in sas programming.

568






explain the key concept of sas? : Sas-administrator

562


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 is the difference between order and group variable in proc report?

845


What is the purpose of _character_ and _numeric_?

592


how can you create zero observation dataset? : Sas programming

644


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

587


what other sas products have you used and consider yourself proficient in using? : Sas programming

688


what is transformation in sas data integration? : Sas-di

560


What is run-group processing?

628


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4054