If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?
Answer / trishnan.
Declare array for number of variables in the record and
then used Do loop Proc Transpose with VAR statement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain substr function?
Do you know the features of sas?
Which command is used to save logs in the external file?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is _n_?
Tell me about % include and % eval? : sas-macro
Tell e how how dealt with..
Mention some common errors that are usually committed in sas programming.
what are the component of range? : Sas-bi
Describe crosslist option in tables statement?
Can you execute a macro within a macro? Describe. : sas-macro
describe the interaction table in sas di? : Sas-di