Search found 42189 matches

by chulett
Thu Mar 22, 2012 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in extracting records having CLOB datatype.
Replies: 13
Views: 5004

You need to do more than change the datatype in the job, you need to do something like CAST on the field in your source query as well.
by chulett
Thu Mar 22, 2012 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in extracting records having CLOB datatype.
Replies: 13
Views: 5004

As noted, try casting the column to a supported datatype. Or upgrade DataStage.
by chulett
Wed Mar 21, 2012 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Perform Cross Join in datastage
Replies: 6
Views: 5512

@chulett : Have tried it through full outer join in Join stage and it worked. previously i thought it won't work and posted for suggestions to do it in some other way.... All good information to have included in your original post. Without it it just looks like an interview question. @stuartjvnorto...
by chulett
Wed Mar 21, 2012 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAS Date Issue
Replies: 4
Views: 1395

Re: SAS Date Issue

BrunoD wrote:This parallel task used to work fine.
However, you haven't told us what is happening, what exactly is no longer working fine? What error are you seeing?
by chulett
Wed Mar 21, 2012 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arithmetic functions for String datatype using stagevariable
Replies: 2
Views: 1792

Are you certain that your stage variable always contains 6 numeric digits?
by chulett
Wed Mar 21, 2012 6:59 am
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 3498

Re: issue on CLEAR.FILE

it seems like RT_LOG2451 file doesn't have the write permission. am i correct? Yes, for whatever user you are using that is correct. Use the proper user, the one that does have the permissions it needs. As to the "this one too" error, you don't do any log clearing while logged into the UV...
by chulett
Tue Mar 20, 2012 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE's Dataset path
Replies: 10
Views: 2983

ray.wurlod wrote:Disk is cheap these days.
Pfffffttt... not on a government owned server. :roll:
by chulett
Tue Mar 20, 2012 9:48 pm
Forum: General
Topic: using dsjob command with credential file
Replies: 6
Views: 3232

Good to know. 8)
by chulett
Tue Mar 20, 2012 9:46 pm
Forum: General
Topic: Looping a Job using DOS batch file
Replies: 13
Views: 4508

Override the default assigned auto-purge settings for this job to keep whatever you need it to keep to figure out the issue.
by chulett
Tue Mar 20, 2012 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set APT_CONFIG_FILE
Replies: 2
Views: 1711

Set it as the value of the Project level environment variable.
by chulett
Tue Mar 20, 2012 5:22 pm
Forum: General
Topic: Looping a Job using DOS batch file
Replies: 13
Views: 4508

Re: Looping a Job using DOS batch file

SURA wrote:The loop is not going to wait for the existing job to finish!
So this isn't true. If it is using the syntax you posted, it is in fact waiting for the job to complete before moving on to the next line of code.
by chulett
Tue Mar 20, 2012 5:20 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 2796

Of course, but I assumed the question was can that all be pitched and replaced with strictly 'parallel' components... at least that's where my response was based on.
by chulett
Tue Mar 20, 2012 5:18 pm
Forum: General
Topic: How to see previous posted topics in dsxchnage website
Replies: 3
Views: 919

True but I think you actually have to search for something, as in you cannot leave the search field empty and get everything.
by chulett
Tue Mar 20, 2012 3:50 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 2796

There is a crap-ton of stuff under the covers that the 'KBA Utilities' encompasses... and I really don't think you could do anything equivalent as a straight parallel implementation. Even with a couple of custom stage types and/or routines.