What are the special input delimiters used in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
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.
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
How to select the observations randomly from a SAS dataset
To what type of programms have you used scratch macros?
How do you debug macros?
How would you determine how far down on a page you have printed in order to print out footnotes?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
what is enterprise guide? What is the use of it? : Sas programming
What is the order of evaluation of the comparison && logical && relational operators:?
How to specify variables to be processed by the freq procedure?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
What is the command used to find missing values?