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 |
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
Explain the message 'Merge has one or more datasets with repeats of by variables'.
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Which is the best training institute for SAS in Delhi. Please reply
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
how do you want missing values handled? : Sas programming
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
What is program data vector (pdv)?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
what is syntax of proc merge ?