What is the difference between INPUT and INFILE ?
No Answer is Posted For this Question
Be the First to Post Answer
what are some differences between proc summary and proc means? : Sas programming
Why do we use QUIT commmand for proc datasets and proc sql ???
what are the three main credit bureau names
1 Answers Synchrony Financial,
do you need to know if there are any missing values? : Sas programming
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
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 is the difference between informat$8. $char8.
What are the main differences between sas versions 8.2, 9.0, 9.1?
what are all the default values getting in PROC MEANS...???
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What are the ways in which macro variables can be created in sas programming?