Search found 42189 matches
- Fri Feb 06, 2009 5:14 pm
- Forum: General
- Topic: Parameters in Sequence
- Replies: 4
- Views: 1144
You will need to define it in all controlling sequences. Meaning from the job back up to the 'main' sequence job, any intermediate level 'sub-sequence' will need that parameter as well. Remember, it will need to be passed down from that first sequence job to the job in question through all of the st...
- Fri Feb 06, 2009 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete Failure on Oracle OCI
- Replies: 7
- Views: 4341
- Fri Feb 06, 2009 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification
- Replies: 10
- Views: 4182
You've got an unmatched double-quote in the DSSendMail call and if you add the 'missing' one at the end, then everything becomes a literal and your job list won't work correctly. Try it in two steps, first build a string from the parts you have and then pass that string to the function: If Len(TRIM(...
- Fri Feb 06, 2009 1:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record Count of Hashed File
- Replies: 12
- Views: 4428
- Fri Feb 06, 2009 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification
- Replies: 10
- Views: 4182
- Fri Feb 06, 2009 1:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of "in" in Stage Variables
- Replies: 2
- Views: 1986
One 'trick' is to build your delimited list in the Initial Value of a stage variable and leave the Derivation blank (so it is only evaluated once) and then use the Index function to check for your value in that list of values. For example: svValidValues: AAA,BBB,CCC,DDD Or you could even use your jo...
- Fri Feb 06, 2009 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraction of huge number of records to sequential file
- Replies: 3
- Views: 1045
- Fri Feb 06, 2009 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Are License keys platform specific?
- Replies: 2
- Views: 1072
- Fri Feb 06, 2009 8:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCDIC numeric check
- Replies: 9
- Views: 3541
- Fri Feb 06, 2009 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETLStats: Why is ReportDbDriver followed by a Sequencer?
- Replies: 8
- Views: 2997
- Fri Feb 06, 2009 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete Failure on Oracle OCI
- Replies: 7
- Views: 4341
You need quotes around the parameter in the TO_DATE function:
Code: Select all
EVENT_TIME < TO_DATE ('#pJobParameter#','YYYY-MM-DD')- Fri Feb 06, 2009 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable for output value of server routine
- Replies: 8
- Views: 5184
- Thu Feb 05, 2009 6:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate 3 files and generate sequence number
- Replies: 14
- Views: 7004
- Thu Feb 05, 2009 6:21 pm
- Forum: General
- Topic: Loading data into CLOB columns using DRS Stage
- Replies: 3
- Views: 1434
- Thu Feb 05, 2009 3:28 pm
- Forum: General
- Topic: Loading data into CLOB columns using DRS Stage
- Replies: 3
- Views: 1434