What is the Program Data Vector (PDV) and What are its
functions?
Answer Posted / murray
The PDV can also contain user invoked temporary variables
such as IN, END and FIRST.by and LAST.by.
In a nutshell, IN indicates if an observation originated in
a specified input data set, END indicates if an observation
is the last observation in a specified input data set, and
FIRST.by and LAST.by indicate if an observation is either
the first or last observation of any specified BY variables
(the data set must first be sorted accordingly). See SAS
help for more details.
These automatic vars (_N_ and _ERROR_) and temporary
variables are not written to the output data set, however
their values can be assigned to user defined variables.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
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
Describe a time when you were really stuck on a problem and how you solved it?
Are you involved in writing the inferential analysis plan? Tables specfications?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
why is sas considered self-documenting? : Sas programming
what are the component of range? : Sas-bi
what does the run statement do? : Sas programming
What does proc print, and proc contents are used for?
what is sas metadata server? : Sas-di
what is broad cast agent? : Sas-bi
what are all the reports you generated in your recent project?
what is sas data set?