Diff between Proc transpose and Arrays with example?
Answer Posted / 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 |
Post New Answer View All Answers
How to set on/off a group of indicators in a single statement?
What are the Short cut Keys of Tally ERP?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
what is session state?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
What is the Difference between in memory database and physical database
Differevce between arrays and array builders?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
what are stubs related to foxpro?
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
Need provab technical test questions
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)