how are numeric and character missing values represented internally? : Sas programming
Write a SAS macro to calculate number of numbers in an email address
How are the analysis data sets structured?
Name types of category in which SAS Informats are placed?
proc means? proc sort? proc append? proc freq? proc print? proc content?
what is the use of proc contents and proc print in sas? : Sas-administrator
what is lifetest
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Tell e how how dealt with..
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
what is the use of sas management console? : Sas-di
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
How do you read in the variables that you need?