How could you generate test data with no input data?
Answer Posted / teena
using set statement ....cards and datalines needs input data
these below 2 will need input data
_null_ will create no actual dataset but will create obs
obs=0 will create empty dataset
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sas metadata repository? : Sas-bi
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the function of output statement in a SAS Program?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are the uses of sas?
What are the different versions of sas that you have used until now? : sas-grid-administration
explain the function of substr in sas? : Sas-administrator
what are the considerations when picking a SAS/STAT procedure?
What is the work of tranwrd function?
Explain the special input delimiters used in sas programming.
What will calendar procedure do?
What is maximum storage capability of SAS?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Tell e how how dealt with..
What is the difference between using drop = data set option in data statement and set statement?