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
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
Why we use NEW operator when we create Object,While in C++ we donot ?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
which book we learned this mantis? how many version are realsed this mantis upto now?
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
Info for guidewire documents and interview questions
what does mean and stack mean in genral programming?
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.
Delta 5 weight scale not connect with oracle application what i can do?
how we define two jobs have same name??is it exist??
Difference between delegates and Events?