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?
No Answer is Posted For this Question
Be the First to Post Answer
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
how to data grid use in data bind?
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
write a program for finding the union of two integer array in java?
how we can know the funcions available in a class recording java?
what is session state?
WHAT IS NV RAM ?
How same session variable can be used in both Asp and Asp.net?
what are wrapper classes
what are the missinschema properties and should we pass primary key in select command