what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What are the different versions of sas that you have used until now? : sas-grid-administration
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what is SAS/Access and SAS/Connect?what are the uses?
Tell me about % include and % eval? : sas-macro
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
What commands are used in the case of including or excluding any specific variables in the data set?
Which statement does not perform automatic conversions in comparisons?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.