At compile time when a SAS data set is read, what items are
created?
Answer Posted / mallikarjuna reddy
only PDV is generated at compilation time, where as _N_
_ERROR_ are generated at execution time only.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
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 order of application for output data set options, input data set options and SAS statements?
Name validation tools used in SAS
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
If you could design your ideal job, what would it look like?
What is the general format of function in sas? : sas-grid-administration
How to create a permanent sas data set?
What are the automatic variables for macro? : sas-macro
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What are the different servers in sas? : sas-grid-administration
what is business intelligence? : Sas-bi
What are common programming errors committed in sas
what is the effect of the options statement errors=1? : Sas programming
What can you learn from the SAS log when debugging?
In proc transpose and data step with arrays which one you pick?