Search found 29 matches

by ssreeni3
Wed Aug 08, 2012 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract substring
Replies: 10
Views: 6227

Hi,

Use the below function to get all the characters before the first "_" in a column
Field(Column_Name,"_",1)
It might work.

______________________________________________________
Sreeni
by ssreeni3
Wed Aug 08, 2012 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract substring
Replies: 10
Views: 6227

Hi,

Single "_" or might chance multiple"_" s occurs in the string?

_____________________________________________________
Sreeni
by ssreeni3
Wed Aug 08, 2012 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading two or more files in a single job run
Replies: 7
Views: 3286

Hi,
1)ensure metadata is same?If Yes,use sequential file stage:File pattern option to import multiple files.specify the value is HFDC_*.csv
It will work.

-----Sreeni
by ssreeni3
Tue Aug 07, 2012 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find minimum value in a column using transformer?
Replies: 11
Views: 6171

Sort the records and take a constraint as inrownum=1.It might work.

--------sreeni
by ssreeni3
Tue Aug 07, 2012 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort Job when no files found (Extrnal Source Stage)
Replies: 5
Views: 3591

Yes. By using Execute Command stage and Terminator stages in a Sequence.
by ssreeni3
Tue Jul 24, 2012 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file reading with ~# delimiter
Replies: 6
Views: 2876

Hi,

Need to run any script?Or use external filter/seq file options?Please give clarity regarding this.Where should we write sed command to resolve this?

Thanks in advance
Sreeni
by ssreeni3
Mon Jul 16, 2012 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete datasets created?
Replies: 6
Views: 3117

Hi ArndW,

Thanks for the reply.

---Sreeni
by ssreeni3
Mon Jul 16, 2012 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete datasets created?
Replies: 6
Views: 3117

Hi Experts,

I didn't use Command Line sofar.What is the Command Line?Where should we find out?

Thanks in advance,
sreeni
by ssreeni3
Fri Jul 06, 2012 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trailer
Replies: 1
Views: 886

Trailer

Hi experts,

I have 10 textfiles.Each File has a Column_Total in its Trailer.Different columns are used to calculate for Column_Total in every file.How can we check the Column_Total in Datastage by a common job for all text files.

can anyone suggest regarding this?

Thanks in Advance,
sri
by ssreeni3
Wed May 30, 2012 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Inserted once,Rejected once.
Replies: 6
Views: 2553

Hi, Thanks for the reply.I tried with the below derivation. If Trim(NullToValue(Column_A,'')) <> '' Then Trim(Column_A) Else NullToValue(Column_A,'') But all records got rejected by Oracle Stage.I checked metadata also. I am not getting any idea to solve the above issue. Thanks in Advance, Sreeni
by ssreeni3
Tue May 29, 2012 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Inserted once,Rejected once.
Replies: 6
Views: 2553

Oracle Stage Inserted once,Rejected once.

Hi Experts, In my job we are capturing changes in the Current file against an Empty file. Here all the records are new records and i am populating these records to Oracle Table.All the records are inserted into Oracle table. Now,We are using a new current file against the Empty file to captures the ...
by ssreeni3
Thu May 24, 2012 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Warning
Replies: 1
Views: 1444

Change Capture Warning

Hi, I am getting below warning when i am using the Change Capture stage. "Change_Capture: When checking operator: Defaulting "Column_Name" in transfer from "beforeRec" to "outputRec". What is the reason for it? Please anybody help me to resolve it. Thanks in advanc...
by ssreeni3
Fri May 18, 2012 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode "-1"
Replies: 1
Views: 1473

sqlcode "-1"

Hi,

I am facing the problem with sqlcode="-1" while updating the records with upsert mode in Oracle stage.

Please help me to reslove this issue.

Thanks in advance,
Sreeni