What is the Program Data Vector (PDV) and What are its
functions?
Answer Posted / vishnuvardhanreddy
when execute the programme it automatically creating the
input buffer .input buffer is a logical memory area .
Here it read the data.Then it enter into the pdv.Here it
scan the syntax .Here two automatic variables are created
for error checking.One is _n_ sas processing the
obeservatinos with no of itterations
_erroR_=no of error occurance.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between order and group variable in proc report?
what is factor analysis? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator
What are symget and symput? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain proc univariate?
How to specify variables to be processed by the freq procedure?
What is proc sort?
How can you limit the variables written to output dataset in data step?
What is data _null_?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is your favorite all time computer book? Why?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
Can you execute macro within another macro? : sas-macro