What is the difference between input and infile statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

what is fact table and factless table?

1 Answers  


what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';

3 Answers   HSBC,


What is the pound sign used for the DATA _NULL_?

14 Answers  


Mention what is PROC in SAS?

0 Answers  


what are input dataset and output dataset options?

6 Answers   HCL,






Which are SAS Windows Clients & SAS Java Clients

3 Answers   TCS,


Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.

1 Answers  


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

0 Answers   DELL,


How would you remove a format that has been permanently associated with a variable? ________________

5 Answers   Quintiles, TCS,


what is sas metadata repository? : Sas-bi

0 Answers  


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


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  


Categories