in which companies SAS openings are there? List of companies
using SAS technology.
Answers were Sorted based on User's Feedback
Answer / chamsie
Mahindra Satyam too has a very worse working environment in SAS
| Is This Answer Correct ? | 7 Yes | 4 No |
What is the one statement to set the criteria of data that can be coded in any step?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
What is run-group processing?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
AE datasets names? how many types?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How do dates work in SAS data?
What is Transaction...? And what are Comment, Roll back n Save point..?
How would you include common or reuse to be processed along with your statements?
what do the pad and dim functions do? : Sas programming
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record