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?
Answer Posted / sabarish
sometimes i prefer working alone.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the basic structure of the SAS base program?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What is the maximum length of the macro variable? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Mention the difference between ceil and floor functions in sas?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What do the SAS log messages "numeric values have been converted to character" mean?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
: and & modifiers.
What does PROC print, and PROC contents do?
Which command is used to save logs in the external file?
What are types of transport files?
what are _numeric_ and _character_ and what do they do? : Sas programming
how can you create zero observation dataset? : Sas programming