Can you continue to write code while the rest of the people
on the floor where you work have a noisy party to which you
were not invited?
Answers were Sorted based on User's Feedback
Answer / guest
no,i can't develop the code,not only me no one can write
the code,if any one saying like i can write the code that
is not true.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the maximum length of the macro variable? : sas-macro
what type of graphs we will create(for 2+years candidates)?
What is the one statement to set the criteria of data that can be coded in any step?
How would you code the criteria to restrict the output to be produced?
Hot to suppress characters from a given string?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
What are symbol tables?Differemce between Local N Global Symbol tables.....
what is the use of sas management console? : Sas-di
Explain the use of proc gplot? : sas-grid-administration
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What statement do you code to tell SAS that it is to write to an external file?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro