What system options would you use to help debug a macro? : sas-macro
what is the use of LRECL option.
How do you put a giraffe into the refrigerator?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
Explain the difference between informat and format with an example.
What do the PUT and INPUT functions do?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
What are the limitations for memory allocation for SAS variables
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?