Why Info School?
BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
No Answer is Posted For this Question
Be the First to Post Answer
How would you remove a format that has been permanently associated with a variables?
what has been your most common programming mistake? : Sas programming
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
Explain translate function?
What are the different servers in sas? : sas-grid-administration
what is snowflake schema? : Sas-di
How do you debug macros?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
What is a pdv and what are its functions?
What is the difference between one to one merge and match merge? Give an example.
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 ?
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