Search found 41 matches

by vivekreddy
Tue May 29, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Eliminate Double Quotes from the Source file
Replies: 12
Views: 4494

Craig is right there. Your solution is a good workaround, but it is always wise to understand how a problem can be best solved, and not just solved for the sake of solving it.
by vivekreddy
Mon May 28, 2007 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Eliminate Double Quotes from the Source file
Replies: 12
Views: 4494

Hi. My mistake I didn't go though the actual metadata information. The transformer is your ONLY option at this juncture. The Convert function should be helpful Convert - Converts specified characters in a string to designated replacement characters - parameters: fromlist (string) tolist (string) exp...
by vivekreddy
Mon May 28, 2007 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padchar application not working properly
Replies: 5
Views: 1865

Hi.

Sorry but changing the target SQL type to Varchar doesn't help. The database still puts the block character.
One more thing, the database insertion is highly inconsistent, as in some fields are affected by this, while some aren't.

Could you tell me why this may be so?
by vivekreddy
Mon May 28, 2007 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padchar application not working properly
Replies: 5
Views: 1865

No, I don't. Would that impact anything as such?
by vivekreddy
Mon May 28, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Eliminate Double Quotes from the Source file
Replies: 12
Views: 4494

While you could always use the Transformer stage to remove the "" characters, in the Sequential File stage itself, there is an option that specifies that variable length fields are enclosed in single quotes, double quotes, or another character or pair of characters. Of course in this case,...
by vivekreddy
Mon May 28, 2007 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padchar application not working properly
Replies: 5
Views: 1865

Padchar application not working properly

I am applying an environment variable for padding the blank characters in a Char field. The variable is set to value "0x20", which corresponds to " " in ASCII. However, when the data is written to the database, the blank characters are padded not with the " " character,...
by vivekreddy
Wed May 23, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Partitioning-related warnings
Replies: 4
Views: 3124

Hi.

I have cleared the Upstream partitioning, as mentioned in my query. As regards the main input, is there a specific protocol to be followed while setting the partitioning for input links when using Lookup Stage? As in Entire for reference and (say) Hash for input? :?:
by vivekreddy
Wed May 23, 2007 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Partitioning-related warnings
Replies: 4
Views: 3124

Lookup Stage Partitioning-related warnings

Hi. I have this job wherein I am using the Lookup stage with reference links as DB2 API stages and my main input is from a dataset. I am clearing the partitioning in the DB2 API stages, and am applying Hash partitioning as also sorting on the lookup key for each. For the main input, I am setting par...
by vivekreddy
Wed Mar 21, 2007 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

I will try to get that done, but till such time, any suggestions on how I can achieve what I need to do?
by vivekreddy
Wed Mar 21, 2007 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Hi.

I am not looking at Environment Variables per se, as they would require some sort of default value et al either at the Job level or the project level.

Is there some way of either creating a DSMacro or a DSRoutine to achieve the same, and to retrieve the value at runtime?
by vivekreddy
Wed Mar 21, 2007 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Hi.

Sorry, but I can't read the premium content part. :oops:

Is there some way you could explain it to me without that part disappearing behind the premium content curtain?
by vivekreddy
Wed Mar 21, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Hi.

Am scheduling through Datastage. How do I achieve this in this case?
by vivekreddy
Wed Mar 21, 2007 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Hi.

I was unable to find any environmental variables named like what you had mentioned. Any other suggestions?
by vivekreddy
Wed Mar 21, 2007 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Datastage userid as parameter

Hi.

Could anyone of you tell me how I can get the value of the userid that I use to log into Datastage Designer as a parameter to be used in processing?
by vivekreddy
Fri Mar 09, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 6554

I was advised to do this when I had a similar problem with Join Stage. At that time, I understood the rationale for doing so as that when I clear the partitioning before sorting the data, I am sending the data to be sorted as a single block, and not as disjoint block. After sorting, when the dataset...