Search found 43 matches

by syedmuhammedmehdi
Tue Mar 20, 2018 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Propagating Column Length in Next Stages
Replies: 3
Views: 2992

Propagating Column Length in Next Stages

Hi, I need to change a column length and type in all stages till Target from Source stage. There are many stages in between. Could anyone please advise is there any shortcut to propagate column attributes in next stages till target stage?
by syedmuhammedmehdi
Wed Nov 08, 2017 9:59 am
Forum: General
Topic: Html Email by Dssendmail Routine
Replies: 7
Views: 5130

Re: Html Email by Dssendmail Routine

I build header and body email file in datastage and then used command

cat email.txt | /usr/bin/sendmail -t -oi

and it worked.
by syedmuhammedmehdi
Sun Nov 05, 2017 6:44 pm
Forum: General
Topic: Html Email by Dssendmail Routine
Replies: 7
Views: 5130

It is UNIX. Yes, it is allowed by recipient 's email system. In plain text actually the issue is one code which is in proper alignment for one text type ex:- Calibri will necessarily will not be in proper alignment for all other types i.e. Arial, Times etc so I want to create it using html table wit...
by syedmuhammedmehdi
Sun Nov 05, 2017 12:20 am
Forum: General
Topic: Html Email by Dssendmail Routine
Replies: 7
Views: 5130

thanks, Ok, I'm using below command from execute command stage but it is not converting tags into proper html format and just getting it as plain text, could you please advise what may be the issue with the below command? echo "<html><b>Hello</b></html>"| mail -s "$(echo -e "This...
by syedmuhammedmehdi
Fri Nov 03, 2017 11:00 am
Forum: General
Topic: Html Email by Dssendmail Routine
Replies: 7
Views: 5130

Html Email by Dssendmail Routine

Hi, I want to send automatic email from datastage sequence through dssendmail routine but i want to send html mail having a html table in body of email. Could you please advise can we sent html email thru dssendmail?
by syedmuhammedmehdi
Fri Oct 20, 2017 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Loading in Oracle table Speed
Replies: 8
Views: 5490

I'm not loading into the same table.
by syedmuhammedmehdi
Wed Oct 18, 2017 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Loading in Oracle table Speed
Replies: 8
Views: 5490

qt_ky

yes, it is exactly the same thing
by syedmuhammedmehdi
Wed Oct 18, 2017 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Loading in Oracle table Speed
Replies: 8
Views: 5490

Paul, yes, same stage properties
by syedmuhammedmehdi
Wed Oct 18, 2017 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Loading in Oracle table Speed
Replies: 8
Views: 5490

I removed oracle target and kept dataset in new job after split, will that not give same transform duration? Actually and also in my old job by monitoring link stats at run time the job was just working at load for 2:15 hrs thru. By using these two ways I determined that transform time was just 45 m...
by syedmuhammedmehdi
Wed Oct 18, 2017 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Loading in Oracle table Speed
Replies: 8
Views: 5490

Datastage Loading in Oracle table Speed

Hi, I'm loading one Oracle table with around 19 million records. I was checking speed of the process by making changes in the job. My job had a fetch query and some sort stages, remove duplicates, joins, a transformer, a funnel and ultimately loads to an Oracle table. This job was taking around 3 hr...
by syedmuhammedmehdi
Tue Oct 17, 2017 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ereplace function Missing in Parallel Jobs
Replies: 9
Views: 5904

Yes, it is missing. Both Change and Ereplace are missing, it is really strange here :(
by syedmuhammedmehdi
Fri Oct 13, 2017 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ereplace function Missing in Parallel Jobs
Replies: 9
Views: 5904

Ereplace function Missing in Parallel Jobs

Hi, In my previous company we used to use Datastage v9 and v8.1 and in both of them our parallel job used to have function Ereplace but that in my current company we don't have Ereplace function instead of it being v11. Could you please advise what may be the reason and what can be done?
by syedmuhammedmehdi
Mon Oct 09, 2017 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector - Oracle Bulk Load vs Insert
Replies: 2
Views: 3910

Thanks Chulett for reply.Actually, after some debugging I came to know that there was no slowness caused by bulk load but before Oracle Connector I was using transformer in which I was calling Oracle Sequencer for surrogate key generator which was actually causing slowness. So, I removed surrogate k...