Search found 78 matches

by shaonli
Wed May 07, 2008 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character max length
Replies: 1
Views: 603

Character max length

Hi,

In my job I want to write a field of char(3600) in seq file.But the field is getting truncated after 1000.
The input is a seq file ftp ed from mainframe.
What is the max length of char we can assign.
Please help.

Thanks
Shaonli
by shaonli
Sun Mar 30, 2008 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: env problem
Replies: 3
Views: 1039

Apparently we are not able to find any difference.Is there any special APT parameter to recognize null value..or do we need to chack character set used by datastage..
Please suggest...
by shaonli
Sun Mar 30, 2008 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: env problem
Replies: 3
Views: 1039

env problem

input is A.txt file(10 records) which has fileld C1,C2...char field... ref i/p is B.txt(7 records) which has field C1,C3...char filed.... lookup has continue condition....lookup key is C1... In lookup the o/p fields are C1,C2,C3 now o/p of lookup is 10....(7 records matching) Now in later stage if I...
by shaonli
Tue Mar 11, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows to column
Replies: 3
Views: 1632

Rows to column

My i/p is Loc name address 100 a1 abc 100 a2 abcd 200 b1 abcds 200 c1 abcdsa 200 a1 abc 300 a1 abc O/p Loc name1 name2 name3 address1 address2 address3 100 a1 a2 null abc abcd null 200 b1 c1 a1 abcds abcdsa abc 300 a1 null null abc null null Please suggest which stage to use for converting rows into...
by shaonli
Thu Mar 06, 2008 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 5
Views: 1117

So is it not possible to convert in the format I specified if the o/p data type is DATE.Please clarify.
by shaonli
Thu Mar 06, 2008 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 5
Views: 1117

So is it not possible to convert in the format I specified if the o/p data type is DATE.Please clarify.
by shaonli
Thu Mar 06, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 5
Views: 1117

date conversion

My i/p date is in the format yyyy-mm-dd.I want to convert in the format mmddyyyy.
Please suggest.Both the fields(i/p and o/p) datatype is Date.
by shaonli
Tue Jan 29, 2008 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting of a row into multiple rows
Replies: 4
Views: 1255

there will be slight change in the o/p 100,10 200,20 200,21 200,22 300,30 300,31 For location=xyz it will get splitted into 3 rows but location code will be different.for 3rd condition also the row will get splitted into two columns and location code will be different in two rows. Please suggest. Th...
by shaonli
Mon Jan 28, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting of a row into multiple rows
Replies: 4
Views: 1255

splitting of a row into multiple rows

Hi, My i/p file has 3 columns.Say Order no,Order Name.Order Location. The O/p File has two fields Order No,Order Location code I/P- 100,A,ABC 200,B,XYZ 300,C,MNO O/P- 100,10 200,20 200,20 200,20 300,30 300,30 That means depending upon Location name the I/p gets split into multiple records. When Loca...
by shaonli
Thu Jan 17, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in if then else coding in transformer
Replies: 10
Views: 5242

I have just given a example.But in real case the data type are same for i/p and o/p. I can't pass the i/p(apart from those values) for default. The case is that apart from those three condition I don't want to pass record.I just want to end the last Else without giving any value. Please suggest. Tha...
by shaonli
Thu Jan 17, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in if then else coding in transformer
Replies: 10
Views: 5242

I have just given a example the data type are same for i/p and o/p.

I can't pass the i/p(apart from those values) for default.

The case is that apart from those three condition I don't want to pass
record.I just want to end the last Else without giving any value.
Please suggest.

Thanks
Shaonli
by shaonli
Thu Jan 17, 2008 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in if then else coding in transformer
Replies: 10
Views: 5242

Problem in if then else coding in transformer

Hi, In my source there are 3 condition for three values.If name=a then 1,name=b then 2,name=c then 3. For any other value will not be considered. Now in tranformer when I am using if then esle the problem is that in the last loop of else I am not able to give any other value as no default value is n...
by shaonli
Wed Jan 02, 2008 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in format checking
Replies: 3
Views: 1295

Thank You for your suggestion.it worked fine.
by shaonli
Wed Jan 02, 2008 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in format checking
Replies: 3
Views: 1295

problem in format checking

I need to chek format of a field.If the format of the field is 99-999-9999 then one condition should satisfy.
Please suggest how to check the field format.
by shaonli
Wed Jan 02, 2008 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in stringtodate conversion
Replies: 4
Views: 1308

Thank you for your suggestion.