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 |
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
what are the categories that sas informats are used to the place the data? : Sas-administrator
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is cummaltive frequency,and varience in proc unviarte
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
how can u join the two tables without using proc sql Joins and nested queries ?
For what purpose would you use the RETAIN statement?
How could you generate test data with no input data?