Search found 53125 matches
- Wed Oct 11, 2006 3:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to get correct data
- Replies: 4
- Views: 1115
- Wed Oct 11, 2006 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup of a datastage job
- Replies: 6
- Views: 1539
- Wed Oct 11, 2006 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: more than one argument in routines
- Replies: 8
- Views: 1768
- Wed Oct 11, 2006 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Developer role import/exprt in Protected Prj
- Replies: 2
- Views: 823
- Wed Oct 11, 2006 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: return code from DSU.ExecSH
- Replies: 2
- Views: 1699
- Wed Oct 11, 2006 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: position string
- Replies: 3
- Views: 1010
- Wed Oct 11, 2006 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GUI to Add/Update Table
- Replies: 7
- Views: 1381
- Wed Oct 11, 2006 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting .xls to .csv using datastage
- Replies: 2
- Views: 2370
- Wed Oct 11, 2006 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Special Characters while appending files in Unix
- Replies: 3
- Views: 1673
- Wed Oct 11, 2006 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to traverse thru a hierarchy of records
- Replies: 8
- Views: 1666
- Wed Oct 11, 2006 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Universe through UNIX
- Replies: 12
- Views: 3760
Before invoking dssh you must be attached to a DataStage project.
Code: Select all
cd project_dir
$DSHOME/bin/dssh "SELECT * FROM DS_JOBOBJECTS WHERE OBJIDNO = '1234';"- Wed Oct 11, 2006 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hoew to populate blank Spaces in Seq File.
- Replies: 7
- Views: 1602
select the Null field value option in sequential file in format tab set it as ' ' with no. of spaces depending upon ur col width Thanks for your kind Input,but i am having this constrain for around 100 field.All fields are having different length,this means i will have to set Null Field Value at co...
- Wed Oct 11, 2006 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling a C++ Buildop Manually
- Replies: 5
- Views: 1776
- Wed Oct 11, 2006 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to get correct data
- Replies: 4
- Views: 1115
- Wed Oct 11, 2006 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is serverjob functions and paralleljob functions are differe
- Replies: 6
- Views: 1760
The functions at the end of the Parallel Job Developers Guide are for the Transformer stage. Functions for the Modify stage are in the chapter for that stage. There are some errors; cross check with the Orchestrate Operators manual if you have a problem. For example, the Modify stage function for re...