Page 1 of 1

Can I use RCP for a multi table select

Posted: Thu May 25, 2017 10:08 am
by ep_datastage
i would like to use RCP for select statements that gather columns from various tables. Can I do that, and if so, how do i do that.

Thanks

Rick

Posted: Thu May 25, 2017 1:48 pm
by Mike
Yes. It's not all that different from a single table SELECT. However, you will have to provide the SELECT statement rather than having the stage generate the SQL. Provide the SELECT statement with a job parameter or combination of job parameters.

Mike