What is your favorite all time computer book? Why?
No Answer is Posted For this Question
Be the First to Post Answer
How could you generate test data with no input data?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
What are _numeric_ and _character_ and what do they do?
what is Enterprise Guide?what is the use of it?
Mention common programming errors committed in sas ?
what is the effect of the options statement errors=1? : Sas programming
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.
To what type of programms have you used scratch macros?
what is sas database server? : Sas-di
Of all your work, where have you been the most successful?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?