How are numeric and character missing values represented internally?
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 are the best practices to process the large data sets in sas programming? : Sas-administrator
What does the trace option do?
What is the use of function Proc summary?
how do you debug and test your sas programs? : Sas programming
What is difference between N and n????
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
how can you put a "trace" in your program? : Sas programming
Enlist the functions performed by sas.
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What SAS statements would you code to read an external raw data file to a DATA step?
how we can create optional or required parameters in SAS macro...