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 |
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What is proc sql pass through facility?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
what do you mean by data staging area? : Sas-di
name few built in sas transformation in DI studio ?
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
what is the primary variable in your study?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Baseline definition in your study
3 Answers Accenture, Quintiles,
What is the purpose of trailing @ and @@? How do you use them?
Can we replace a dataset into view?
Compare sas with other data analytics tools.