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 |
how to invoke the macro in another macro?
What are the main principles of OOP?
if heap sort contains n elements, no of comparsions required are
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
what are the top level class of interface in java?
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
What is meant byStatic Variable ?