Search found 53125 matches
- Tue Jul 13, 2010 1:21 am
- Forum: General
- Topic: dsjob command
- Replies: 3
- Views: 1924
Not obvious but possible. You first need a query to determine which jobs are in a particular folder, then construct a looping script based on this list to run the jobs. If you already have the list of jobs, then the list can be hard coded. Row counts can be had from the -stageinfo option of dsjob, i...
- Tue Jul 13, 2010 1:16 am
- Forum: Enhancement Wish List
- Topic: Information Analyzer: Output directly to user-defined tables
- Replies: 5
- Views: 11044
- Mon Jul 12, 2010 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Pop up not coming in parallel DataStage.
- Replies: 6
- Views: 3104
- Mon Jul 12, 2010 10:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: English / French decimal separator issue
- Replies: 16
- Views: 6898
- Mon Jul 12, 2010 10:31 pm
- Forum: General
- Topic: how to check date before job running
- Replies: 6
- Views: 1578
- Mon Jul 12, 2010 10:27 pm
- Forum: IBM QualityStage
- Topic: Error RT_QS347_compile
- Replies: 3
- Views: 1678
- Mon Jul 12, 2010 10:25 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: deploy a service
- Replies: 6
- Views: 3678
- Mon Jul 12, 2010 10:24 pm
- Forum: Enhancement Wish List
- Topic: Information Analyzer: Output directly to user-defined tables
- Replies: 5
- Views: 11044
- Mon Jul 12, 2010 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is compute node in GRID
- Replies: 1
- Views: 951
- Mon Jul 12, 2010 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: legacy Stage
- Replies: 1
- Views: 805
- Mon Jul 12, 2010 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to access DS_JOBS table? What do I need?
- Replies: 4
- Views: 5755
- Mon Jul 12, 2010 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential vs parallel.
- Replies: 1
- Views: 908
Data Sets will still be written to the resource disk(s) specified in the configuration file being used by the Data Set stage. Ordinarily this will be the configuration file whose pathname is given by the value of the APT_CONFIG_FILE environment variable, irrespective of whether you specify sequentia...
- Mon Jul 12, 2010 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading null & fixed width integers
- Replies: 4
- Views: 1921
Not in a fixed-width field, where the Null Field Value property must have the correct number of characters.laknar wrote:Set this Property on Format Tab of the Sequential File Stage.
Code: Select all
Null field value=''
Code: Select all
Null Field Value=" "- Mon Jul 12, 2010 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: find average salary
- Replies: 8
- Views: 2881
- Mon Jul 12, 2010 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: English / French decimal separator issue
- Replies: 16
- Views: 6898
Changing entries in uvconfig has no effect until you issue a uvregen command and restart the services. In the meantime, set up before-stage subroutine and after-stage subroutine in your Transformer stage. Each executes ExecTCL. In the field for the command enter: SET.LOCALE FR-FRENCH in the before-s...