what is the purpose of _error_? : Sas programming
why is sas data integration studio important? : Sas-di
Explain the purpose of substr functions in sas programming.
Differences between where and if statement?
Enlist the functions performed by sas.
What is the maximum and minimum length of macro variable
Mention common programming errors committed in sas ?
describe how to adjust the performance of data integrator? : Sas-di
How are the analysis data sets structured?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?