Search found 42189 matches

by chulett
Tue Apr 15, 2008 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSX stage names to meaningful stage names
Replies: 10
Views: 9841

You would tell what's what from the OLETYPE from what I recall. Somewhere out there I believe that someone (Kim?) posted all of them, perhaps a search would turn them up.
by chulett
Tue Apr 15, 2008 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to loop till the end of file using a server routine?
Replies: 8
Views: 1381

Or not. All such syntax is spelled out in the BASIC.pdf manual installed on your PC.
by chulett
Tue Apr 15, 2008 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General XML format Carriage Return Line Feed CRLF
Replies: 6
Views: 1823

Good Point .. :wink:

Any idea what kind of file sizes IE can handle?
by chulett
Tue Apr 15, 2008 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to load the data in FTp stage
Replies: 7
Views: 1480

It depends on your source - in your case 'go for' sequential file definition.
by chulett
Tue Apr 15, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SCTEMP/job_INSERT_INVOICE_SECTION_STATUS_CABS.100556.fifo
Replies: 13
Views: 5064

Time to involve your official support provider, it seems.
by chulett
Tue Apr 15, 2008 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to load the data in FTp stage
Replies: 7
Views: 1480

Just read it like normal. Propogate the columns to the FTP stage. Supply the remote server's connection parameters.

What problem are you having? What is not working? :?
by chulett
Tue Apr 15, 2008 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Applying Loop in Datastage
Replies: 12
Views: 3942

tech_savvy wrote:Thanks for your reply, The solution page U have given is not opening I think the page might have been expired.

The link is fine. You're probably logged in to 'dsxchange.com' and he linked to 'www.dsxchange.com'. Copy the link, paste it into the address bar and remove the www, see if it works then.
by chulett
Tue Apr 15, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to load the data in FTp stage
Replies: 7
Views: 1480

Not quite sure what you are asking. :? Either load the metadata for your source data if you are 'get'ing or your target data for a 'put'. And that just like in any other stage.
by chulett
Tue Apr 15, 2008 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General XML format Carriage Return Line Feed CRLF
Replies: 6
Views: 1823

Why do you think you need that format? Parsers don't care, only people do. You have two choices with the stage: unformatted (aka 'one long line') or formatted as you've shown you are getting. We stick with unformatted out of the gate and only 'pretty' it when people need to look at it. For that, you...
by chulett
Mon Apr 14, 2008 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence execution contrl based on file data value
Replies: 14
Views: 3650

Ah, missed the "for every record" part. I'd suggest a Sequence job with a looping construct, in that case. Read the file into a UserVariables stage, feed that into a loop that runs one of the two jobs. Lather, rinse, repeat.
by chulett
Mon Apr 14, 2008 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Parameter in where clause of Sql query
Replies: 3
Views: 1307

Good, glad you got it all sorted out. :wink:
by chulett
Mon Apr 14, 2008 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Parameter in where clause of Sql query
Replies: 3
Views: 1307

What kind of ideas do you need? As Nike would say - just do it. :wink:

Code: Select all

year = #YearParameter#

Doesn't even need to be 'user defined' sql to do this.
by chulett
Mon Apr 14, 2008 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence execution contrl based on file data value
Replies: 14
Views: 3650

Create a routine to read/cat the file, use a Routine Activity stage to run and return this TYPE value. Then triggers or a Nested Condition stage can handle the branching based on the value returned.
by chulett
Mon Apr 14, 2008 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec job from command line
Replies: 8
Views: 2282

Server name and userid/password need to come first, right after the dsjob command - then all of the other stuff.