Search found 126 matches

by vskr72
Sun Oct 23, 2005 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Pivot to Flat file
Replies: 1
Views: 777

Convert Pivot to Flat file

I have a file in this format. .........P1 P2 P3............................ A001 v11 v21 v31....................... A002 v12 v22 v32....................... A003 v13 v23 v33....................... A004 v14 v24 v34....................... ................................................. .................
by vskr72
Fri Aug 12, 2005 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer Issue
Replies: 2
Views: 915

Job Sequencer Issue

I have a requirement in Job Sequencer. We have a master sequencer which inturn calls a number od other sequecers and individual jobs.

Some times the parent sequencer abort in the middle. Is there anyway in in DS 7.0 to restart the sequencer from where it got aborted.

Thanks !!

Kumar
by vskr72
Fri Jul 22, 2005 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to Julian
Replies: 14
Views: 3331

Thank you Sai and ArndW

Kumar
by vskr72
Fri Jul 22, 2005 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to Julian
Replies: 14
Views: 3331

Date to Julian

Hi - I am trying to convert a date to Julian format. The format I require is

105202.

1 represents 21st century

05 is current year

202 is the days in Julian format.

Is there a fn or routine is DS to achieve this. Thank you.

Kumar
by vskr72
Tue May 17, 2005 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time loading
Replies: 5
Views: 2296

Thank you Chulett

Thank you chulett.
by vskr72
Tue May 17, 2005 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time loading
Replies: 5
Views: 2296

Real time loading

Hi everybody,

i am new for DS. I have one question regarding Real time loading with DS.
Could anyone explain how can we implement Real-time loading in DS, please.
Thank you
by vskr72
Mon Apr 04, 2005 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File lookup
Replies: 3
Views: 2217

Hash File lookup

I have a situation like like this with 2 hash files that I am performing a lookup: File 1: DateCol D1 D1 D2 D3 D4 D5..... File 2 DtStrt DtEnd D11 D12 D13 D14 D15 D16 D21 D22 D23 D24... Where D1,D2,D3,D4 are the dates which come in the range between DtStrt and DtEnd. All I have to do is see in which ...
by vskr72
Thu Mar 24, 2005 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing 2 date values
Replies: 2
Views: 599

Comparing 2 date values

I am creating a simple Date comparision job. 1. Data is fed to Tx using 2 paths. 2. First path give a list of date values (Lets say Date1) 3. 2nd path gives me 2 ref dates from a Hash file. ( St_Dt and End_Dt). All are in internal format. In the transformer I am using a simple constraint like this: ...
by vskr72
Mon Mar 14, 2005 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Data
Replies: 3
Views: 639

Merging Data

I have a folder which has few Seqeuntial file names. The number of files names can vary every time. I need to merge data from all these files and store it in a new Seq file for further processing.

Can anybody help me on how to handle this? Thank you.

Kumar
by vskr72
Mon Mar 14, 2005 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing a Job Parameter for picking up a dynamic File Name
Replies: 10
Views: 4301

Re: Passing a Job Parameter for picking up a dynamic File Na

Shaina - Pls let me know what solution you adopted. I have asimilar requirement but, the OS is unix. appreciate your help.

Kumar
by vskr72
Sat Mar 12, 2005 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Compare
Replies: 3
Views: 1483

Date Compare

I have 2 inputs coming to a TX stage. <pre> SEQ 1---------------------------> TX1 --------------------> SEQ3 | SEQ 2 -----> TX2-----------> HASH1 </pre> The SEQ1 stage has over 50K records. One of the column being Date. SEQ2 has just 1 recordwhich is another date value. I want to compare 2 dates and...
by vskr72
Thu Mar 10, 2005 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Arithmetic
Replies: 9
Views: 3657

Thank you everyone for all the info. Appreciate your help.

Kumar.
by vskr72
Thu Mar 10, 2005 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Arithmetic
Replies: 9
Views: 3657

Date arithmetic

Hello Arnd,

Thank you for that. Further to that is is possible to make that 3 a variable.

In the sense, the value 3 is being pulled from another another DB2 table. Today it is 3. But, in our old project we used 2.

So, it might keep changing every time. Thank you again.

Kumar
by vskr72
Wed Mar 09, 2005 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Arithmetic
Replies: 9
Views: 3657

Date Arithmetic

I have a Date field coming from a DB2 stage. I need to add 3 months to it and store that value seperately for further processing. Just adding 90 days to that will not work right. Because, we need to take into consideration months with 28 days, 30 and 31. I can convert the date to an internal format ...
by vskr72
Tue Mar 08, 2005 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pattern Matching
Replies: 3
Views: 1211

Pattern Matching

I am using it in a Sequencer. Is ther a way to use in Server Jobs. Mostly the stages used are ODBC, Seq and Hash files. Thanks Kumar. [quote="ArndW"]Kumar, offhand I would say the solution is (or ought to be) parameters. Which stage/methodology are you using? Is it in a sequencer or server...