Search found 42189 matches

by chulett
Thu Nov 03, 2011 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple jobs reading status file of SKG stage at same time
Replies: 12
Views: 2357

I can't see you have to do anything special to keep key values from repeating regardless of how many jobs are leveraging the same SKG. Each would grab a block size (however many that is, hopefully more than one) and when done would go back for more. There would be no duplicates.
by chulett
Thu Nov 03, 2011 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split a column value and create separate rows for each slit
Replies: 5
Views: 2194

Any chance you are running the 8.5 release? If so, the transformer looping functionality would come in handy here. Otherwise, seems to me you'd need to split that last field into however many separate columns as it contains and then perform a horizontal (columns to rows) pivot.
by chulett
Wed Nov 02, 2011 6:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split a column value and create separate rows for each slit
Replies: 5
Views: 2194

So... your example is of a single input record? And the last field, the internal values are separated by a newline? Also, to be anal, only your first value shows (sparcv9) at the end while all output examples show it... is that just a "typo" in your example? I'm assuming all internal value...
by chulett
Wed Nov 02, 2011 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind20: Command not found
Replies: 14
Views: 6837

Where are your files located? Off the top of my head, .odbc.ini should be in $DSHOME while uvodbc.config should be in each project that needs it.
by chulett
Wed Nov 02, 2011 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File names and Dates from directory
Replies: 10
Views: 3441

Any particular reason you keep marking your posts with a Job Type of "TX"? :?

No, the Folder stage can't do that. You'll need to parse it yourself inside the job.
by chulett
Wed Nov 02, 2011 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Table
Replies: 15
Views: 7595

From what I recall, it will want to combine whatever you put in the filename (which is required) and the Filter command, redirecting one into the other. For times like this when we really want to put everything in the Filter, I would typically put "/dev/null" on a UNIX system and (since yo...
by chulett
Wed Nov 02, 2011 1:06 pm
Forum: General
Topic: text file to parameter file
Replies: 3
Views: 2126

Re: text file to parameter file

dsscholar wrote:why cant i load it directly
What makes you think you can't?
by chulett
Wed Nov 02, 2011 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job finished succesfully with fatal error
Replies: 5
Views: 1742

Again... official support provider.
by chulett
Wed Nov 02, 2011 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind20: Command not found
Replies: 14
Views: 6837

Some of the drop-down lists allow you to type directly in them, might give that a shot.
by chulett
Wed Nov 02, 2011 6:33 am
Forum: General
Topic: All values not getting passed in exec command stage
Replies: 1
Views: 938

Post the same log entry from the first Execute Command stage.
by chulett
Wed Nov 02, 2011 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace | with |"
Replies: 6
Views: 1821

Convert replaces a single character with another single charater. As noted, you need the parallel version of the Server EReplace function.
by chulett
Tue Nov 01, 2011 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Table
Replies: 15
Views: 7595

That or take advantage of the Filter property on the Sequential File stage to read them "all at once" based on a wildcard pattern & cat/type.
by chulett
Tue Nov 01, 2011 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Map detected
Replies: 11
Views: 2909

If everything used to work and then suddenly stopped working, find out what changed. If people aren't sure what changed or might be going on, contact your official support provider.
by chulett
Mon Oct 31, 2011 8:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Map detected
Replies: 11
Views: 2909

That would be a conversation to have with your DBA. Clarify something - are we talking about a single server installation here? And are you saying that jobs with the OCI stage work fine in other projects on this server but for one particular project all jobs with an OCI stage fail? I don't really se...
by chulett
Mon Oct 31, 2011 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a hashed file
Replies: 3
Views: 1067

Sure, leverage the same utilities that the Server job uses under the covers - mkdbfile for a pathed hashed file or CREATE.FILE for an account-based one.