explain about data integrator metadata reports? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
How to save the log information in a file for future use
To what type of programms have you used scratch macros?
define table lookup and how may ways it can be done...explian
how to generate the test data in sas without input data? : Sas-administrator
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 difference between ceil and floor functions in sas?
what are _numeric_ and _character_ and what do they do? : Sas programming
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
What is the difference between nodupkey and nodup options?
what is the difference between %put and symbolgen?
I have a dataset concat having variable a b & c. How to rename a b to e & f?