Search found 3329 matches
- Fri Jul 10, 2009 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine error
- Replies: 16
- Views: 4437
- Fri Jul 10, 2009 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine error
- Replies: 16
- Views: 4437
- Fri Jul 10, 2009 3:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write status to tgt file when no src recs
- Replies: 13
- Views: 2723
After job script - something like
Code: Select all
if test -s yourOutputFileName
then
echo "Records available"
else
echo "No records " > yourOutputFileName
fi - Fri Jul 10, 2009 2:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine error
- Replies: 16
- Views: 4437
- Fri Jul 10, 2009 2:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine error
- Replies: 16
- Views: 4437
- Fri Jul 10, 2009 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mainframe Job
- Replies: 2
- Views: 673
- Fri Jul 10, 2009 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing fixed width file with COBOL datatypes
- Replies: 3
- Views: 1209
- Fri Jul 10, 2009 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Reading sequential file
- Replies: 2
- Views: 705
- Fri Jul 10, 2009 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limiting the records to load into sequential file
- Replies: 8
- Views: 1992
Maybe you can load all records into a temporary table with a serial number and constraint the load into your target table. But why do anybody have such a requirement !!?? Maybe they want to split their daily workload of checking the data !!?? What is the expected action if the following day's record...
- Fri Jul 10, 2009 2:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write status to tgt file when no src recs
- Replies: 13
- Views: 2723
- Fri Jul 10, 2009 2:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write status to tgt file when no src recs
- Replies: 13
- Views: 2723
- Thu Jul 09, 2009 8:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join in server job
- Replies: 6
- Views: 1754
Can you split the rows into multiple groups - something like if tableCustomer returns any rows then follow tableCustomerDetails else follow tableInternalCustomer etc. If you can split by either logic or subject area, you can break the SQL into multiple jobs with simpler logic. This way it will also ...
- Thu Jul 09, 2009 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join in server job
- Replies: 6
- Views: 1754
- Thu Jul 09, 2009 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH FILE error
- Replies: 5
- Views: 3383
- Thu Jul 09, 2009 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Perfomace Improvement??
- Replies: 22
- Views: 4590