Almost anything involving a loop within one records contents requires writing a user defined routine, and this is no exception.
I must admit that I don't quite understand exactly what you intend to do, could you perhaps illustrate using one row from your source?
Search found 15603 matches
- Thu Nov 01, 2007 12:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to loop dates
- Replies: 2
- Views: 895
- Wed Oct 31, 2007 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read hash file from unix
- Replies: 4
- Views: 3540
There is no utility to directly read hashed files from UNIX. You would need to invoke the dssh to get into the DataStage command environment, and then issue the appropriate LIST or SELECT clause. In a simplified form, you can attach to the correct project directory and issue something like dssh &quo...
- Wed Oct 31, 2007 10:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Backup
- Replies: 6
- Views: 4868
Those extra files that aren't backed up by a full project export need to be handled from UNIX by whatever method you decide to use. I wouldn't bother with trying to understand uvbackup - it is a tool that allows DataStage/UniVerse hashed files to be saved while they are still open and users are modi...
- Wed Oct 31, 2007 10:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to avoid warning in datastage director when repartition
- Replies: 4
- Views: 2338
As I suspected. The Search button above is your friend.
Look at this thread for an answer and explanation. If that is not enough, try doing a search for "will partition despite" to find even more threads and responses.
Look at this thread for an answer and explanation. If that is not enough, try doing a search for "will partition despite" to find even more threads and responses.
- Wed Oct 31, 2007 9:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Backup
- Replies: 6
- Views: 4868
Suresh, there are two main approaches to backing up your DataStage installation: (a) do a full export of the project to a .dsx file Advantages : you can restore single jobs / routines Disadvantages : won't backup open / locked jobs (b) do a UNIX level backup of the project directory Advantage: quick...
- Wed Oct 31, 2007 9:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to avoid warning in datastage director when repartition
- Replies: 4
- Views: 2338
- Wed Oct 31, 2007 9:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion of date(4) to timestamp(26)
- Replies: 9
- Views: 3433
- Wed Oct 31, 2007 8:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion of date(4) to timestamp(26)
- Replies: 9
- Views: 3433
- Wed Oct 31, 2007 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Excel File on different server
- Replies: 8
- Views: 3409
- Wed Oct 31, 2007 7:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion of date(4) to timestamp(26)
- Replies: 9
- Views: 3433
Try doing things just one step at a time. What is the string output of for your data?
Code: Select all
DateToString(lnk_xfrm_column.UPDATE_DT)- Wed Oct 31, 2007 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion of date(4) to timestamp(26)
- Replies: 9
- Views: 3433
- Wed Oct 31, 2007 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to delete job from a project under command line
- Replies: 21
- Views: 13744
Gosha - that is not only bad advice, it is wrong 1. NEVER use 'kill -9' in a DataStage context unless there is absolutely no other way and you either have DS/UV Administration rights and skills or you are prepared to reboot your DataStage server. 2. The process PID of a job run bears no relationship...
- Wed Oct 31, 2007 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trailing spaces when using Oracle Enterprise stage
- Replies: 1
- Views: 903
- Wed Oct 31, 2007 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: replace multiple positions values in a string--Server job
- Replies: 1
- Views: 987
- Wed Oct 31, 2007 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of Message Handler on Server Job Logs
- Replies: 1
- Views: 2005