Date field cannot hold string values. But the revers is possible.
So assign it as a String fileld. And Convert back to date if required.
If the field is string your date values will be in string representation.
Now you can use field level properties.
'Null Field Value' assign "Not Specified".
Search found 5168 matches
- Tue Mar 14, 2006 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: handling null on a date field
- Replies: 6
- Views: 1690
- Tue Mar 14, 2006 3:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to run DS job with new executables
- Replies: 7
- Views: 1569
One such post http://www.dsxchange.com/viewtopic.php? ... ight=tools
Try to drag and drop the job into sequence and do a compile and check the Job Control whether it is been reflected.
Try to drag and drop the job into sequence and do a compile and check the Job Control whether it is been reflected.
- Tue Mar 14, 2006 2:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to run DS job with new executables
- Replies: 7
- Views: 1569
- Tue Mar 14, 2006 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning during execution of StringToDecimal Function
- Replies: 20
- Views: 8455
- Mon Mar 13, 2006 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Type 2 SCD
- Replies: 2
- Views: 1027
- Mon Mar 13, 2006 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in exporting job by category
- Replies: 7
- Views: 1796
Yes, you need to make sure all the connection are closed. Reindexing is proejct oriented. So reindexing one project wont affect other. AS mentioned, you can find the the DS.TOOLS under the administrator client window. Use dsadm for this purpose. Goto project tab in the administrator client, select t...
- Mon Mar 13, 2006 10:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API Stage
- Replies: 3
- Views: 1005
- Mon Mar 13, 2006 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashing algorithm in Link Partitiner
- Replies: 5
- Views: 1389
DataStage has its inbuilt hashing algorithm. It applies to the field you supply. Now the record is distributed based on the reminder/resultant. And it divides to the number of partiton applied. It can be something like all the numbers ends with 2,4,8 may go to 1st partition and the some kind of odd ...
- Mon Mar 13, 2006 4:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Round Robin method in Link Partitioner
- Replies: 5
- Views: 923
- Mon Mar 13, 2006 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning during execution of StringToDecimal Function
- Replies: 20
- Views: 8455
- Mon Mar 13, 2006 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning during execution of StringToDecimal Function
- Replies: 20
- Views: 8455
Hha.. 0x0 is Ascii Null. Yes if you assign this you will get all funky characters depend upon you test editor. Now if you use Trim on Char field, all the white space will be replaced with this Ascii null (0x0). You may see those items as square of circle based on your text editor interpretation. So ...
- Mon Mar 13, 2006 1:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Multiple Values for a SQL Query
- Replies: 9
- Views: 3262
- Mon Mar 13, 2006 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Multiple Values for a SQL Query
- Replies: 9
- Views: 3262
Code: Select all
select * from Sale
Where
SALE_TSP >= nvl((SELECT max(begin_effective_dt)
FROM sale_history
WHERE sale_type_code in ('5','6','7','8','A')
AND invoice_id = (
SELECT invoice_id
FROM sale_detail
WHERE batch_id in (select batch_id from sale_detail ) )- Mon Mar 13, 2006 1:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashing algorithm in Link Partitiner
- Replies: 5
- Views: 1389
Sort is not necessary for partition. The issue may be with data. If you apply the hash partiton based on the key you specified, it may likely to divide the data into three partiton, but not equally. May be more or all the data may fall under single partiton. Round robin is always good to split the r...
- Mon Mar 13, 2006 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in exporting job by category
- Replies: 7
- Views: 1796