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 |
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
what are sas/access and sas/connect? : Sas programming
wt is a-z and a--z?
If a variable contains only numbers, can it be a character data type?
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 is portability of sas programmes?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
What is factor analysis?
What is the function of Stop statement in a SAS Program?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?