Search found 324 matches

by sachin1
Tue May 27, 2008 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FolderStage Eqv job
Replies: 4
Views: 992

yes we know that we can achive this using just filename with wild card and using this column as key in folder stage to get just filename from folderstage, but his question was for job type parallel..........so the question should go in parallel category.
by sachin1
Tue May 27, 2008 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FolderStage Eqv job
Replies: 4
Views: 992

Re: FolderStage Eqv job

hello friend can you post your query in parallel category
by sachin1
Mon May 26, 2008 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: time stamp
Replies: 6
Views: 2378

change the datatype for timestamp column to varchar it will work.
by sachin1
Mon May 26, 2008 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row splitter stage
Replies: 6
Views: 3153

hi warice can you give your input string and what you want in output plus what delimiter you have given in output tab of Row_Splitter stage.
by sachin1
Fri May 23, 2008 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamically Naming Sequential File
Replies: 7
Views: 6193

thanks paddu.............it was very good explanation i gained knowledge
by sachin1
Wed May 21, 2008 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: solution
Replies: 4
Views: 2040

Re: solution

first try to replace your '-' with blank..........you will get column as a b c then using stage variable and hash file you will get the required format. job design seqfile--------->T1-------------->T2---------->HASHfile in T1 do trim(ereplace(input.col1,"-","")) in T2 do concat u...
by sachin1
Tue May 20, 2008 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cpp script
Replies: 8
Views: 1785

Re: cpp script

Example: gcc -o program_name.cpp program_name
then you can call your object code from after job subroutine ..........
by sachin1
Tue May 20, 2008 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plugin Stage
Replies: 6
Views: 5032

i have not tried using folder stage .............but may be you can use it if you know the file in folder to get transfered. to transfer a file from seq file stage you have a design like seq file------------transformer--------------------->FTP stage. check for ftp stage input tab properties properly...
by sachin1
Mon May 19, 2008 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion problem
Replies: 10
Views: 4377

Please can you mark the topic as resolved.
by sachin1
Fri May 16, 2008 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion problem
Replies: 10
Views: 4377

try below

Oconv(Iconv(DSLink22.ATS270_CARD_EXPIRY[1,2]:'/':DSLink22.ATS270_CARD_EXPIRY[3,4],"D2/ MY"),"D-DMY[2,A3,4]") it will give output like "01-MAY-2008", as date is not specified in your requirement it will always be 1st date of month.
by sachin1
Fri May 16, 2008 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion problem
Replies: 10
Views: 4377

Re: Date Conversion problem

Just convert your input 0823 into 08/23 like "MM/YY" ........Then use OCONV(ICONV("05/08","D2/MY"),"D/E") to give you date in your format....check for oconv for various formats.......using proper format you can insert it into oracle database. OCONV(ICONV("...
by sachin1
Fri May 16, 2008 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hi
Replies: 4
Views: 2286

you are try to implement Slowly changing Dimension..........

one question can clear the implementation...............

how do you determine that company_id=1, product=a and price of 10 need to have end date 31/1/07
by sachin1
Thu May 15, 2008 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter File
Replies: 5
Views: 1962

Re: Parameter File

sorry for my previous post
by sachin1
Tue May 13, 2008 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS jobs
Replies: 13
Views: 4348

also @PATH system variable can you the information.
by sachin1
Tue May 13, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage ProcessId
Replies: 4
Views: 1602

if it is a custom transform routine then in transformer or otherwise in job control interface