What are MIs reports? what is the use of MIS reports and
How can u generate the MIS reports in SAS?
If any body know explain with the eg.
Answers were Sorted based on User's Feedback
Answer / chanky
MANAGEMENT INFORMATION SYSTEMS (MIS) REPORT
Here, Citigroup contains many dept's like PL, Cards, Loans,
Recovery n etc. MIS Report contains the consolidated info
like dept target, archeivements, cycle, opening, closure n
etc.,
Note: This extensive report is compiled from the responses
of fabless semiconductor companies highlighting the MIS
systems used. We have collected information such as
respondent company revenue and headcount to provide a frame
of reference for company size. It is our hope that these
improvements will streamline the data collection process as
well as enhance accessibility of the results, resulting in
higher value for GSA members.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / umesh
pls do the ALt D+d+f you can create the pivo chart than Create
| Is This Answer Correct ? | 2 Yes | 3 No |
Can anyone help me about SAS Realtime scenarios in Clinical field
Name statements that function at both compile and execution time.
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How long can a macro variable be? A token? : sas-macro
what is business intelligence? : Sas-bi
What is the difference between order and group variable in proc report?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How would you code the criteria to restrict the output to be produced?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
What is a post baseline?
who is the best SAS clinical Trainer in Hyderabad?
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;