If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > calling a file from a .bat file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-08, 07:11
nittal nittal is offline
Registered User
 
Join Date: Jul 2008
Posts: 131
calling a file from a .bat file

Hi all,
m using db2 v8.1 ESE on windows
needed to know how we call another file(say abc.sql) from a batch file and how do we capture the output from this abc.sql file in another file.
Reply With Quote
  #2 (permalink)  
Old 08-27-08, 07:14
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
db2 -tvf xxxx.sql > output.out
or option -o xxxx
see reference for details
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 08-27-08, 07:21
nittal nittal is offline
Registered User
 
Join Date: Jul 2008
Posts: 131
i dont want to run this xxx.sql file directly from CLP but want to execute it inside another file. giving the above said command in this file throws an error saying 'an unexpected token db2 found'
Reply With Quote
  #4 (permalink)  
Old 08-27-08, 08:31
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
from a bat file you can only call db2 commands with db2 -tvf xxx and not directly. if this has been started from db2 command window
see db2cmd in reference or previous discussion on bat files
see : dos scripits for db2
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On