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 |
what is the diff b/w verification validation in 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?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
What does PROC print, and PROC contents do?
How do you read in the variables that you need?
what is prime numbers? how we can get plc write sas code?
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;
Name statements that are recognized at compile time only?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is the difference between %put and symbolgen?
what is the primary variable in your study?
What is proc sql pass through facility?