Search found 86 matches

by Bryceson
Fri Jul 13, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 data load
Replies: 3
Views: 1274

You need to put together a DataStage job to extract data from your DB2 Database then ask if you're having problems.

I don't think you have provided enough info to get help here.

Bryceson
by Bryceson
Fri Jul 13, 2007 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 data load
Replies: 3
Views: 1274

Welcome Aboard :lol:

You may use DataStage DB2 Stage pluging as you called it to accomplish your task.

Also I encourage you to read the DataStage Manual (The PDF that comes with your product)

Bryceson
by Bryceson
Thu Jul 12, 2007 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF - Cobol File Definition w/ Sequential File or DB2 API
Replies: 3
Views: 1783

ArndW, I will put together a test job with each row as 1 column and see what happen. I also have another file that has few columns (about 70) with 13 Millions rows and the throughput is 5530 rows/sec doing: CFF ------->Transformer------------>DB2 Stage (Good performance) Is this typical of CFF stage...
by Bryceson
Thu Jul 12, 2007 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF - Cobol File Definition w/ Sequential File or DB2 API
Replies: 3
Views: 1783

CFF - Cobol File Definition w/ Sequential File or DB2 API

Folks, I hope someone has run into this before . . . . I am receiving Data file from Mainframe along with a copybook. I loaded the metadata from the copybook in DataStage (Complex Flat File Stage) as a results I have 192 elements to load into Flat File (using Sequatial File) or DB2 (using DB2 Stage)...
by Bryceson
Fri Jul 06, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencers in server jobs
Replies: 4
Views: 1542

This is a question of choice and good design that will enable you maintain your Master Sequence.

Beyceson
by Bryceson
Fri Jul 06, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability of the jobs in Server sequencer
Replies: 7
Views: 3917

Welcome Aboard :D Yes, there is two way you can hendle you restartability in sequencer: 1. Add check point on the job level (Job Sequence - Parameter - And check the box Add checkpoints so sequence is restaetable on failure). 2. Add check point on the Project level in Administrator (Sequence Table A...
by Bryceson
Tue Jul 03, 2007 10:46 am
Forum: Site/Forum
Topic: Top Posters
Replies: 7
Views: 7453

Still Happy . . . . can't get both. Lost top posters and got new learning center :lol:

Bryceson
by Bryceson
Fri Jun 29, 2007 7:43 am
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 14625

Good make over!! Let's wait for the announcement and may include new color on the log.

Bryceson
by Bryceson
Fri Jun 22, 2007 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 5433

Thanks Craig!! Will dive in that section of the Server Developer to get more light.

Bryceson
by Bryceson
Fri Jun 22, 2007 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 5433

Folks, I would like to make use of the DSGetLogSummary function, but I guess I have not quite understood where in DataStage I need to palce this function and extract the information it returns. I see the info in Diretor by viewing the log, but I want to get a dump of that where else. Preferably I wa...
by Bryceson
Fri Jun 22, 2007 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 5433

Folks, I would like to make use of the DSGetLogSummary function, but I guess I have not quite understood where in DataStage I need to palce this function and extract the information it returns. I see the info in Diretor by viewing the log, but I want to get a dump of that where else. Preferably I wa...
by Bryceson
Fri Jun 22, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot Open executable job file RT_CONFIG1303- Director Hang
Replies: 14
Views: 4503

It sound like you have a corrupted RT_CONFIG1303 Login to your Unix Session as dsadm And be at $DSHOME source dsenv first then run uvsh command that will put you at great than sign >LIST RT_CONFIG1303 If it is indeed corrupted you will get this message below: Read operation failure. Internal file co...
by Bryceson
Fri Jun 22, 2007 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Someone should create a uv/dssh primer or How-To manual
Replies: 9
Views: 2552

At least, I think will worth market value price for those who will need it.

Bryceson
by Bryceson
Fri Jun 22, 2007 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Someone should create a uv/dssh primer or How-To manual
Replies: 9
Views: 2552

Let's hope Andy's message got to Walter!! If that doc become available, it will be very helpful.

Bryceson
by Bryceson
Tue Jun 19, 2007 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping Issue from Mainframe file to Datastage
Replies: 9
Views: 10812

Try to make the native type as DISPLAY_NUMERIC for your last three:

FD_STKOUT_AGA DISPLAY_NUMERIC (04)
FD_STKOUT_AGB DISPLAY_NUMERIC (04)
FD_STKOUT_AGB DISPLAY_NUMERIC (04)

Hopefully this will work for you.

Bryceson