IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to generate a large volume of test data?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Thu Jun 23, 2011 2:37 pm
Reply with quote

I'm going to generate a large volume of data, say, containing 1,000,000,000 records, and load the DS into a table.

for example, I have below table definition,
Code:

CREATE TABLE AAAAA.ATTTTT(                 
   ACCTID             INTEGER        NOT NULL,
   ACCTNAME           CHAR(2)        NOT NULL,
   TEL                CHAR (9)       NOT NULL,     
   PRIMARY KEY(ACCTID)                         
)                                             
IN TESTDB01.TSATTT; 

do you have better way to generate this dataset using DFSort ?
thanks.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Jun 23, 2011 3:01 pm
Reply with quote

You could use IEBDG.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Jun 23, 2011 9:35 pm
Reply with quote

dejunzhu,

You could use one record in SORTIN and specify OUTFIL with REPEAT and SEQNUM to generate a large number of output records. (But I'm not really sure what you're trying to do exactly so that may or may not be relevant).
Back to top
View user's profile Send private message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Fri Jun 24, 2011 10:40 am
Reply with quote

Frank Yaeger wrote:
dejunzhu,

You could use one record in SORTIN and specify OUTFIL with REPEAT and SEQNUM to generate a large number of output records. (But I'm not really sure what you're trying to do exactly so that may or may not be relevant).

thanks, Frank,

this is just what I'm looking for.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top