Search found 42189 matches
- Wed May 24, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgradation to 6.0
- Replies: 4
- Views: 1082
- Wed May 24, 2006 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job
- Replies: 1
- Views: 844
Lots of help already here for working with sequential files. Try reading your documentation or searching here for keywords like OPENSEQ, READSEQ, etc. Then ensure the routine returns whatever is appropriate from the sequential file to be used as a parameter value. Move the User Variable Activity sta...
- Wed May 24, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Size limit for Folder Stage
- Replies: 8
- Views: 3413
Re: Size limit for Folder Stage
surendra_ds wrote:I dont think the size of folder will matter in any ways as far as DataStage is concerned.
As I noted, is does matter.
- Wed May 24, 2006 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Special characters and ORAOCI9 stage
- Replies: 5
- Views: 4182
Just been through a similar exercise. It's all in the NLS_LANG settings you are using, both in the database and on the 'client' side. And it's not that the problem is caused by the OCI stage, but by Oracle itself. You set them globally in the dsenv file. You can override them in any job by including...
- Tue May 23, 2006 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Custom Routine in Generating a Sequence Number
- Replies: 7
- Views: 1684
- Tue May 23, 2006 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limitation in aggregator stage??
- Replies: 2
- Views: 1344
- Tue May 23, 2006 12:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Size limit for Folder Stage
- Replies: 8
- Views: 3413
Yes, there are known but undocumented limits on the sizes of files that can be sucked thru a Folder stage. It seems to vary from version to version and O/S to O/S. When you find those limits, as far as I know the only thing you can do about that is ensure that your files are all under that limit - e...
- Tue May 23, 2006 12:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: controlling part of a job in sequence
- Replies: 4
- Views: 1147
- Tue May 23, 2006 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ho to split the data blocks returned from a folder stage
- Replies: 4
- Views: 1028
Ok... I know it is possible. My point is that (IMHO) it is the wrong approach - the Folder stage should be used with XML files. Most people would either concatenate the four files together before-job and process them at once, or create an interative process where you loop four time and process each ...
- Tue May 23, 2006 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ho to split the data blocks returned from a folder stage
- Replies: 4
- Views: 1028
- Tue May 23, 2006 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: automatching columns with hyphens
- Replies: 2
- Views: 813
- Tue May 23, 2006 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Jobs Aborting in Production
- Replies: 5
- Views: 2066
- Tue May 23, 2006 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Jobs Aborting in Production
- Replies: 5
- Views: 2066
What happens when we Reset/stop the jobs which are aborted or hung? Nothing happens to the files or tables inside the job, the status of that job is reset so that it can be rerun. See page 3-5 of the Director guide. This is true unless that 'Automatically backup' option is enabled in an output stag...
- Tue May 23, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgradation to 6.0
- Replies: 4
- Views: 1082
Re: DataStage Upgradation to 6.0
If we upgrade the Datastage from 5.1 to 6.0, What would be the impact on the existing jobs. There really shouldn't be any. Mainly, how the Hashed files will be impacted. They won't be. Hashed files are hashed files. Are all the stages in 5.1 are supported by 6.0? Yes, of course. Are IPC stages &...
- Mon May 22, 2006 10:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSRoutine
- Replies: 8
- Views: 1815