Search found 42189 matches

by chulett
Mon May 01, 2006 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the best way to learn the PX piece
Replies: 2
Views: 863

I'm sure Ray will be along later and can let us know if another of his famous 'Server to PX Transition Labs' will be offered again in the near future...
by chulett
Mon May 01, 2006 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSX import-needs to have CRLF terminators?
Replies: 14
Views: 4981

Just a quick reply - Don't forget that the default in the Sequential stage is to use 'UNIX Style' Line Termination, i.e. just a line feed. Change it to DOS Style (CR LF) and that should get you something more importable.
by chulett
Mon May 01, 2006 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DOS Bat File to DataStage Job
Replies: 4
Views: 2754

I missed the 'SET' command... is there something special you need in order for 'Dsjob' to be recognized?

Or just skip the SET and use the full path to the .exe.
by chulett
Mon May 01, 2006 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DOS Bat File to DataStage Job
Replies: 4
Views: 2754

Well... in one you fully path the command (which works) and the other you have a relative path (which doesn't work). So, either change your batch file to use a full path to dsjob or make sure the Engine/bin directory is in your path.
by chulett
Mon May 01, 2006 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row by row processing in datastage
Replies: 14
Views: 7406

Start loop, sure... as can downstream jobs. End loop doesn't need to.
by chulett
Mon May 01, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encryption with Upper and Lower cases
Replies: 1
Views: 558

I doubt it. Should be easy enough to test, I would think.
by chulett
Mon May 01, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data (Copy)
Replies: 7
Views: 2021

I doubt it was done on purpose, probably part of a control widget change to fix the issue in earlier versions where all columns were initially displayed two or three characters wide.

Open a case with Support. Complain. Perhaps a patch could be arranged. :wink:
by chulett
Mon May 01, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading comp-3 field from AS400 with Ascential driver
Replies: 17
Views: 5310

Don't be sorry about not answering fast, we'll get you whenever you come back. Now, you are allowed to be sorry about not being clear. You didn't answer about the 'compressed' part. Is the compression you are talking about just the COMP-3 fields? Or was there some other form of compression done on t...
by chulett
Mon May 01, 2006 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data (Copy)
Replies: 7
Views: 2021

Can't be done.
by chulett
Sun Apr 30, 2006 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading comp-3 field from AS400 with Ascential driver
Replies: 17
Views: 5310

It would be helpful if you could be more specific in exactly what you are dealing with and trying to do with it. It might prevent people from floundering around too much while trying to help. So... what are you saying, exactly? You have a 503 byte character field in your DB2 database. That field hol...
by chulett
Sat Apr 29, 2006 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Completed with out creating all hash files
Replies: 6
Views: 1468

Well, this 'auto creation' behaviour was in 7.0.1, so perhaps something new with 7. I can't really remember when it was we no longer had to Validate jobs to create the hashed files.

Good point about the links...
by chulett
Sat Apr 29, 2006 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Completed with out creating all hash files
Replies: 6
Views: 1468

Did you check the "create file" check box in the Hashed File stage for each link? Curious why this would be asked. It could imply to someone new to the product that you must check this check box in order to have the job create the hashed file, when we all know that's not the case. Now, if you are t...
by chulett
Sat Apr 29, 2006 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Variable
Replies: 5
Views: 1488

Re: Routine Variable

Wonder if this would help. RowRunningTotal which holds the cumulative values of the job. Yes, because it helps illustrate the use of COMMON variables in a very simple to understand example. 'RowProcGetPreviousValue' is a much more interesting one. However, it does sound like the routine you mention...
by chulett
Fri Apr 28, 2006 6:06 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Training Datastage
Replies: 3
Views: 3346

Look at the top of any page, one of the options there is 'Contact'. One of the two people you can contact in this manner is our dear Editor. :wink:
by chulett
Fri Apr 28, 2006 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date comparision
Replies: 5
Views: 1137

For 'system date' use sysdate - no parameter required.