Diff between Proc transpose and Arrays with example?
Answer Posted / 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 View All Answers
What is %Type,%Rowtype?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
< No Frames > tag is used for
what is class module in vb6? what it's use? with example..
Write a program to find factorial of a number using functions
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
please any one pass file aid,xpeditor and endeavor tools
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
Define distributed queries. can you explain me as soon as possible
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
hi viewers, tell me,what is scripting and programming, define and difference...pls
which book we learned this mantis? how many version are realsed this mantis upto now?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.