Diff between Proc transpose and Arrays with example?

Answers were Sorted based on User's Feedback



Diff between Proc transpose and Arrays with example?..

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

Diff between Proc transpose and Arrays with example?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

How to link calculator in oops concept? how is it working in oops concept? why dont u using in beginning of program 'z' in abap(sap)?

2 Answers  


Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.

0 Answers   Amazon,


what do u mean by html

5 Answers   Infosys,


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

1 Answers  


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

0 Answers   Cognizant,






What is the language used for Artificial Intelligence?

1 Answers  


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

0 Answers   HP,


How to know we are in home page of a web application using QTP

0 Answers   HCL,


what are the differences between CONS, LIST, and APPEND

0 Answers   Comtech,


in IBM PC -AT.WAT AT REFERS TO?

0 Answers   IBM,


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


what is throws keyword

1 Answers   IBM,


Categories