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 are the validation tools in sas?
If a variable contains only numbers, can it be a character data type?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
how do u validate the program which u have written.
what is the use of proc contents and proc print in sas? : Sas-administrator
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
Difference between informat and format?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
How do you debug and test your SAS programs?
how would you create multiple observations from a single observation? : Sas programming
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?