Search found 35 matches

by Madhusv
Thu Apr 05, 2007 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading the Target
Replies: 13
Views: 4535

For Alpha:
Convert('<Enter all other Non-Alpha characters> ','',FieldName)

For Non-Alpha :
Convert('<Enter all Alpha Characters>','',FieldName)


Thanks,
Madhu
by Madhusv
Wed Apr 04, 2007 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp
Replies: 14
Views: 5450

I think you want pass this information to MS-SQL server.
you can use Convert(' ','T', CurrentTimestamp()) in varchar field,
function to replace space generated from the Datastage and while populating make the target field type as varchar(). This will not affect loading.
by Madhusv
Wed Apr 04, 2007 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Permissions on AIX
Replies: 6
Views: 2520

From Datastage Administrator you can set up the roles like "Developer", "Operator" etc.

Log into the administartor and click on the project you have to change permissions, then Properties->Permissions.
by Madhusv
Wed Apr 04, 2007 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transform rows to columns end record value to null
Replies: 8
Views: 3437

This can acomplished by using transformer stagevariable -> "Previous value" property and sorting data if required. Logic is to save the count of records processed and increment the count and split the records into 2 different streams. In server job you can do this with out any additional s...
by Madhusv
Wed Apr 04, 2007 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Column Name Change
Replies: 9
Views: 20744

Datastage does not supports '-' in the field names
by Madhusv
Wed Apr 04, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage types vanished
Replies: 4
Views: 2631

Try "Right Clicking on Palette->Customize Palette->Then add the Database Stages"

Let us know if you have already tried this option!!
by Madhusv
Wed Apr 04, 2007 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling decimals
Replies: 6
Views: 2901

What are stages you are using in this job?
by Madhusv
Wed Apr 04, 2007 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number in Oracle DB
Replies: 5
Views: 2287

There are routines KeyMgtGetNextValue and KeyMgtGetNextValueConcurrent, You can use this to genrate sequence in server jobs
by Madhusv
Mon Apr 02, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8006

Looks like data contains Null Value or Low value, Because of which irecords are not getting imported properly. Check the data.

Thanks,
Madhu
by Madhusv
Mon Apr 02, 2007 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to insert data into a table
Replies: 7
Views: 4496

See this is because of bad data or date , "esql complaint: ORA-01843: not a valid month "
Do date validation before inserting or correct the source data.
by Madhusv
Mon Apr 02, 2007 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warnings Turn OFF @ Project level
Replies: 8
Views: 3355

One option is to use Message Handler and "Demote to Informational".

Go to Director->Tools->Message Handler Management to do the same.

Thanks,
Madhu
by Madhusv
Mon Apr 02, 2007 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to insert data into a table
Replies: 7
Views: 4496

Your error Message is not complete, Provide more info. Because this message is common.
by Madhusv
Mon Apr 02, 2007 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine the month difference between 2 dates
Replies: 5
Views: 6027

You can get this by using Date functions and below logic appropriately

Stage1: IF Date1>Date2 Then A Else B
Stage2: IF A then ((GetYear(Date1)-GetYear(Date2))*12+GetMonth(Date1))-GetMonth(Date2) Else ((GetYear(Date2)-GetYear(Date1))*12+GetMonth(Date2))-GetMonth(Date1)

Thanks,
Madhu
by Madhusv
Wed May 10, 2006 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number Of Stage Variables
Replies: 2
Views: 2250

Number Of Stage Variables

Hi,

Can any one tell Maximum number of stage variables Used in Parallel Transformer?

Thanks,
Madhu
by Madhusv
Wed Apr 19, 2006 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usaing XML Stage
Replies: 1
Views: 1484

Usaing XML Stage

Hi,

Please give the steps to be followed while creating XML file using Datastage.

Thanks,
Madhu