Search found 42189 matches

by chulett
Wed Jan 13, 2010 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2z error
Replies: 9
Views: 6072

Based on your other post I sincerely doubt you should be using that particular stage. :?
by chulett
Wed Jan 13, 2010 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DB2 environment variables
Replies: 16
Views: 4985

suneelchallagali wrote:one more thing does db2z/os is only to retrive or load data from db2 database on main frames only or db2 database on other environment(windows or unix).
The name of the stage is a big clue to the answer. Yes, right, only for DB2 on Z/OS.
by chulett
Wed Jan 13, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with LIBPATH
Replies: 5
Views: 2646

Looks like you and Sree should talk.

viewtopic.php?t=131620
by chulett
Wed Jan 13, 2010 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read sequential file with ^M in record
Replies: 7
Views: 5435

Druid_Elf wrote:Business still wants to see the carriage return in database.
by chulett
Wed Jan 13, 2010 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DB2 environment variables
Replies: 16
Views: 4985

I've never touched DB2 in my life but I seem to remember from reading here that you need to 'bind' any new DB2 database you want to access. Have you done that?
by chulett
Wed Jan 13, 2010 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weekends between two dates
Replies: 7
Views: 2593

There are plenty of Oracle date functions, you could write a looping function to compute this for you and select it as data from your source table. Day numbers of 1 and 7 indicate a weekend day, from what I recall.
by chulett
Wed Jan 13, 2010 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status in Check Pointed Job Sequence
Replies: 8
Views: 3806

Recompiling a job 'resets' it, otherwise it retains the value last put there until another takes its place. And you didn't really answer or respond to any of my questions.
by chulett
Wed Jan 13, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting DB2 environment variables
Replies: 16
Views: 4985

So... are you saying that you have 8.1 installed but it's not working because it can't communicate with your DB2 XMETA install? I didn't think that was possible and that it checked connectivity during that process. :?
by chulett
Wed Jan 13, 2010 10:23 am
Forum: General
Topic: Job Scheduling is not functioning.
Replies: 25
Views: 53107

It couldn't hurt to Unschedule the job and then Add to Schedule again. If there's any doubt about what it did, do a "crontab -l" from the command line as the scheduling user and post it here.
by chulett
Wed Jan 13, 2010 9:40 am
Forum: General
Topic: Job Scheduling is not functioning.
Replies: 25
Views: 53107

Was this a recurring schedule or a one-time one? The former uses 'cron' while the latter uses 'at'. Can you post the appropriate entry from the scheduler itself, cron or at? Meaning nothing from Director but rather from your O/S.
by chulett
Wed Jan 13, 2010 9:18 am
Forum: General
Topic: Datastage architecture difference betweeen 7.5 , 8.0.1 and 8
Replies: 1
Views: 5262

There's really no architectural differences between 8.0.1 and 8.1, what you're really asking about are the differences between the 8.x release and every release that came before it. The 8.x documentation includes an Introduction pdf that "provides a scenario-based overview of IBM Information Se...
by chulett
Wed Jan 13, 2010 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with LIBPATH
Replies: 5
Views: 2646

What O/S? What does "doesn't show up correctly in the Director" mean, what exactly are you seeing?
by chulett
Wed Jan 13, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to pass table name to oracle stage?
Replies: 8
Views: 1958

It may not be documented all that well, it works in more than just the DRS stage from what I recall.
by chulett
Wed Jan 13, 2010 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 11g and DataStage 7.5 EE compatible?
Replies: 14
Views: 16344

'Not able to' is a little nebulous, what exactly happened? Have you tried using a lower client version on the DataStage server? For example, a 10g client to connect to the 11g database?