Search found 42189 matches

by chulett
Tue Jan 13, 2009 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What happens when varchar is mapped to char, look at the ex.
Replies: 4
Views: 1321

Ah... forgot about the PADCHAR variable and the fact you can control it inside your job. So, the default is to pad with "nulls"? :?
by chulett
Tue Jan 13, 2009 12:56 pm
Forum: General
Topic: Routine Argument maximum size
Replies: 8
Views: 2733

Hmmm... interesting you would specify a size in megabytes rather than a character count. We'll need to see what one of the Grognards has to say on the subject.
by chulett
Tue Jan 13, 2009 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use dsexport.exe in batch without export status box?
Replies: 4
Views: 7245

At the beginning of your command string. Open a "cmd" window and type "start /?" to get the DOS help information.
by chulett
Tue Jan 13, 2009 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequential stage filter command
Replies: 11
Views: 3616

Works fine for me. What exact version of DataStage do you have and what flavor of UNIX is it installed on?
by chulett
Tue Jan 13, 2009 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim on char fields
Replies: 13
Views: 2714

And by "join" you mean in the database / sql sense rather than say, concatenation, yes? What are your rules for "joining" a char(1) with a char(3)? :?
by chulett
Tue Jan 13, 2009 12:43 pm
Forum: General
Topic: Releasing stuck jobs on designer?
Replies: 8
Views: 3013

I don't believe that is valid (or prudent) to use with the 8.x release. :?
by chulett
Tue Jan 13, 2009 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting a routine from Linux to work on NT
Replies: 9
Views: 2218

Perhaps silly, but what happens if you say "UNIX" rather than "NT" for the O/S? There is a DOS find command, by the way, perhaps it is using that rather than the MKS version. Or just make sure the MKS directories are first in the PATH... are they?
by chulett
Tue Jan 13, 2009 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim on char fields
Replies: 13
Views: 2714

Joining to another char field of the same size? If so, then no trim needed. If something else, then please explain.
by chulett
Tue Jan 13, 2009 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time Conversion
Replies: 1
Views: 767

:? Are you asking how to store a separate time value in Oracle? Typically that would be done as a VARCHAR2, i.e. as a string. Or put both pieces into the DATE field.
by chulett
Tue Jan 13, 2009 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim on char fields
Replies: 13
Views: 2714

You can't trim spaces from a char. Why not simply check for = 'IN ' instead?
by chulett
Tue Jan 13, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequnce job
Replies: 7
Views: 2151

No worries, I question that statement as well. Seems like they aren't properly linked together, which is why I put up a little ASCII art. :wink:
by chulett
Tue Jan 13, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequnce job
Replies: 7
Views: 2151

What will "not be the case"? :?

"All" in a Sequencer means all input links must "fire" before anything passes out the other side.
by chulett
Tue Jan 13, 2009 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: analyze.shm
Replies: 27
Views: 8909

Depends on if they are "pathed" hashed files or were created in an account. For the former, yes you can simple copy them over to the new server using your tool of choice. Make sure you get everything, including the hidden file for a dynamic (Type30) hashed file and the "D_" dicti...
by chulett
Tue Jan 13, 2009 10:47 am
Forum: General
Topic: Routine Argument maximum size
Replies: 8
Views: 2733

Don't know for sure, but pretty darn big... assuming max string size for your machine architecture. What kind of sizes are you pondering using?