Search found 42189 matches

by chulett
Tue Dec 29, 2015 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import data files in parallel
Replies: 5
Views: 2517

Import as in the operator, Roy... i.e. read the file.
by chulett
Tue Dec 29, 2015 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with reading multiple files
Replies: 8
Views: 3790

Are you running the job on multiple (as in two in this case) nodes?

You'd need to explain exactly what "fails" means for help with the second question.
by chulett
Tue Dec 29, 2015 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 - Database Damaged Issue
Replies: 4
Views: 2598

"The database is damaged"? Not really sure how a job would cause that error. Have you involved your DBAs, done any troubleshooting as noted here?
by chulett
Mon Dec 28, 2015 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to continue to increment a number
Replies: 3
Views: 2609

Non-specific answer - persist it. That or run SQL against the table to get the current max value + 1 and pass it into the job as a parameterized starting value.

ps. You really should be using meaningful names for your stage variables.
by chulett
Wed Dec 23, 2015 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Links from a Transformer; Missing Information
Replies: 8
Views: 3863

8)

Marking the topic as resolved for you. You can always mark any of yours yourself and also re-open them if you need to.
by chulett
Wed Dec 23, 2015 8:14 am
Forum: General
Topic: Generate report only producing xml file, but no html report
Replies: 2
Views: 1972

I'd suggest you contact support, see if this is a known (i.e. patched) issue.
by chulett
Wed Dec 23, 2015 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Links from a Transformer; Missing Information
Replies: 8
Views: 3863

So... what problem still remains?
by chulett
Tue Dec 22, 2015 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Links from a Transformer; Missing Information
Replies: 8
Views: 3863

:? Honestly, I'm not following and I think it is going to take "eyes on" to understand your issue. Perhaps if you took screenshots of the two job variations and posted them here? Might give us a better starting point for this conversation. We might also need to see inside the transformer b...
by chulett
Mon Dec 21, 2015 3:43 pm
Forum: General
Topic: Set global variable from file
Replies: 5
Views: 2314

Can't? That's a pretty severe limitation if you can't build work tables. IMHO.
by chulett
Mon Dec 21, 2015 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Derivation to '0001-01-01'
Replies: 5
Views: 2261

You need quotes around your string and there's no square brackets needed.

:!: Also there's no need to quote everything all the time, rather than 'Reply with quote' simply use the Reply to topic link. Save the quoting for when it makes sense.
by chulett
Mon Dec 21, 2015 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Derivation to '0001-01-01'
Replies: 5
Views: 2261

StringToTimestamp. And you'll need a time as well, even if it's all zeroes.
by chulett
Fri Dec 18, 2015 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filling in Row Gaps
Replies: 5
Views: 2533

Interesting... not sure I would have thought of that approach. 8)
by chulett
Fri Dec 18, 2015 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Character Set for Columns
Replies: 15
Views: 5540

By... running the job on a single node. Hence the suggestion. :wink:

Do you know what that means and how to accomplish it? Have multiple APT_CONFIG files, one of which one has a single node defined it in?
by chulett
Fri Dec 18, 2015 7:59 am
Forum: General
Topic: Unable to save a job
Replies: 8
Views: 4555

One of the dangers of running A/V and other programs of that ilk on an application server. You should be able to tell it to exclude the directories that DataStage lives in and then still be able to run it.
by chulett
Thu Dec 17, 2015 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filling in Row Gaps
Replies: 5
Views: 2533

So you want to output only the missing rows?