what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Answer / Sandeep Kumar Khare
SAS BI application developers often use a combination of software tools such as: SAS Enterprise Guide, SAS Studio, SAS Management Console, Base SAS, SAS Web Application (for creating dashboards and reports), and various SAS add-ons and extensions.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sas and what are the functions? : Sas-administrator
How would you code a merge that will keep only the observations that have matches from both sets?
What is SAS? What are the functions does it performs?
Describe the ways in which you can create a macro variable?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is sas? is a package or tool? give me introduction about sas?
What are the uses of sas?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
What is difference between rename and lable in sas?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
define table lookup and how may ways it can be done...explian
How would you identify a macro variable? : sas-macro