Search found 42189 matches

by chulett
Tue Apr 28, 2015 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling delmiters coming with quote in sequential file
Replies: 4
Views: 1217

Now we wait and see if "ur" shows up to help...
by chulett
Mon Apr 27, 2015 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length file where last field is variable length
Replies: 4
Views: 1526

Have them correct the file. There's no such thing as a "fixed length file where last field is variable length" unfortunately.

Perhaps someone knows of a workaround, however.
by chulett
Mon Apr 27, 2015 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert: ORA-01950 no privileges on tablesapce 'USERS'
Replies: 2
Views: 1485

The table is setup incorrectly, talk to your DBA and have them correct the problem.
by chulett
Mon Apr 27, 2015 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC not giving desired results
Replies: 7
Views: 2418

A little sparse on the details, don't you think?
by chulett
Mon Apr 27, 2015 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC not giving desired results
Replies: 7
Views: 2418

Can we clarify exactly what it is you are doing, please? This "CDC stage" you are using... I'm guessing that this is not the Change Capture Stage but rather the CDC Transaction Stage and you have InfoSphere Change Data Capture running against your source database - something akin to what i...
by chulett
Mon Apr 27, 2015 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using the COMMON across jobs
Replies: 4
Views: 3842

No. It's meant to persist data across calls to the routine, not across multiple jobs.
by chulett
Sat Apr 25, 2015 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BDFS Row Column Number
Replies: 3
Views: 1378

... probably not many people actively using the stage. Worst case contact support. In either case, let us know what you find!
by chulett
Fri Apr 24, 2015 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Cobol Table Definition 01 level not found error
Replies: 1
Views: 1811

Yes, that would be the reason. You can see some examples here of what a complete FD would look like... or at least the start of one.
by chulett
Fri Apr 24, 2015 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Volatile table usage in Teraradata Connector Stage-DS 11.3
Replies: 3
Views: 2208

Sounds like a support question to me.
by chulett
Fri Apr 24, 2015 10:17 am
Forum: General
Topic: Trigger conditon after all Iterations in Loop end in Seq job
Replies: 1
Views: 1516

Just connect the Notification Activity stage to/after the End Loop, it will fire once all iterations have completed.
by chulett
Fri Apr 24, 2015 6:48 am
Forum: General
Topic: Deleting jobs in bulk
Replies: 7
Views: 2083

That limit is O/S dependent, from what I recall.

And I counsel... patience.
by chulett
Thu Apr 23, 2015 9:47 am
Forum: General
Topic: Deleting jobs in bulk
Replies: 7
Views: 2083

If you do that, make sure you turn off the automatic refresh!
by chulett
Thu Apr 23, 2015 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issues with To_CHAR function
Replies: 12
Views: 7977

Re: Posting on behalf of udayk_2007

sharmaisha0902 wrote:The Datastage Version,Hardware is same in both the environments,just that the new one is installed on a different server.
Sounds like one might have NLS enabled and the other doesn't.
by chulett
Wed Apr 22, 2015 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculation in Stage Variable
Replies: 5
Views: 1608

Correct... check the function I posted, it returns the number of days between two dates.