Search found 15603 matches
- Wed Jun 18, 2008 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversions
- Replies: 1
- Views: 1145
- Wed Jun 18, 2008 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server function to extract a particular string
- Replies: 8
- Views: 1860
- Wed Jun 18, 2008 6:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs getting aborted when running on 2 or more nodes
- Replies: 5
- Views: 1286
- Wed Jun 18, 2008 6:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob command not working
- Replies: 13
- Views: 4568
- Wed Jun 18, 2008 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server function to extract a particular string
- Replies: 8
- Views: 1860
I would do this in 2 steps.
This would cater for changes in the line position in the future.
Code: Select all
MailAddress = ''
LOCATE '----------' IN Ans SETTING ColumnHeaderPos ELSE ColumnHeaderPos = 0
IF ColumnHeaderPos THEN MailAddress = Ans<ColumnHeaderPos+1>
This would cater for changes in the line position in the future.
- Wed Jun 18, 2008 4:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column Length - Scale
- Replies: 3
- Views: 954
- Wed Jun 18, 2008 4:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while reading from sequential file
- Replies: 4
- Views: 3410
- Wed Jun 18, 2008 4:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage:How to read .xls file into datastage
- Replies: 4
- Views: 5865
The fact that the problem is urgent for you means that you should contact your support provider. DSXchange is a volunteer group and answers when and if the members find the time and energy to do so. You posted this as a server job on Windows, so you do have the option of declaring your Excel sheet a...
- Wed Jun 18, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "int32" to re
- Replies: 2
- Views: 3444
- Wed Jun 18, 2008 1:56 am
- Forum: General
- Topic: How to get the job type from command prompt?
- Replies: 4
- Views: 1017
- Wed Jun 18, 2008 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob command not working
- Replies: 13
- Views: 4568
- Tue Jun 17, 2008 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDate Conversion Problem/issue with 7.5.1 to 7.5.2
- Replies: 8
- Views: 4611
- Tue Jun 17, 2008 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Fatal Erro
- Replies: 5
- Views: 1481
rsripathy, you will notice that using "my problem is urgent" is a good way to end up waiting a lot longer for any sort of a response. This is a volunteer staffed site and all of us have day jobs that pay the bills. If you need immediate support then go to the support provider you are paying maintena...
- Tue Jun 17, 2008 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: handling a (sort of) fixed length file
- Replies: 5
- Views: 1223
Unless you have a column separator character you won't be able to do this without a lot of work. You would then need to know the starting position of each column and match that to the position of the tilde; then insert the appropriate number of dummy characters to shift everything to the right of th...
- Tue Jun 17, 2008 5:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Treat same files
- Replies: 8
- Views: 3008
Re: Treat same files
Hello samp,
It is not possible to disable use of job sequences in DataStage and this looks like a perfect use for this type of job.samp wrote:...(My company has not the job sequence activated)