What’s the difference between var b1 – b3 and var b1 — b3?
No Answer is Posted For this Question
Be the First to Post Answer
How would you combine 3 or more tables with different structures?
what is snowflake schema? : Sas-di
What is the order of evaluation of the comparison operators: + - * /** ()?
How do you delete duplicate observations in sas?
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
What is the basic structure of the SAS base program?
What are the applications primarily used by business analyst? : Sas-bi
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
Explain what is data step?
how to generate the test data in sas without input data? : Sas-administrator
What is difference between N and n????
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?