Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nvaidya

  1. nvaidya

    Calling scripts from withing scripts

    Hello, I am new to DB2, and in process of porting our SQL scripts to run in DB2. In Oracle, I can do the following File: scr2.sql select * from tab2; File scr1.sql select * from tab1; @scr2.sql How can I call scr2.sql from scr1.sql in DB2 ? Please pardon if this is a dumb question, but I...

Part and Inventory Search

Back
Top