it will become easy if uuu provide website linkssss and
list of consultanciessssss
No Answer is Posted For this Question
Be the First to Post Answer
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
What do you know about sas data set?
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.
Explain substr function?
where are dashboard components are created and maintained? : Sas-bi
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
how does sas handle missing values in assignment statements? : Sas programming
Explain bmdp procedure?
what is change analysis in sas di ? : Sas-di
Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)
Name statements that are execution only?