Hot to suppress characters from a given string?
Answers were Sorted based on User's Feedback
Answer / guest
A backslash escapes special characters to suppress their
special meaning.
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain the special input delimiters used in sas programming.
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.
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
what is cummaltive frequency,and varience in proc unviarte
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the purpose of _error_?
What are the table names in oracle database...?
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.
How do you connect the desktop application to metadata server? : sas-grid-administration
Mention what is SAS data set?
What are the statements in proc sql?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming