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

Post New Answer

More Programming Languages AllOther Interview Questions

Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

0 Answers  


hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern

0 Answers  


Difference between views and index in sas programming

0 Answers   Ventois,


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

0 Answers  


Which method protects back button to retrieve old value from previous page in Struts.

0 Answers  






In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?

0 Answers   DST Global Solutions,


how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100

1 Answers  


Write a program to show polymorphism.

0 Answers   Genpact,


class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?

2 Answers   Cosmos, HyTech Pro, WinSoft,


what is adodb??y it is used for connection of V.B and access??what is ado?dao?

0 Answers   TCS,


the systematic access of small computers in a distributed data processing system is referred as?

0 Answers   Mphasis,


EXPLAIN UNARY OPEARATORS

0 Answers  


Categories