is QUALCOMM using SAS ?
Answer / anuj singh
QUALCOMM in creating products using the new ARM1136J-S
processor core. "ARM" is used to represent ARM Holdings plc
(LSE: ARM and Nasdaq: ARMHY); its operating company ARM
Limited; and the regional subsidiaries ARM INC.; ARM KK;
ARM Korea Ltd.; ARM Taiwan; ARM France SAS; and ARM China.
| Is This Answer Correct ? | 3 Yes | 2 No |
What do you know about sas data set?
what has been your most common programming mistake? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How many missing values are available? When might you use them?
How would you combine 3 or more tables with different structures?
what is function of retain statment
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
What are the difference between ceil and floor functions in sas?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too