Search found 28 matches

by sunil_acc
Thu Jul 12, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row number issue
Replies: 4
Views: 1160

try this

@PARTITIONNUM + (@NUMPARTITIONS* @INROWNUM)
by sunil_acc
Thu Jul 12, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Infinite loop implementaion in Server Job
Replies: 8
Views: 2376

agree with chulett

Why do we want to go in a black hole and that too on ETL?

still i would say try start loop from 1 and make it incremental loop and end it on 0 so that will never meet condition and it will be an infinite loop. But mind it, it will screw resources.................... :evil:
by sunil_acc
Wed Jul 11, 2007 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsimport return code in windows
Replies: 5
Views: 2435

dsimport return code in windows

Hi, i was looking for the return code of the dsimport commnad in windows command prompt. As i am always getting 0 as a return code. Even if lets say the dsx file to be imported has a wrong name there is a window pop up comes up (thats ideally a dsimport windows interface). But if you hit cancel to i...
by sunil_acc
Mon Jul 09, 2007 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with timestamp
Replies: 16
Views: 9987

I would suggest 2 things:
1. While using DS 7.5.2 we faced rounding of problem thats was resolved by patch for datastage. So you can first use a peek or temporary file to check what data is going to be loaded.

2. Check with the DBA about the NLS setting of the target.

:-)Sunil
by sunil_acc
Tue May 30, 2006 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_METADATA
Replies: 8
Views: 3934

Re: DS_METADATA

HI, How can i access the DS_METADATA file present in my project folder. Besides that can anybody help me how can we write the metadata of a imported definition to a sequential file. I am able to access hash file now but still i cant locate the metadata of the elements of the definations i imported ...
by sunil_acc
Tue May 30, 2006 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_METADATA
Replies: 8
Views: 3934

DS_METADATA

HI,
How can i access the DS_METADATA file present in my project folder.
Besides that can anybody help me how can we write the metadata of a imported definition to a sequential file.
by sunil_acc
Mon Mar 20, 2006 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date zone and GMT in parallel job
Replies: 1
Views: 618

Date zone and GMT in parallel job

hi,
how can i have time zone(as pst,ist) in timestamp and have the time in GMT in parallel jobs?
by sunil_acc
Mon Mar 20, 2006 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date zone and GMT in parallel job
Replies: 1
Views: 995

date zone and GMT in parallel job

hi,
how can i have time zone(as pst,ist) in timestamp and have the time in GMT in parallel jobs?
by sunil_acc
Mon Dec 05, 2005 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert datatype to Comp - 3
Replies: 4
Views: 1774

cff dont havr o/p stage

hi dssiddu

as Comp3 is reqired a output henc cff is not fruifull as it dont give output.

:roll:
Thanks
Sunil
by sunil_acc
Fri Dec 02, 2005 12:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract field from XML
Replies: 4
Views: 1242

Hi to all, Ya this is a place to share!!!!!! As i got the solution from here itself while reading some other articles. Thanks to all... Well the job which i was trying to create goes as with foll things: 1. For XML INPUT : Input : Stream data (XML doc) Output: Sequential data. 2. For Xml Output: Inp...
by sunil_acc
Wed Nov 30, 2005 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract field from XML
Replies: 4
Views: 1242

Found the solution

Hi all,
Well i am done withj above problem.

Thanks
Sunil
by sunil_acc
Wed Nov 30, 2005 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract field from XML
Replies: 4
Views: 1242

Add to above i have a structure like FOLDER -----> XML Input -----> Transformer (processing not Xml one)---->Seqential file Now Folder to Xml is working fine but Input stage is not converting it to sequential output and throwing an error: "Text can only occur as a direct child of a "column...
by sunil_acc
Wed Nov 30, 2005 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract field from XML
Replies: 4
Views: 1242

Extract field from XML

HI all, Is it possible to extract just 1 record from an XML as i need to check the condition on that record and then make further transformation. I am able to take XML as input and able distribute them on the basis of there file name but i need to check a data (a field value in heirarchical structur...