Search found 42189 matches

by chulett
Fri Dec 04, 2015 8:02 am
Forum: IBM QualityStage
Topic: Standardize Stage Properties
Replies: 3
Views: 3366

That looks like the old style 'Grid View' that you can (used to be able to?) get by right-clicking on the stage. Did this change on you? If not then perhaps the installation of the plug-in went a little sideways.
by chulett
Thu Dec 03, 2015 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in capturing string by positions in transformer stage
Replies: 2
Views: 1805

So... which of these two is your "desired" output:

Actual O/P
Present O/P

Guessing the first (Actual) is what you desire and the second (Present) is what you are getting but would like to be sure before I lose too many brain-cells puzzling out more of this. :wink:
by chulett
Thu Dec 03, 2015 7:36 am
Forum: General
Topic: Issue with calling routine in sequencer
Replies: 4
Views: 1977

If that's literally all you have in the Sequence and you disable checkpoints for the routine then there's absolutely no reason to have them enabled at all.
by chulett
Thu Dec 03, 2015 7:34 am
Forum: General
Topic: Issue with calling routine in sequencer
Replies: 4
Views: 1977

What options do you have enabled in the Sequence job? Does the routine return something other than a zero for success or a non-zero value for failure?
by chulett
Thu Dec 03, 2015 12:20 am
Forum: General
Topic: How to attach a Log File when the jobs fail?
Replies: 10
Views: 2892

Amber, would like to continue to help with this if you're still in the market for some help. If we had a clearer picture of the issue, i.e. your current design, then I would imagine we (the folks here) could help shape a better solution for you.
by chulett
Wed Dec 02, 2015 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in DS 11.3 version
Replies: 5
Views: 4255

Re: Compilation error in DS 11.3 version

satheesh_color wrote:##E IIS-DSEE-TFEV-00026 15:16:52(022) <transform> Error when checking composite operator: Setting null to this non-nullable field: StageVar0_StgPrvtranNull.
by chulett
Wed Dec 02, 2015 7:57 am
Forum: General
Topic: oracle connector doesn't work
Replies: 5
Views: 3942

:wink:
by chulett
Tue Dec 01, 2015 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring of unknown length
Replies: 2
Views: 1279

Sounds like the "double convert" would work for you. One such example is here.
by chulett
Mon Nov 30, 2015 10:38 pm
Forum: General
Topic: How to attach a Log File when the jobs fail?
Replies: 10
Views: 2892

Sorry but I'm a little lost. You have 200+ jobs... in a single Sequence job?
by chulett
Mon Nov 30, 2015 7:00 pm
Forum: General
Topic: How to attach a Log File when the jobs fail?
Replies: 10
Views: 2892

I was just in here typing up a question asking what you had in the Command box versus the Parameters box. :wink: Kind of looks to me like you already have the "job name in a variable": Job_Activity_0.$JobName That would feed the JobName the JobActivity stage ran to any downstream activity....
by chulett
Mon Nov 30, 2015 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inermediate link in join stage
Replies: 6
Views: 5689

Do you have an actual issue you need help with or did you just decide to indulge in a little thread necromancy today?
by chulett
Mon Nov 30, 2015 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field wise record count for different Files
Replies: 4
Views: 2801

I'll have to ponder this to see if there is a more elegant solution out there, hopefully others will chime in as well. Off the top of my head you could 'brute force' it by handling all 150 columns, it will just be a little tedious to set up but won't affect performance. And best to use a Server job ...
by chulett
Mon Nov 30, 2015 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field wise record count for different Files
Replies: 4
Views: 2801

Except for the fields per row changing, this is a simple aggregation exercise. Set a count to 0 for null and 1 for not null and sum them. Do you know the maximum number of fields that could show up?
by chulett
Mon Nov 30, 2015 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in DS 11.3 version
Replies: 5
Views: 4255

Why are your compiler options different in the two environments? Check the lines that start with "##E", those are your fatal errors.
by chulett
Sun Nov 29, 2015 4:23 pm
Forum: General
Topic: automatic send alert email when job hung
Replies: 9
Views: 8579

http://www.raywurlod.com/

Link at the bottom of the page.