Search found 42189 matches

by chulett
Thu Jun 12, 2014 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP - ASCII vs Binary
Replies: 6
Views: 2537

Lots of help out there on this subject, here's one example a quick search turned up. Plenty more out there.
by chulett
Thu Jun 12, 2014 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split data based on size in datastage
Replies: 7
Views: 2956

I'm not aware of any "split by size" option. Of course you could BuildOp whatever you like and still call it "in DataStage". Otherwise you would have to do something by row count after you figure out approximately how many records will generally equal 1MB. Using the Folder stage ...
by chulett
Thu Jun 12, 2014 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split data based on size in datastage
Replies: 7
Views: 2956

Perhaps, but why not simply do it at the command line?
by chulett
Thu Jun 12, 2014 9:35 am
Forum: General
Topic: command line trigger for job
Replies: 11
Views: 4186

We used Control-M as well. Mine would query the job and status as a pre-check to ensure that the job both existed and was in a runnable state. There was no compilation done, anything that meant the job would not run would result in a fatal error. And yes, it also built -PARAM name/value pairs on the...
by chulett
Thu Jun 12, 2014 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 3788

pkll wrote:If I tortured you extremely sorry. As per our conversation I am learning something. Thanks for it.
No worries... and good. :wink:

I'll have to ponder the reverse though it is 'just another pivot'... and there's no reason for me to go this alone, other suggestions welcome!
by chulett
Thu Jun 12, 2014 6:46 am
Forum: General
Topic: command line trigger for job
Replies: 11
Views: 4186

Specifically, this post has his wrapper in it, should give you some ideas. :wink:
by chulett
Thu Jun 12, 2014 12:19 am
Forum: General
Topic: command line trigger for job
Replies: 11
Views: 4186

Pretty much everyone with an Enterprise Scheduler has a wrapper script that does the actual call to dsjob with whatever pre/post checks and activities are appropriate in their environment. Kenneth Bland posted a rather comprehensive one here back in the day, from what I recall.
by chulett
Wed Jun 11, 2014 9:10 pm
Forum: IBM QualityStage
Topic: TransGender
Replies: 6
Views: 4490

Adam's Apple?
by chulett
Wed Jun 11, 2014 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060: deadlock detected while waiting for resource
Replies: 12
Views: 8931

You need to work with your DBA and inspect the trace file Oracle creates with the details of the problem, the Waiter(s) and the Blocker(s). This can help track down the problem.
by chulett
Wed Jun 11, 2014 8:49 pm
Forum: General
Topic: sequence log clarifacation
Replies: 5
Views: 873

Some of the information you may want to get directly from the job itself, rather than the log. And we've just had conversations on this subject (actually there are tons on the site), I'll see if I can link in the most recent one.
by chulett
Wed Jun 11, 2014 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD / Change Capture Logic
Replies: 4
Views: 1192

So where are you supposed to get the old value for the first change that comes along? Your example output isn't making sense to me as it seems to show values derived from going... both directions... through the list of changes. :? ps. Don't use "BBCode" in your post and then disable that o...
by chulett
Wed Jun 11, 2014 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 3788

:?: Question for the masses - will the Pivot stage support listing ~100 column names in the fields in question? Or does it not really care how many columns are listed as long as they all fit within that property / string?
by chulett
Wed Jun 11, 2014 12:57 pm
Forum: General
Topic: sequence log clarifacation
Replies: 5
Views: 873

No, not really. You can do as you noted from the command line or the equivalent functions exist in the BASIC API, so you could also do it via Job Control.
by chulett
Wed Jun 11, 2014 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are dmp files in DS Client path for?
Replies: 4
Views: 2998

I'm not aware of any way to "turn them off". I've known people to set up periodic scans of their system for core dumps and automatically purge them.
by chulett
Wed Jun 11, 2014 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file created with no proper ordering open and close tags
Replies: 8
Views: 3579

Can you be more specific about what "this error" is that you get for 5 or 6 products? And also specifically point out the differences in the two examples that are the issue? Not really seeing an issue with the "opening and closing tags" themselves.