Search found 6797 matches
- Wed Dec 13, 2006 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ Module
- Replies: 3
- Views: 1116
- Wed Dec 13, 2006 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Db2 Bulk Load (TEMP_FILE) Error
- Replies: 9
- Views: 9233
- Wed Dec 13, 2006 7:02 am
- Forum: General
- Topic: What is the best way to truncate source table.
- Replies: 5
- Views: 2223
- Wed Dec 13, 2006 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to trigger Connect direct using Datastage.
- Replies: 1
- Views: 1460
Usually companies which use CD as a source of transfering files, have a standard script in place. Get in touch with the connect direct folks to help you get a standard script. Execute, test it from command line. You can then fire that script from DSExecute() or before/after job/stage subroutine (Exe...
- Wed Dec 13, 2006 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is ipc stage
- Replies: 1
- Views: 756
- Wed Dec 13, 2006 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datetime field overflow error
- Replies: 17
- Views: 11614
use TimeStampToString(DSJOBTIMESTAMP,"%yyyy-%mm-%dd %hh:%nn:%ss") in the transformer, that would help Thats a px function and of no use in a server job. prmuttireddy, how did you change the date field to timestamp. Changing just in DataStage is not enough. YOu have to change it in the database tabl...
- Tue Dec 12, 2006 10:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Db2 Bulk Load (TEMP_FILE) Error
- Replies: 9
- Views: 9233
Ray is right. It surely is permissions. Check out this on IBM's help.Scroll down untill you see explanation for SQL3508N.
- Tue Dec 12, 2006 10:31 pm
- Forum: General
- Topic: What is the best way to truncate source table.
- Replies: 5
- Views: 2223
- Tue Dec 12, 2006 10:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of rows in a data set
- Replies: 23
- Views: 5240
It will only be for your id for that particular terminal only. Do this
Code: Select all
cd $DSHOME
. ./dsenv
- Tue Dec 12, 2006 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass a value in parameter for the next job
- Replies: 17
- Views: 4642
- Tue Dec 12, 2006 8:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to count the number of delimiters in a reord
- Replies: 14
- Views: 9213
- Tue Dec 12, 2006 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of rows in a data set
- Replies: 23
- Views: 5240
By the command dsrecords mydataset.ds. For more info check this post.
- Tue Dec 12, 2006 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to count the number of delimiters in a reord
- Replies: 14
- Views: 9213
- Tue Dec 12, 2006 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debugging in Ascential
- Replies: 8
- Views: 2026
- Tue Dec 12, 2006 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794