how are numeric and character missing values represented internally? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Hot to suppress characters from a given string?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How many versions came upto now in SAS?
What would you change about your job?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
How do you use the do loop if you don’t know how many times you should execute the do loop?
how can you put a "trace" in your program? : Sas programming
Why is a STOP statement needed for the point=option on a SET statement?
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
Name statements that are recognized at compile time only?
In which format does Date stores in sas..? What is the use of DATE in SAS.?