Search found 320 matches

by mydsworld
Tue Apr 22, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IDOC generation
Replies: 2
Views: 1902

IDOC generation

Hi,

I have a DS job that generates idocs using IDOC load stage. My job runs successfully.Where do I need to see in Datastage whether the Idocs are actually getting generated.
by mydsworld
Thu Apr 17, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Always running DS job
Replies: 4
Views: 1440

Always running DS job

If a DS job (sequence) is created with 'Wait for File' activity stage timeout set to 'Do not timeout', then isn't that a 'always running' job until it finds a file.In such case is it going to affect the system performance.
by mydsworld
Wed Apr 16, 2008 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1858

whats the best way of creating kind of 'always running' datastage job.I am using v8,is there any advanced feature to handle this.
by mydsworld
Wed Apr 16, 2008 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1858

whats the best way of creating kind of 'always running' datastage job.I am using v8,is there any advanced feature to handle this.
by mydsworld
Wed Apr 16, 2008 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1858

Is there any other way of invoking a remote event based DataStage job
by mydsworld
Wed Apr 16, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1858

For the remote system to trigger a DS job I think it requires to have some kind of remote shell invokation permission to run 'dsjob' command.
by mydsworld
Wed Apr 16, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1858

Invoking DS jobs real-time

I have a requirement where Datastage job needs to get fired whenever some files are generated in a remote system.The job needs to process those files as well.Please suggest the mechanism to do such polling & invoking DataStage job real-time.

Thanks
by mydsworld
Tue Apr 15, 2008 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding max record number
Replies: 8
Views: 1791

This gives me record numbers for each record. I want the max record number
by mydsworld
Tue Apr 15, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding max record number
Replies: 8
Views: 1791

Finding max record number

Can anyone plz let me know the method of finding the max input records number using Stage variable only (not using INROWNUM or other ).Please let me know what will be the intial declaration & derivations for stage variables.
by mydsworld
Mon Apr 14, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating multiple Idocs
Replies: 0
Views: 398

Generating multiple Idocs

Please let me know how can I generate multiple Idocs (of same type) with a IDOC Load stage.

Thanks.
by mydsworld
Thu Apr 10, 2008 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time processing of IDOCs
Replies: 3
Views: 2049

Real time processing of IDOCs

I have the PACKs installed. Even if I create a connection for the listener, does it ensure once IDOCs are generated by SAP, my DS job will get fired and process the IDOCs using IDOC extract stage.
by mydsworld
Thu Apr 10, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time processing of IDOCs
Replies: 3
Views: 2049

Real time processing of IDOCs

Hi,

I have a requirement where SAP generates IDOCs and as soon as they are generated DataStage needs to process them, so I need to process the IDOCs real time.Is there any way (using MQ series or whatever) to do that.

Thanks.
by mydsworld
Tue Apr 01, 2008 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data with IDOC Load stage
Replies: 0
Views: 520

Loading data with IDOC Load stage

Hi, I am trying to load data using SAP IDOC pack. I am having the following dbouts : 1. In IDOC Load stage, when I select a particular IDOC type, will I be able to select only one segment at a time. 2. If I choose a particular segment of IDOC and my mapping doesn't include all the fields in the IDOC...
by mydsworld
Sat Mar 29, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject records of dataset
Replies: 3
Views: 869

Capturing reject records of dataset

I was just wondering that if any records fails while writting into a dataset (like Sequential file) then how to handle that.Or it is like dataset being in internal format there is no chance of records being rejected.
by mydsworld
Sat Mar 29, 2008 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject records of dataset
Replies: 3
Views: 869

Capture reject records of dataset

Can anyone plz let me know how we can capture the reject records while writting into a dataset. I find though Sequential file offers reject links,but dataset does not offer any.