Search found 42189 matches

by chulett
Wed Jun 30, 2010 6:28 am
Forum: General
Topic: Table value to local variable
Replies: 27
Views: 5848

Define what you mean by 'local variable' in this context. And detail for us what you intend to do with this as that could affect the answer given.
by chulett
Wed Jun 30, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running unix script from putty and DataStage
Replies: 9
Views: 6454

thanush9sep wrote:If I understood clearly, this should not be dstage but cmtapp user.
You did not understand clearly. And your script is working correctly assuming you want the O/S user rather than the logged in user/schema name.
by chulett
Wed Jun 30, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I turn off the "Report on job.." feature?
Replies: 12
Views: 3971

OK, then it sounds like you'll need to pursue the course that Ray outlined. And yes, by 'traditional' I meant the 'Universe' repository we've always had and the RT_LOGnnnn dynamic hashed files. You can confirm by checking (off the top of my head) the setting of RTLogging / ORLogging in your environm...
by chulett
Wed Jun 30, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should I use DataSets?
Replies: 20
Views: 4998

dougcl wrote:
chulett wrote:You marked your post as using the UNIX system for your server, hence the confusion. ...
Actually I marked my post as using the UNIX system for our server, because we are. Raftsman is just here stirring up trouble :)
Sorry, failed to recognize the hijack! :x
by chulett
Wed Jun 30, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector: update of primary key columns
Replies: 4
Views: 8929

Why not simply change the SQL to this?

Code: Select all

UPDATE <table> 
SET SICHERUNGS_ID = ? 
WHERE BANK = ? 
AND KONZERNID = ? 
AND LAUFKENNUNG = ? 
AND SICHERUNGS_ID = ? 
You have no choice but to use custom sql for this, btw.
by chulett
Wed Jun 30, 2010 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork failed: Resource temporarily unavailable
Replies: 2
Views: 3281

Have your SysAdmin do that for you.
by chulett
Wed Jun 30, 2010 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I store job status information in table?
Replies: 21
Views: 5314

I fail to see how any vendor can refuse to support their own product. Not something I would stand for. :?
by chulett
Wed Jun 30, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VarChar Memory Usage
Replies: 14
Views: 7806

Fair enough. Actually in thinking back about this and Ray's comment regarding the change, I think the change in behaviour is specific to datasets to make them act like their cousins, Scratch and Memory, seeing as how in earlier releases it all did not match up.
by chulett
Wed Jun 30, 2010 6:06 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How can I run a WISD job on demand?
Replies: 11
Views: 6247

Or are noted, read the documentation. It's there for a reason.
by chulett
Tue Jun 29, 2010 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VarChar Memory Usage
Replies: 14
Views: 7806

That behaviour is specific to datasets, AFAIK.
by chulett
Tue Jun 29, 2010 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to calculate total number of input columns and rejects
Replies: 9
Views: 3609

Yes, a Sequence job can run both Server and Parallel jobs. No, there are no "settings" needed for this.
by chulett
Tue Jun 29, 2010 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should I use DataSets?
Replies: 20
Views: 4998

You marked your post as using the UNIX system for your server, hence the confusion.
by chulett
Tue Jun 29, 2010 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Materialized Views
Replies: 4
Views: 1293

Just like any other table, there's nothing magical about them... as long as 'access' means 'read', of course.
by chulett
Tue Jun 29, 2010 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to calculate total number of input columns and rejects
Replies: 9
Views: 3609

You would use a Server job and write a BASIC routine to leverage them.
by chulett
Tue Jun 29, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should I use DataSets?
Replies: 20
Views: 4998

Nope, got nothing to do with the "bit-ness" of the system.