Search found 6797 matches

by DSguru2B
Mon Mar 19, 2007 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE ERROR
Replies: 8
Views: 4173

Do an exact search on 'fork() failed, Resource temporarily unavailable' to get a better understanding of the error message.
by DSguru2B
Mon Mar 19, 2007 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is run time column propagation ?
Replies: 7
Views: 1660

I'd be interested in 'its' implemention in server jobs :wink:
by DSguru2B
Mon Mar 19, 2007 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob -run -param to pass parameters
Replies: 13
Views: 13081

Sorry guys for the harsh words, in a bad mood this morning. But my understanding of the question was of a gui prompt. If anything other than that then I must have missed it. Even I have scripted solutions where the parameters are being passed during execution, but thats via another file and not a pr...
by DSguru2B
Mon Mar 19, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob -run -param to pass parameters
Replies: 13
Views: 13081

Thats rubbish. DataStage designer and director have excellent parameter prompts. dsjob is meant to be used for automated execution and not interactive execution.
by DSguru2B
Sun Mar 18, 2007 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definitions
Replies: 9
Views: 2444

Well explained Craig. Guess your enjoying your weekend and are in a good mood. :wink:
by DSguru2B
Sat Mar 17, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 4641

Great. Modularization always helps, especially for debuggin purposes.
by DSguru2B
Sat Mar 17, 2007 3:24 pm
Forum: General
Topic: Link Count
Replies: 27
Views: 10932

Search the forum, there have been routines by kcbland and other folks to get a lot more information at different levels than just row counts. Kim duke leads them all with his ETLStats. Search is the key.
by DSguru2B
Sat Mar 17, 2007 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Sometimes the easiest workarounds get rid of stubborn errors. Dropping and recreation is on of them. Did you ever get to hear from IBM? Just curious.
by DSguru2B
Sat Mar 17, 2007 2:29 am
Forum: General
Topic: Link Count
Replies: 27
Views: 10932

Use it after the job finishes in a routine activity in a sequence job.
OR convert the routine from a transform to before/after job subroutine and call it in the after job subroutine.
You can also search the forum for other ways of getting row counts.
by DSguru2B
Sat Mar 17, 2007 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call DSGetLinkInfo from a trigger
Replies: 19
Views: 7422

Use it after the job finishes in a routine activity in a sequence job.
OR convert the routine from a transform to before/after job subroutine and call it in the after job subroutine.
by DSguru2B
Sat Mar 17, 2007 1:42 am
Forum: General
Topic: Median Calculation
Replies: 36
Views: 10179

Read my explanation again. It tells you why I am creating a hashed file. The DICT VOC is used because I am selecting the first column using positional names (F1) which requires the key words DICT VOC. I realize that you have the values in a partiular field. You need to get them in a comma delimitted...
by DSguru2B
Fri Mar 16, 2007 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding oci load and sql loader
Replies: 3
Views: 1098

As the name mentions, while loading. These stage utilize the database's bulk loader to blaze data into the table. They are usually used for huge amounts of data.
by DSguru2B
Fri Mar 16, 2007 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS READ FIXEDWIDTH
Replies: 22
Views: 9977

Is this the last column in order? Some other data in some previous column must have taken up enough space as to not allow for another column. Check for each column, one by one.
by DSguru2B
Fri Mar 16, 2007 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Size limitation on DataSets & Lookup File Sets
Replies: 5
Views: 1322

Yup, in other words, just load 'em datasets without worrying about size limit. Your disk might burn out :wink:
by DSguru2B
Fri Mar 16, 2007 3:17 pm
Forum: General
Topic: string replacement in mainframe job
Replies: 8
Views: 1992

Yea, that was my mistake assuming there is an MVS forum. The poor guy posted in the px forum and we continued with this post. O well.