sirisha


{ City }
< Country > india
* Profession *
User No # 6679
Total Questions Posted # 2
Total Answers Posted # 1

Total Answers Posted for My Questions # 16
Total Views for My Questions # 42101

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 3
Questions / { sirisha }
Questions Answers Category Views Company eMail

How could you generate test data with no input data?

CTS,

14 SAS 26350

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 SAS 15751




Answers / { sirisha }

Question { Accenture, 26425 }

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


Answer

_N_ and _error_ items are created at compile time for each
and every iteration of sas dataset that is being created.

Is This Answer Correct ?    7 Yes 3 No