What is the use of %include statement?
No Answer is Posted For this Question
Be the First to Post Answer
where to use sas business intelligence? : Sas-bi
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
If you could design your ideal job, what would it look like?
do you need to know if there are any missing values? : Sas programming
how to delete the duplicate columns permanently in SQL
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
how to debug and test the sas program? : Sas-administrator
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
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 prime responsibilities of data integration administrator? : Sas-di