Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what are the advantages of sap on other software ?

0 Answers  


How do you pass variables forwrd to future CECI sessions

0 Answers   Mind Tree,


what is the difference between an application and service??? i mean service which runs as in services.msc.

2 Answers  


what are stubs related to foxpro?

0 Answers  


Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.

2 Answers   Amazon, Manhattan,


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 is the purpose of <Trigger> element of <updatePanel> in Ajax

0 Answers  


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?

0 Answers   Symphony,


give idea for creating screen in abap

0 Answers  


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.

0 Answers   IBM,


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

0 Answers   Synopsis,


what are the differences between CONS, LIST, and APPEND

0 Answers   Comtech,


Categories