Search found 6797 matches
- Thu May 10, 2007 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row size in a Hash file
- Replies: 2
- Views: 891
I doubt there is a document for this manipulation per se, but you can make an educated guess. Add all the lengths up and add a few bytes to it. Ray has that info posted here somewhere. This will give you a good estimate of your row size. I also advise searching the archives, on keywords like "calcul...
- Wed May 09, 2007 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage error
- Replies: 20
- Views: 10710
You have to specify the default value within quotes.
Code: Select all
DATE1=handle_null(DATE1,'9999-12-31') - Wed May 09, 2007 1:14 pm
- Forum: General
- Topic: stored procedure ref cursor
- Replies: 6
- Views: 1985
- Wed May 09, 2007 1:02 pm
- Forum: General
- Topic: stored procedure ref cursor
- Replies: 6
- Views: 1985
- Wed May 09, 2007 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob parameter value with space in between
- Replies: 3
- Views: 4137
Another way that it can work is if you put the entire parameter name, equal sign and the parameter value within single quotes. I saw that in one of the top poster's scripts posted here. I have not tried it yet. You can give it a shot. Something like dsjob -run -wait -param 'DsName=Thomos E Edison' -...
- Wed May 09, 2007 12:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs associated with a sequence
- Replies: 3
- Views: 957
Use the dssearch command. Something like
Search on dssearch in Server Job Developer's Guide.
Code: Select all
dssearch -ljobs -uses <ProjectName> <JobSequenceName>Search on dssearch in Server Job Developer's Guide.
- Wed May 09, 2007 12:46 pm
- Forum: General
- Topic: stored procedure ref cursor
- Replies: 6
- Views: 1985
- Wed May 09, 2007 12:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob parameter value with space in between
- Replies: 3
- Views: 4137
Put eval before dsjob.
Code: Select all
eval dsjob -run .....
- Wed May 09, 2007 12:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage error
- Replies: 20
- Views: 10710
- Wed May 09, 2007 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with null values
- Replies: 4
- Views: 1293
- Wed May 09, 2007 11:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file not getting created
- Replies: 5
- Views: 2384
- Wed May 09, 2007 11:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adavantages of using db2 query or data stage??????
- Replies: 8
- Views: 3692
- Wed May 09, 2007 11:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage error
- Replies: 20
- Views: 10710
- Wed May 09, 2007 11:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Error
- Replies: 4
- Views: 920
- Wed May 09, 2007 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort function
- Replies: 2
- Views: 814