How could you generate test data with no input data?
Answers were Sorted based on User's Feedback
Answer / sirisha
by using loop concept or by importing data frim external file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / varun gupta
I think we can use cards statement or DATALINE sts=atement
to have test data
| Is This Answer Correct ? | 0 Yes | 5 No |
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
what is metadata? : Sas-bi
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What is the order of evaluation of the following operators + - * / ** () ???
What is the basic syntax style in SAS?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What does proc print, and proc contents are used for?
How could you generate test data with no input data?
Describe a time when you were really stuck on a problem and how you solved it?
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?