Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

SAS Interview Questions
Questions Answers Views Company eMail

How would you code a merge that will keep only the observations that have matches from both sets.

Accenture, Bank Of America,

5 14718

How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.

Accenture,

10 18879

What is the Program Data Vector (PDV)? What are its functions?

Accenture,

5 25178

Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.

Accenture,

4 21432

At compile time when a SAS data set is read, what items are created?

Accenture,

14 31061

Name statements that are recognized at compile time only?

Accenture,

3 9759

Identify statements whose placement in the DATA step is critical.

Accenture, Labasol,

6 11939

Name statements that function at both compile and execution time.

Accenture,

7 25727

Name statements that are execution only.

Accenture,

14 24245

In the flow of DATA step processing, what is the first action in a typical DATA Step?

Accenture,

6 18966

What is _n_?

Accenture,

23 40343

How could you generate test data with no input data?

CTS,

14 31479

How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

2 17477

WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.

Genzyme,

4 7859

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.

2336


Post New SAS Questions

Un-Answered Questions { SAS }

AE datasets names? how many types?

2559


What are the data types in sas?

1112


What is the SAS data set?

1176


How to limit decimal places for the variable using proc means?

1120


how can you import .csv file in to sas? : Sas programming

1139


Differences between where and if statement?

1157


which date functions advances a date time or date/time value by a given interval? : Sas programming

1008


What do the put and input function do?

1112


how to remove duplicates using proc sql?

1199


How we can create SAS USER DEFINED CODE?

2150


How many data types are there in SAS?

1132


how would you create multiple observations from a single observation? : Sas programming

1055


what are some good sas programming practices for processing very large data sets? : Sas programming

975


Give some examples where proc report’s defaults are different than proc print’s defaults?

1134


What is the use of the %include statement?

1215