What is difference between (a-z) and (a--z)
Answer Posted / niks
IF THE SEQUENCE OF VARIABLES IS..
a1 b1 c1 a2 b2 c2 a3 b3 c3.... then ... if a1-a3 is given.. it will consider variables..a1 a2 a3..only.. according to their numerical sequence... BUT ....if a1--a3
is given... then it will consider the variables ...a1 b1 c1 a2 b2 c2 a3...according to their positions...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the good sas programming practices for processing large data sets?
How can I remove header from output data set?
Can you suggest us materials for sdtm mapping?
how to do user inputs and command line arguments in sas?
name some data transformation used in sas di? : Sas-di
What are the different types of sas functions?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what type of graphs we will create(for 2+years candidates)?
Do you need to rearrange the order of the data for the report?
Mention the difference between ceil and floor functions in sas?
how are numeric and character missing values represented internally? : Sas programming
Describe the ways in which you can create macro variables? : sas-macro
What is the maximum length of the macro variable?
what are some differences between proc summary and proc means? : Sas programming
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation