sh won't work, since you're on Windows.
When you say "command stage" are you referring to an Execute Command activity in a sequence, or to something else?
Search found 53125 matches
- Wed Apr 08, 2009 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters in Command Stage
- Replies: 22
- Views: 6918
- Wed Apr 08, 2009 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Problem
- Replies: 4
- Views: 1579
- Wed Apr 08, 2009 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Datastage job in a UNIX script
- Replies: 2
- Views: 1306
- Wed Apr 08, 2009 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: a timestamp data type is changed to date type when import
- Replies: 1
- Views: 1150
- Wed Apr 08, 2009 7:12 am
- Forum: General
- Topic: Multivalued Dimensions - Group Tables and ETL
- Replies: 3
- Views: 1202
- Tue Apr 07, 2009 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write substring option in transformar with if conditi
- Replies: 5
- Views: 1489
Code: Select all
Index("DE", InLink.OKCSCD, 1)Code: Select all
("DE" = InLink.OKCSCD) Or ("D" = InLink.OKCSCD) Or ("E" = InLink.OKCSCD) - Tue Apr 07, 2009 1:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with SQLConnect
- Replies: 6
- Views: 2450
- Tue Apr 07, 2009 1:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write substring option in transformar with if conditi
- Replies: 5
- Views: 1489
Code: Select all
If Index("DE", InLink.OKCSCD, 1) Then Right(InLink.OKCUA4, Len(InLink.OKCUA4) - 6) Else ""- Tue Apr 07, 2009 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help with pivoting columns
- Replies: 13
- Views: 5102
- Tue Apr 07, 2009 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Time manipulation
- Replies: 3
- Views: 1137
- Tue Apr 07, 2009 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: skip header records in a sequential file
- Replies: 4
- Views: 2310
- Tue Apr 07, 2009 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: transformer compilation error
- Replies: 12
- Views: 3815
- Tue Apr 07, 2009 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the file in routines
- Replies: 5
- Views: 2105
- Tue Apr 07, 2009 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Oracle ROWID as an Update key
- Replies: 4
- Views: 6351
use like this (u can use any name u want)RROWID = :ROWID. Since ROWID is a key word in oracle you cannot use the sameone in the job. Change it to something in ur job and it will work. U did not ask the question. U is one of our posters. The second person personal pronoun in English is spelled "...
- Tue Apr 07, 2009 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert date column to minute minus one
- Replies: 2
- Views: 850
Re: convert date column to minute minus one
waiting for reply ASAP Wait on. We don't do "urgent". DSXchange is an all-volunteer site whose members post as and when they can, if they have something to contribute. If you want urgent help sign up with your support provider for priority service and learn the true cost of "urgent&q...