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
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
how sap is different from other software ?
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
why we use abstract word in abstract window toolkit in java language.
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
if there are n nodes in a binary tree, how many null pointers are there?
What language / script is used to validate web page
What is Console Application? & The purpose Of Console Application? with description.
How will you prove that java swing is multithreaded?
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
What is diffrent between Method and and function in c#
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this