Search found 42189 matches

by chulett
Tue Jan 13, 2009 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequential stage filter command
Replies: 11
Views: 3616

You need the fully pathed filename in the filename box and "tail -1" in the Filter, without any quotes. And explain what "not working" means - what do you get? An error?
by chulett
Tue Jan 13, 2009 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence - Possibility of Shell Script
Replies: 20
Views: 7510

Well, there's really no need for the "else" in the expresion and "matches" with no wildcards is the same as an equality check, so...
by chulett
Tue Jan 13, 2009 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File processing question
Replies: 6
Views: 1075

Thought you only wanted to 'process' the file if the counts matched? :wink: Would two jobs work, one to validate counts only and one to process it if the counts are ok?
by chulett
Tue Jan 13, 2009 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can any body help me out in this issue
Replies: 1
Views: 804

Welcome. That's a pretty standard task for stage variables in a transformer, have you had any experience with that?

ps. All caps is considered SHOUTING. Please don't shout.
by chulett
Tue Jan 13, 2009 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File processing question
Replies: 6
Views: 1075

Probably a UNIX script before you ever get into a job. Tail off the control record, cut out the number and compare it to a count of lines (minus 1 or 2) from the file itself. (minus 2 if there's a header record with column names)
by chulett
Tue Jan 13, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequnce job
Replies: 7
Views: 2151

Something like this should do what you need: P1 -> -> C1 P2 -> -> C2 P3 -> Seq (all) -> C3 P4 -> -> C4 P5 -> -> C5 Etc. Each job activity linked to a single Sequencer set to all, triggers from there to the next set of jobs. Lather, rinse, repeat.
by chulett
Tue Jan 13, 2009 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error occurred during link open processing
Replies: 3
Views: 2006

Ah... using environment variables, perhaps?
by chulett
Tue Jan 13, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling a job for executing continuously
Replies: 4
Views: 1961

Why not create the job as a "WISD" or real time job, expose it as a service? Then it truly can "execute continuously" and process messages in real time. Depends on what exactly these "messages" are and how they are (or could be) delivered.
by chulett
Tue Jan 13, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error occurred during link open processing
Replies: 3
Views: 2006

So... the job runs fine but 'view data' does not work? Does the DB2 stage optionally use ODBC or something? Unsure why you'd post that data source otherwise. :?
by chulett
Tue Jan 13, 2009 6:55 am
Forum: General
Topic: Learning how to write Routines
Replies: 2
Views: 1108

Actually, every routine shipped with the product can serve as an example. Double-click on any of them in the Manager to see their source code. 8)
by chulett
Tue Jan 13, 2009 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Formatting Structure Having Carriage Returns.
Replies: 5
Views: 1749

That's true, assuming you can get it over to a Windows box. I tend to forget about that option for some reason, thinking I need to use XMLSpy or some such to explicitly pretty print it.
by chulett
Mon Jan 12, 2009 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Formatting Structure Having Carriage Returns.
Replies: 5
Views: 1749

Unfortunately, it's that or nothing. If you really need formatted output, leave it unformatted in the job and then use a 3rd party "pretty printing" tool afterwards.
by chulett
Mon Jan 12, 2009 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Formatting Structure Having Carriage Returns.
Replies: 5
Views: 1749

That's how it "formats" XML, I haven't found anyone yet that likes it. Curious, why do you think it needs to be formatted? That's really just for peoples, no application should care.
by chulett
Mon Jan 12, 2009 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to view data from a sequentail file
Replies: 18
Views: 8060

Or at least not set to "False". :wink:
by chulett
Mon Jan 12, 2009 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

Ah... thanks for the clarification.