Link to home
Start Free TrialLog in
Avatar of spr-electrolux
spr-electroluxFlag for United States of America

asked on

DFTRDBCOL Parameter with more than one library?

Since I am accessing data in a remote system, I am using the CONNECT statement and then compiling with DFTRDBCOL ="library name". However, my SQL statements include files in more that one library. What should I do, in order to access files in several libraries in the remote system?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_276102
Member_2_276102

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of spr-electrolux

ASKER

Ok Tom, thanks again for your reply.

I tried the OPTION(*SYS), and then qualified my files in the Select statement, and the program creates the package and all that. However, the file is not being found when I run my program, like it is ignoring the qualification. Can you elavorate a little on the "controlling the library list, perhaps via a SQL CALL...." I am not sure I am smart enough to do this....
Hey Guys...

After a while I found that the library can be added just by calling an exeternal command like QCMDEXC.

Thanks for your attention
Somewhat incomplete instructions