Search found 6797 matches
- Tue Apr 10, 2007 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting warning limit for jobs called from a sequencer
- Replies: 5
- Views: 1348
THe job control of the sequence inherits the limit set during run time. If you always want it to be a constant limit then I dont see why setting it from director is a problem, or while doing individual manual runs, setting it during run time from gui. For a scheduled mechanism use either DSSetJobLim...
- Tue Apr 10, 2007 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exec Command Stage Output
- Replies: 9
- Views: 2336
- Tue Apr 10, 2007 9:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exec Command Stage Output
- Replies: 9
- Views: 2336
Try either of the following:
Code: Select all
Field(Commandname.$CommandOutput, @FM, 1)
Code: Select all
Commandname.$CommandOutput<1>
- Tue Apr 10, 2007 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: funnel Stage issue
- Replies: 9
- Views: 2757
You dont need to build a whole seperate job to do this. You can simply provide a command line cat to achieve this
Code: Select all
cat file1 file2 file3 > CompleteFile
- Tue Apr 10, 2007 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting warning limit for jobs called from a sequencer
- Replies: 5
- Views: 1348
- Tue Apr 10, 2007 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential processing of Files
- Replies: 43
- Views: 11926
- Tue Apr 10, 2007 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential processing of Files
- Replies: 43
- Views: 11926
- Tue Apr 10, 2007 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SetNull() in Stage Variable
- Replies: 7
- Views: 4403
- Tue Apr 10, 2007 7:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling C program from DataStage Job
- Replies: 16
- Views: 6469
Better to do it in sequence job with 'Execute Command Stage'. The transformer will only allow before/after triggers which need to be a C routine. Too much extra work. Simplest way is to do it in a sequence job as I advised. If this has nothing to do with any datastage jobs then why are you getting D...
- Tue Apr 10, 2007 7:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential processing of Files
- Replies: 43
- Views: 11926
- Tue Apr 10, 2007 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading input data from Sequential file
- Replies: 4
- Views: 1716
Make sure you run in sequential mode for craigs solution. If thats not what you want then provide the following filter command to restrict the first 5 rows at the sequential file stage itself.
Code: Select all
sed '1,5d'
- Tue Apr 10, 2007 7:33 am
- Forum: General
- Topic: How to attach a file in the DSSendmail after subroutine
- Replies: 2
- Views: 1342
- Tue Apr 10, 2007 7:30 am
- Forum: General
- Topic: Convert fields containing exponential values to decimal
- Replies: 6
- Views: 3550
- Tue Apr 10, 2007 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Error selecting from log file RT_LOG862"
- Replies: 9
- Views: 6511
- Tue Apr 10, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SetNull() in Stage Variable
- Replies: 7
- Views: 4403