You may find the following conceit useful. It applies in DataStage BASIC, please do not assume that it can be generalized beyond that.
LEN("") returns 0.
LEN(@NULL) also returns 0.
That is, Len(X) returns 0 both when X = "" and when X IS NULL.
Search found 53125 matches
- Thu May 04, 2006 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems with Null representation
- Replies: 4
- Views: 1759
- Thu May 04, 2006 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: write data to universe
- Replies: 2
- Views: 834
- Thu May 04, 2006 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL query
- Replies: 9
- Views: 2095
- Thu May 04, 2006 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Avoid warnings when Wait for file Timeouts.
- Replies: 33
- Views: 15505
- Thu May 04, 2006 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Avoid warnings when Wait for file Timeouts.
- Replies: 33
- Views: 15505
- Thu May 04, 2006 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempt to convert String value
- Replies: 8
- Views: 3001
- Thu May 04, 2006 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Defining A Project
- Replies: 7
- Views: 1849
sivatallapaneni posted this at 2:45am my time, velagapudi_k demanded a response at 4:27am. If you want me to answer questions at this hour you are going to have to pay me BIG BUCKS!!! We don't do "urgent" here. Urgent replies can be had by signing up for premium support from your support provider, a...
- Thu May 04, 2006 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestions for bulding datastage job
- Replies: 8
- Views: 2156
Something else. For Oracle it is sqlldr, for SQL Server it's BCP, for Red Brick it's TMU, for UniVerse it's loadfile. Each database product has its own bulk loader. These can be invoked from DataStage, but they are, strictly speaking, database utilities. Where DataStage has "bulk load" stage types, ...
- Thu May 04, 2006 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RESIZE 32 to 64
- Replies: 11
- Views: 8640
Neither is correct. When RESIZE is run within the DataStage environment the 64BIT keyword does not take a leading "-" character. Also, if you're not changing any of the parameters, it's better to use "*", since - for example - the "modulo" argument is interpreted as a command to change the MINIMUM.M...
- Thu May 04, 2006 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUS structure for deleting invocation ids
- Replies: 14
- Views: 8322
In the RT_STATUSnnn table the invocation ID is part of the key. SELECT @ID FMT '60L' FROM RT_STATUSnnn; So much for identifying the records, what are they? There are records for jobs, active stages and resources - you have to make sure that you get them all. Start with investigating the record type....
- Thu May 04, 2006 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance improving while fetching data from oracle stage
- Replies: 4
- Views: 1359
- Thu May 04, 2006 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance differences in Operating Systems
- Replies: 4
- Views: 978
Apart from that, beware of any hard-coded pathnames. UNIX servers don't understand what to do with drive letters and gets backslashes in pathnames wrong too! There is a UNIX-based ODBC driver for SQL Server, but clearly - as pointed out - that is not as slick as keeping everything in Bill's domain. ...
- Thu May 04, 2006 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while running A job
- Replies: 6
- Views: 2314
It's at the SERVER level. If you don't know how/where to change it, and it has been changed, then you are not the culprit. But you first need to ascertain what has changed. Just changing NLSMODE to a different value is not necessarily the fix. Has someone changed the job design, or one of the routin...
- Thu May 04, 2006 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transistion Lab
- Replies: 3
- Views: 762
- Thu May 04, 2006 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Another Date question
- Replies: 2
- Views: 754