Search found 73 matches

by EJRoufs
Thu Jul 29, 2004 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort Code
Replies: 6
Views: 2187

After it aborts, have you tried Resetting the job? If you do, is there anything in the log labelled 'From previous run'? This can give more clues as to the cause of the abort. I just reset it, but not getting any more helpful information. I basically have 2 million records i'm trying to sum down. I...
by EJRoufs
Thu Jul 29, 2004 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort Code
Replies: 6
Views: 2187

Could you have mistyped the name of a function in a derivation or routine, or have an incorrect argument list in a call? It's possible; i'll double-check that. I wouldn't think so in this case, though. I had the entire routine working fine in DB2. All i did was switch the input to a SQL Server tabl...
by EJRoufs
Thu Jul 29, 2004 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort Code
Replies: 6
Views: 2187

Abort Code

I am pulling data off of a SQL Server database, writing it to a temporary file, then trying to summarize that file. I am getting an error when trying to summarize: DataStage Job 200 Phantom 2456 Program "DSP.ActiveRun": Line 51, Exception raised in GCI subroutine: Access violation. Attempt...
by EJRoufs
Fri Jul 16, 2004 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Losing leading Zeroes
Replies: 2
Views: 1157

Losing leading Zeroes

We are pulling a comma-delimited file off of the mainframe, onto a server. The file has character fields with numbers like "06". These are in quotations, as they are character fields, not numeric. When DataStage pulls them in, though, it is treating them as numbers, and dropping the leadin...
by EJRoufs
Tue Jun 29, 2004 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Column Definitions
Replies: 6
Views: 2272

Got some info that may come in handy for some of you....... i can't take credit for it, though. One of my co-workers came up with this...... He had the file go to a DB2 Stage, and then set it to "Generate DDL". That gave him pretty much what he needed....... all column names, with the appr...
by EJRoufs
Tue Jun 29, 2004 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending Server file to Mainframe
Replies: 2
Views: 1509

Sending Server file to Mainframe

This may be a simple question for the right person, but we have no experience or training doing this, so not sure where to begin. We pull a lot of our data off of the mainframe and work with it and keep it on servers. We now have a case where we have server data though, that we need to convert and s...
by EJRoufs
Mon Jun 28, 2004 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Column Definitions
Replies: 6
Views: 2272

kduke wrote:If all you need is the column names then write to a sequential file in a job and quit after 1 row. Check make the first row the column names.
Hey, GREAT idea! Thanks! :> We actually need it all, but heck, that's a start. :>
by EJRoufs
Mon Jun 28, 2004 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Column Definitions
Replies: 6
Views: 2272

Extracting Column Definitions

Is there a quick and easy way to export my list of Column Definitions (from a Sequential File stage) to a text file?
by EJRoufs
Mon May 24, 2004 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Bulk Load stage
Replies: 8
Views: 6512

Re: DB2 Bulk Load stage

P.S. UDB is also the same as DB2 under Windows (in DataStage anyway) Thanks for all the responses, everyone! I've never used UDB, but i was under the impression UDB was basically DB2 on a server, and DB2 was on the mainframe. We use Server DataStage, but we load all of our tables on mainframe DB2. ...
by EJRoufs
Mon May 24, 2004 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Bulk Load stage
Replies: 8
Views: 6512

Re: DB2 Bulk Load stage

:D UDB is the same as DB2... go figure. But I wouldn't use the UDB bulk loader. Ascential kind of screwed this stage up which makes it sometimes even slower than the actual DB2 plugin. For all of our big loads we created db2load scripts (we are on UNIX) that are each about 10 times faster than the c...
by EJRoufs
Fri May 21, 2004 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Bulk Load stage
Replies: 8
Views: 6512

DB2 Bulk Load stage

Is there a Bulk Load Stage for DB2 in any of the newer versions of DataStage (we're using version 6)? I see a bulk load for UDB, but nothing for DB2. We're currently loading DB2 tables on the mainframe from our DataStage server jobs, and it becomes quite a headache! :(
by EJRoufs
Fri May 21, 2004 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database options: Oracle vs. SQL Server
Replies: 6
Views: 1650

responses and counter-responses

Thanks for all the info so far! To answer some of your questions and provide a little more info..... We actually have both Oracle ad SQL Server both in house already. And both databases reside on their own servers, separate from DataStage. We don't have our "Data Warehouse" / "Star Sc...
by EJRoufs
Thu May 20, 2004 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database options: Oracle vs. SQL Server
Replies: 6
Views: 1650

Database options: Oracle vs. SQL Server

Some background info: We are currently using DataStage version 6 on a Windows Server with 8 processors. We are hoping to switch to version 7 soon, and hopefully Unix by the end of the year. Currently we are using DB2 for all of our tables. We'd like to get completely off the mainframe, and do as muc...