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 > db2 dataset

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-09, 09:06
123sameer 123sameer is offline
Registered User
 
Join Date: Aug 2009
Posts: 1
db2 dataset

i need a dataset of db2 of min 1000 records
help me out
urgent
Reply With Quote
  #2 (permalink)  
Old 08-10-09, 02:07
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
you mean a table ?
with test data ?
be as specific as possible
test database generator or write a script to do this
__________________
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-10-09, 03:39
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
You could generate one like this on a shell:
Code:
$ i=0; while [ $i -lt 1000]; do echo $i >> dataset.file; i=$[$i+1]; done
Not sure if this is what you want, though...
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #4 (permalink)  
Old 08-10-09, 05:29
stephen.song stephen.song is offline
Registered User
 
Join Date: Aug 2004
Posts: 24
create a table to store records?
__________________
I am a java and database developer.
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