Search found 22 matches

by moulipx
Sun Apr 28, 2013 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing decimal value
Replies: 3
Views: 2125

Comparing decimal value

Hi All,

I need to some help with decimal value comparsion.
Iam having source field col1 as datatype Decimal(38,10)

Requirement value
If col1=0.5Then 5
Else 0

Input Value : 0000000000000000000000000000.5000000000

please advice me how to compare decimal value with 0.5.

Thanks,
chandra
by moulipx
Fri Mar 15, 2013 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent Issue with Hash file usage !!
Replies: 2
Views: 1807

Urgent Issue with Hash file usage !!

I am using one hash file in 2 -3 server jobs . Column required in all the jobs are different ,so i have selected only required columns in respective jobs. the above three job are running on daily basis . At the time of inserting the hash file ,some how one of the record is getting rejected . To solv...
by moulipx
Mon Feb 25, 2013 12:44 pm
Forum: General
Topic: Need help on job comparsion utility
Replies: 1
Views: 1269

Need help on job comparsion utility

Hi all, ' Iam trying to use "Job Comparsion utility" from designer in Datastage 8.1 version to compare two jobs .And i checked the report and found the report is not showing the changes in Filter stage link ordering in those two jobs Please advice on below 1)Is there any limitations with t...
by moulipx
Tue Oct 09, 2012 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help while reading xml file
Replies: 5
Views: 3144

Hi ,
I never worked on XML part earlier. So please help me in extracting mentioned XML file
by moulipx
Sat Oct 06, 2012 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help while reading xml file
Replies: 5
Views: 3144

Need help while reading xml file

Hi all, Could you please help me in reading below XML file .I need to produce an sequential file from Xml input file . <Employee Place="USA" Status="Active" Date="2012-09-30"> <Name="AAA" No="1" Grade="B" /> <Name="BBB" No="2...
by moulipx
Mon Oct 01, 2012 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating contents in dataset
Replies: 2
Views: 1722

updating contents in dataset

I wonder is there any way to modify the contents in "Dataset" .Can we use UV commands to achieve my requirement?
by moulipx
Wed Dec 07, 2011 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

I used APT_STRING_PADCHAR in job properties and to set the pad character to space in Sequential file stage .

And the records which are short of length are rejected for CHAR datatypes.
by moulipx
Wed Dec 07, 2011 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

please somebody help me on this
by moulipx
Wed Dec 07, 2011 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

I used CHAR datatypes for all fields. But in PADCHAR property it is not allowing me to set 0x20.Then i choosed SPACE property. But all the colums fields the short of length specified are failed are getting dropped.
by moulipx
Tue Dec 06, 2011 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

moulipx wrote:Actally the records are not getting rejected if for varchar fields.
Could someone help me on this..
by moulipx
Tue Dec 06, 2011 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

Actally the records are not getting rejected if for varchar fields.
by moulipx
Tue Dec 06, 2011 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

I did sequential file stage. But for VARCHAR fields if the data length is greater than original column length the row is getting rejected.

plesae guide me on this..
by moulipx
Tue Dec 06, 2011 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

Re: capture the reject record based on column length

as i said my source file is having 300 columns. it's very tedious to use so many stage variables . Is there anyway to do in transformer.
by moulipx
Mon Dec 05, 2011 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

Re: capture the reject record based on column length

My Source is Sequentail file . And i can't use CHAR datatype while reading the file Since in some times my columns values length may be less than metadata length specified.
by moulipx
Mon Dec 05, 2011 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the reject record based on column length
Replies: 20
Views: 10602

capture the reject record based on column length

Hi, I need some help regarding rejection of records based on column length for each record. please find sample below file format. And my contains nearly 300 columns . col1,col2,col3,col4 aaa,bbbb,cccc,dddd 111,22,333,datadata And the metadata of file is ColName length col1 3 col2 4 col3 3 col4 4 My ...