At compile time when a SAS data set is read, what items are
created?
Answer Posted / bhasker
YA CH.SUMALATA UR RIGHT
at the time of reading existing data set pdv will be created
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you identify a macro variable? : sas-macro
what versions of sas have you used (on which platforms)? : Sas programming
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
what is data governance? : Sas-di
What does the trace option do?
What are the table names in oracle database...?
Which are the statements whose placement in the data step is critical?
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 effect of the options statement errors=1? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
How do you specify the number of iterations and specific condition within a single do loop?
Have you ever used the SAS Debugger?
Given an unsorted data set, how to read the last observation to a new data set?
What’s the difference between var b1 – b3 and var b1 — b3?
How does proc sql work?