How to convert HTML file into SAS dataset?
No Answer is Posted For this Question
Be the First to Post Answer
How can you create a macro variable with in data step? : sas-macro
differnce between 8.2 and 9.1.3
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
it will become easy if uuu provide website linkssss and list of consultanciessssss
How would you define the end of a macro? : sas-macro
what is sas metadata repository? : Sas-bi
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 are the statements that are executed only?
How do you write a test plan?
Mention what is PROC in SAS?
What does the RUN statement do?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?