If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?



If you were told to create many records from one record show how you would do this using arrays an..

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

Post New Answer

More SAS Interview Questions

what is the diff b/w verification validation in sas

3 Answers   SAS,


When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?

7 Answers  


Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

10 Answers  


What does PROC print, and PROC contents do?

0 Answers  


How do you read in the variables that you need?

5 Answers  






what is prime numbers? how we can get plc write sas code?

5 Answers   Icon,


What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


Name statements that are recognized at compile time only?

3 Answers   Accenture,


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

0 Answers  


what is the difference between %put and symbolgen?

6 Answers  


what is the primary variable in your study?

3 Answers   Accenture,


What is proc sql pass through facility?

4 Answers   L&T,


Categories