How to specify variables to be processed by the freq procedure?


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

Post New Answer

More SAS Interview Questions

How could you generate test data with no input data?

6 Answers   Quintiles,


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,


How many tiers in sas architecture?

2 Answers  


What would you change about your job?

0 Answers   Oracle,


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 IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?

3 Answers   IBM, Zensar,


i want to upload titles and footnotes to excel file?how it is possible?

1 Answers  


data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


What do you know about sas data set?

0 Answers  


What are the functions done while Compilation...?

1 Answers   TCS,


what are _numeric_ and _character_ and what do they do? : Sas programming

0 Answers  


how can you code the confidence intervals?

6 Answers   Cytel, IIT, Ranbaxy,


Categories