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
No Answer is Posted For this Question
Be the First to Post Answer
whats the Need for Concurrency control
what are importance in problem tracking
kindly send interview materials
Piggy backing is a technique for a) Flow control b) sequence c) Acknowledgement d) retransmition
17 Answers Fast Booking, HCL, Lucent, NIC,
how to hide prompts
< DL Compact > tag is used for
what is microprocessor?
Explain recursion with an example.
what is the use MDM(Master Data Management)and meaning
what is diff bet ref variable & instance of class
what is session state?
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?