Search found 726 matches

by zulfi123786
Sun Jun 24, 2012 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with look up stage with look up file set as reference
Replies: 0
Views: 872

issue with look up stage with look up file set as reference

I have created a look up file set with 10 records all having same value for the key column and "Allow Duplicates" is set to TRUE in the look up file set stage. In a second job i am having a single row in the source file and then followed by a look up stage whose refence is the above look u...
by zulfi123786
Sun Jun 24, 2012 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading lookuptable created out of look up file set
Replies: 2
Views: 912

yes craig - we are trying to do that from now on but for the current analysis we have hit a dead end
by zulfi123786
Sun Jun 24, 2012 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading lookuptable created out of look up file set
Replies: 2
Views: 912

Reading lookuptable created out of look up file set

If i wish to view the data that lies inside the lookuptable file created by a lookup file set, is it possible ? There is no view data option too :( it gets tough when analyzing an issue where one wants to see what values were contained in lookup table, though i can go to the source which was used to...
by zulfi123786
Fri Jun 22, 2012 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ compiler problem
Replies: 11
Views: 9973

disable operator combination for the transformer stage and recompile and post the result
by zulfi123786
Fri Jun 22, 2012 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not map table file, cannot allocate memory
Replies: 2
Views: 2461

the most recent thread should give me exact resolution
by zulfi123786
Fri Jun 22, 2012 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart the job where it aborts
Replies: 11
Views: 5749

did any one come across "serialization" in datastage ? Does any database stage have serialization facility ? I was surprised whe he spoke regarding serialization over just sequential files . (File to file process) I am running on 8.1 version not sure if this has been added in the later ver...
by zulfi123786
Thu Jun 21, 2012 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart the job where it aborts
Replies: 11
Views: 5749

some one tested me with the same question and I gave my mentioned views but the opposite person had a different solution. He made reference to a term called "serialisation" where data entries are consistently made into memory. Not sure what he was talking about, never came across such thin...
by zulfi123786
Fri Jun 15, 2012 6:48 am
Forum: General
Topic: KeyMgtGetNextValueConcurrent() generating duplicate records.
Replies: 16
Views: 9451

Why not log into Datastage administrator and run the query there ?
by zulfi123786
Fri Jun 15, 2012 6:41 am
Forum: General
Topic: KeyMgtGetNextValueConcurrent() generating duplicate records.
Replies: 16
Views: 9451

b> if i execute create .file statement again will other sequence will be effect (i.e when jobs run.. sequence will start from 1st or will it be start from old sequence no:). if you are creating the file then you dont have to get it from other environment. Yes your other sequences will be effected, ...
by zulfi123786
Fri Jun 15, 2012 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup not working properly
Replies: 3
Views: 1821

can you share the expression as you have mentioned in the range look up stage ?
by zulfi123786
Thu Jun 14, 2012 7:40 am
Forum: General
Topic: KeyMgtGetNextValueConcurrent() generating duplicate records.
Replies: 16
Views: 9451

Whe i just moved into datastage had this issue and did not know how and which file to move and from where.

fixed the situation by copying the code of the routine and modifying it to update with the value passed as argument instead of applying " + 1 "
by zulfi123786
Tue Jun 12, 2012 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Single Quote with Single Quote
Replies: 23
Views: 9889

it would apply to the whole file, what if any other column is single quoted ?
by zulfi123786
Tue Jun 12, 2012 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datae cannot be in future, If future rejects
Replies: 2
Views: 1451

the term "future" has to be clarified here. is this a one time stuff or supposed to run in production on a daily basis, if so then is "future" something that is greater than the run date ? Since you using a two digit notation for year, also take care of the century break year whi...
by zulfi123786
Tue Jun 12, 2012 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Char 10 to Integer 10 gives unexpected results
Replies: 11
Views: 6737

in such case it should be a signed column and you dont have an option but to change the datatype to bigint or atleast change it to unsigned if you dont expect negative values

One cant park a truck in a garage designed for a car :wink:
by zulfi123786
Tue Jun 12, 2012 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert date foramts to other formats
Replies: 2
Views: 1402

Re: How to convert date foramts to other formats

I need convert them to DD/MM/YYYY. What is your target, change of format only makes sense if your target is sequential file Please can any body tell the functions need to be used in converting date format and check the date ISv alid There are no functions to change the format of date value that exi...