How do handle working under pressure?
Answer / chaitanya
From a personal perspective, I manage stress by visiting
the gym every evening. It's a great stress reducer.
or
Prioritizing my responsibilities so I have a clear idea of
what needs to be done when, has helped me effectively
manage pressure on the job.
| Is This Answer Correct ? | 5 Yes | 0 No |
explain about data integrator metadata reports? : Sas-di
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
if x=round(26.3,10)-1 then x= how much and how explain?
What is the basic structure of a sas program?
How do you add a number to a macro variable?
What is the purpose of the trailing and How would you use them?
libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak
what is portability of sas programmes?
What are the uses of sas?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
wat has been most common programming mistake?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,