What is difference between (a-z) and (a--z)
Answer Posted / aruna
a,z as variables names.
In the input statement
input a-z; it is a variables from a to z
input a--z; it is also the range from a to z variables
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What are the functions used for character handling?
How do you add a number to a macro variable? : sas-macro
how could you generate test data with no input data? : Sas programming
What is the basic syntax of a sas program?
Explain proc sort?
What are the special input delimiters used in SAS?
What is the use of divide function?
What is the difference between match merge and one to one merge?
what are input dataset and output dataset options? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
What are the advantages of using sas?
explain the use of % includes a statement in sas? : Sas-administrator
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Explain the use of proc gplot? : sas-grid-administration