Putting the double quotes around your column name causing the name to be used itself, instead of the contents of the variable identified by name.
Did my previous suggestion work for you?
Search found 15603 matches
- Wed Oct 11, 2006 12:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from Timestamp to Char
- Replies: 8
- Views: 1568
- Wed Oct 11, 2006 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: return code from DSU.ExecSH
- Replies: 2
- Views: 1699
If you execute a UNIX "cp" command from within a ExecSH() call the control will not return to DataStage until the command completes. The ErroCode that is returned is the UNIX error code. Are you planning on executing the "cp" command(s) as background process in your shell? That would be a different ...
- Wed Oct 11, 2006 12:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from Timestamp to Char
- Replies: 8
- Views: 1568
- Wed Oct 11, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup of a datastage job
- Replies: 6
- Views: 1539
- Wed Oct 11, 2006 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does "Before Sub Routine" in Transformer Stage
- Replies: 1
- Views: 536
- Wed Oct 11, 2006 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim Function
- Replies: 11
- Views: 12991
- Wed Oct 11, 2006 7:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim Function
- Replies: 11
- Views: 12991
- Wed Oct 11, 2006 4:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Universe through UNIX
- Replies: 12
- Views: 3760
The way to access UniVerse from UNIX is to call up the "uvsh" command. You can do this with DataStage using either the "uvsh" or preferably the "dssh" command. If you don't specify a parameter your script will enter into the TCL environment, but if you execute uvsh "count voc" that will execute the ...
- Wed Oct 11, 2006 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while using stage variables
- Replies: 9
- Views: 3514
- Wed Oct 11, 2006 1:20 am
- Forum: Data Integration
- Topic: Oracle buys Sunopsis
- Replies: 1
- Views: 8084
Re: Oracle buys Sunopsis
vmcburney wrote:...I hope this puts an end to those Google ad campaigns from Sunopsis asking "Is ETL obselete"!
Now the ads will read "ETL may be obsolete, but Sunopsis definately is"
- Wed Oct 11, 2006 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Extraction from Sequential Stage ?
- Replies: 8
- Views: 4120
A fully qualified path is a path which has an absolute path that begins with the root directory on unix, i.e. /tmp/DataStage/Data/Test/DSXChange/test.seq The other type of path is relative , which starts at some other point, usually the CWD (Current Working Directory) and this type of path looks lik...
- Wed Oct 11, 2006 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job performance in diferent projects on one server
- Replies: 3
- Views: 739
- Wed Oct 11, 2006 1:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to import cobol copybooks metadeta
- Replies: 10
- Views: 6460
- Wed Oct 11, 2006 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Errors
- Replies: 12
- Views: 4136
- Tue Oct 10, 2006 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Errors
- Replies: 12
- Views: 4136
I just saw your reply. bdstage. In your DS job do you have a composite key (i.e. more than 1 column marked "key")? If not - then you have illegal characters in your key. If yes - does this error happen on the first write (turn off buffering if enable to check) and if yes, are you certain you have th...