Which of the following is not created during compilation
phase?
Answers were Sorted based on User's Feedback
Answer / pdhokriya
1.Dataset descriptor
2.first observation
3.PDV
4._N_ and _error_ atomatic variable
Is the answer is 1.dataset descriptor
| Is This Answer Correct ? | 7 Yes | 12 No |
Name types of category in which SAS Informats are placed?
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?
where to use sas business intelligence? : Sas-bi
What is slibref?
Please write codes to merge two datasets and keep every record in the first dataset.
How would you code the criteria to restrict the output to be produced?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What is the difference between INPUT and INFILE ?
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Difference between sum function and using “+” operator?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?