RE: I'am new to SAS, can anybody explain the process o...
There are various ways of Extracting Data from Source Systems.For example You can use a DATA step an Import Process .It depends with your input data styles. What kind of File/database it is residing in. Storing ur data in an ODS can be done thru an ODS stmt/export stmt/FILE stmt again which depends on the file & data format You want your output to be in.