how will you location sas platform applications available from web browser? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
how could you generate test data with no input data? : Sas programming
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
Do you need to know if there are any missing values?
what is the use of proc contents and proc print in sas? : Sas-administrator
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
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.
Describe crosslist option in tables statement?
SAS System ?
what is portability of sas programmes?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Explain how you can debug and test your SAS program?
What are the five ways to do a table lookup in sas? : sas-grid-administration