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 > Book for DB2 scripting

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-09, 09:08
opowell opowell is offline
Registered User
 
Join Date: Jun 2009
Posts: 14
Smile Book for DB2 scripting

Okay. I come to the tree of knowledge. And kneel at the alter of information, posing this question.
I need a good book on scripting and DB2. I have skills with PL/SQL and SQL Server(SQUELLLLLLL). But know I work for a Company that uses DB2 for most of it's database storage. So is their a printed book that will help me learn scripting and proper formation of SQL and DB2, like prompts(&), column formating and spooling to a file with results. All RDBMS engines have there on twist on the same stuff.

Regards

Grass Hooper

Last edited by opowell; 07-22-09 at 09:12.
Reply With Quote
  #2 (permalink)  
Old 07-22-09, 09:42
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
You are lucky - the legacy DB2 command line processor (CLP) does not support prompts or column formatting, so there isn't much to learn. At the bottom of this page: IBM - DB2 database product documentation you will find links to the PDF manuals for your DB2 version. Download Command Reference and print it if you are not too much concerned about the destruction of rain forests.

DB2 9.7 comes with a much improved CLP, which is called, surprisingly, clpplus. It is mostly compatible with Oracle's SQL*Plus, so again, there is not much to learn. Details can be found here: What's new in DB2 V9.7: SQL*Plus compatible command line processor has been added
Reply With Quote
  #3 (permalink)  
Old 07-22-09, 10:31
rdutton rdutton is offline
Registered User
 
Join Date: Dec 2008
Posts: 76
__________________
RD
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