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
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
which worker is involved in all the phases of SDLC?
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
what is best way to create a Thread class & why?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
what is meaning of MDM in sap?let me know that meaning
What are events in smartforms?
I'm new to ABAP. What is Module pool in SAP?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Difference between interface and abstract class?