Search found 42189 matches

by chulett
Mon Jan 27, 2014 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage scenario
Replies: 5
Views: 1744

Could you please explain in detail to us what exactly it was that you tried? And what result you did achieve? We're here to help, not just hand over work. Have you gone through the help documentation on the Transformer Looping concept and the functions that support it? Lots of information there!
by chulett
Mon Jan 27, 2014 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage - Datastage9.1
Replies: 5
Views: 1377

I'd start with the documentation. Basically, every time the value in that column changes your current XML output file closes and a new one is opened. Files are numbered using your 'base' pathname.
by chulett
Mon Jan 27, 2014 9:03 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DataStage to Oracle connection establishment taking moretime
Replies: 8
Views: 7620

Is it taking 25 minutes to "establish a connection" or 25 minutes to start returning records? They are not the same thing.
by chulett
Sat Jan 25, 2014 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hangs
Replies: 3
Views: 1644

What is in the job's log?
by chulett
Sat Jan 25, 2014 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to replace sort stage for huge volume data?
Replies: 4
Views: 2534

Pretty arbitrary requirement - cut the time in half. Seems to me you'd have to have access to a faster sort, something third party like SyncSort perhaps to accomplish that. How many nodes does the job run on? You could try experimenting with that... if your source file allows parallel reads that may...
by chulett
Thu Jan 23, 2014 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting records in form of groups
Replies: 7
Views: 2855

Seems like "in order" would be more precise than "in groups". :?
by chulett
Thu Jan 23, 2014 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datetime to timestamp
Replies: 1
Views: 1079

I can't confirm as I have no documentation access here, but pretty sure that function requires a true time component not a string with a time in it. And your 'source_column' needs to be a date.
by chulett
Thu Jan 23, 2014 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing dataset file
Replies: 5
Views: 2856

Good to know, thanks. :wink:
by chulett
Wed Jan 22, 2014 11:57 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

Good to know. I could see either answer being true, thanks for the clarification. I wonder if an instance's USERSTATUS value is lost when the log records for its run get purged? Compiling a job clears them all, FYI.
by chulett
Wed Jan 22, 2014 10:18 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

That's a perfectly valid question! I'm going to take a guess as I don't remember ever actually testing that in my time with DataStage. I believe that since there still is only one job under the covers and one job log that you basically get 'views' into to see the instance logs, the answer will be th...
by chulett
Wed Jan 22, 2014 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing dataset file
Replies: 5
Views: 2856

Re: Missing dataset file

What about this assertion:
pk7 wrote:I know that with Sequential files there is such an option
Is that some new functionality I haven't seen mentioned before?
by chulett
Wed Jan 22, 2014 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing dataset file
Replies: 5
Views: 2856

I'm not aware of an option of that nature for datasets nor for sequential files. If they're not there when called for as a source, job go boom.
by chulett
Wed Jan 22, 2014 3:09 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

You need to look for DSSetUserStatus and provide a wrapper for it as noted in this post as one example. There are many. :wink:
by chulett
Wed Jan 22, 2014 2:22 pm
Forum: General
Topic: Version Control in Datastge v 9.1
Replies: 1
Views: 2266

One post on this subject, searching will find others.

viewtopic.php?t=148604
by chulett
Wed Jan 22, 2014 1:27 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

Server job. USERSTATUS. Pass as a Job Parameter to all downstream jobs that need it.