Search found 42189 matches

by chulett
Wed Oct 29, 2008 6:10 am
Forum: General
Topic: DataStage Pack for PeopleSoft Enterprise
Replies: 1
Views: 787

by chulett
Wed Oct 29, 2008 6:08 am
Forum: General
Topic: export and import job on UNIX
Replies: 14
Views: 18599

No, you can't "pass the file" to the command but you can craft a script that reads the file and calls the export command for each record / job name. And from what I recall of previous conversations here, it does not support appending output so your script would need to create multiple output files a...
by chulett
Tue Oct 28, 2008 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Not in a Server job, boys and girls. 'Ware the Job Type.
by chulett
Tue Oct 28, 2008 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read more than 1 sequential file
Replies: 5
Views: 1252

/dev/null
by chulett
Tue Oct 28, 2008 10:32 pm
Forum: General
Topic: DSXChange community drinks at IOD
Replies: 1
Views: 725

Re: DSXChange community drinks at IOD

vmcburney wrote:Some other things I couldn't type quickly enough...

... without spilling your grog. :wink:
by chulett
Tue Oct 28, 2008 10:31 pm
Forum: General
Topic: export and import job on UNIX
Replies: 14
Views: 18599

You wouldn't call the Manager but rather dscmdexport.exe for an entire project or dsexport.exe for a single job.
by chulett
Tue Oct 28, 2008 4:59 pm
Forum: General
Topic: export and import job on UNIX
Replies: 14
Views: 18599

The 'DS Manager' is a client tool. Windows, not UNIX.
by chulett
Tue Oct 28, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure stage oracle function
Replies: 1
Views: 984

An Oracle function is used in sql, selected like a column would be. You don't need a stored procedure to make use of it.
by chulett
Tue Oct 28, 2008 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Use an input link. Start from a Transformer, adding a dummy stage variable so it will compile and a constraint of "OUTROWNUM=1" so it only generates one row. Set your job parameters into fields in the input link so they can be easily passed to the stored procedure.
by chulett
Tue Oct 28, 2008 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plug-in stage registration
Replies: 6
Views: 1690

Hmmm... are you able to use them in a Server job or not at all?
by chulett
Tue Oct 28, 2008 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: making sure that one update statement update only one row
Replies: 1
Views: 844

Short answer? No. You must ensure that what you've marked as the Key fields for the update uniquely identify a single record. If your update leaves fingerprints on each record updated, say like a timestamp, then you could check after job that the link count sent to the Oracle stage = the number of u...
by chulett
Tue Oct 28, 2008 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Operators cannot see Director jobs
Replies: 4
Views: 1080

Nothing wrong, just a useless role. Operators can only see Released jobs and releasing jobs is soooo 90s.
by chulett
Tue Oct 28, 2008 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Interprocess Stage
Replies: 6
Views: 1431

The only reason your Aggregator is in trouble is because you either haven't presorted the data or haven't presorted the data properly. So, you need to ensure two things: you're sorting in a manner that supports the grouping being done and you've asserted the sort order in the Aggregator. Doing that ...
by chulett
Tue Oct 28, 2008 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Interprocess Stage
Replies: 6
Views: 1431

Read your man pages for 'sort'. You'll need to tell it what your field delimiter is so it knows which is the 1st field and which is the 2nd. This is pretty easy to setup as a Filter because by default sort writes to standard out.
by chulett
Tue Oct 28, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Short input record
Replies: 13
Views: 6235

All I meant was - there ya go, now you know they are tabs. Scratch that off your list of "things that may be wrong".