Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How could you generate test data with no input data?

Answers were Sorted based on User's Feedback



How could you generate test data with no input data? ..

Answer / 3nadh

I think by using insert option in proc sql...

Is This Answer Correct ?    2 Yes 4 No

How could you generate test data with no input data? ..

Answer / nishant

using dataline statement

Is This Answer Correct ?    0 Yes 2 No

How could you generate test data with no input data? ..

Answer / sirisha

by using loop concept or by importing data frim external file.

Is This Answer Correct ?    0 Yes 3 No

How could you generate test data with no input data? ..

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

Post New Answer

More SAS Interview Questions

what kind of variables are collected in AE dataset?

3 Answers   Accenture, Quintiles, SAS,


what is metadata? : Sas-bi

0 Answers  


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?

2 Answers   Oracle,


What is the order of evaluation of the following operators + - * / ** () ???

2 Answers  


What is the basic syntax style in SAS?

0 Answers  


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

0 Answers  


What does proc print, and proc contents are used for?

0 Answers  


How could you generate test data with no input data?

14 Answers   CTS,


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers  


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.

2 Answers  


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?

0 Answers   Accenture,


Categories