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 much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
2.Different data types in C? and its value and range?
1.Mutating table
which one is the best practice using synchronization method or synchronization block
There are 3 jars containing two types of round marbles. One jar contains only red marbles, one jar contains only blue marbles and the third jar contains a mix of both red and blue marbles. Although the jars are labeled “red”, “blue” and “mixed” – all the jars are mislabeled. How many marbles would you have to pull out, and out of which jars, to find out how to fix the labels correctly?
what is software
Fortran cannot have value by reference True or False?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
give idea for creating screen in abap
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?