Diff between Proc transpose and Arrays with example?
Answers were Sorted based on User's Feedback
Answer / imrankhan
proc transpose does not deal with missing values and cannot show the missing values in report. the work around for this problem is to use datastep with arrays.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil
If the data contains missing values then, there is an
advantage with transpose, the program does not have to
change. Automatically, PROC TRANSPOSE creates as many
variables as are needed.
While coming to the datastep it requires significant
changes.
| Is This Answer Correct ? | 1 Yes | 2 No |
what are the advantages of sap on other software ?
How do you pass variables forwrd to future CECI sessions
what is the difference between an application and service??? i mean service which runs as in services.msc.
what are stubs related to foxpro?
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
What is the purpose of <Trigger> element of <updatePanel> in Ajax
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
give idea for creating screen in abap
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
what are the differences between CONS, LIST, and APPEND