Search found 53125 matches
- Wed Feb 08, 2012 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Fattal while doing XML input stage operation
- Replies: 5
- Views: 2887
- Wed Feb 08, 2012 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine Function
- Replies: 17
- Views: 7276
- Wed Feb 08, 2012 2:53 am
- Forum: General
- Topic: How do you remove a folder with spaces in the name?
- Replies: 17
- Views: 9342
How about DataStage SQL?
Part of the problem is that the backslash character can also be treated as a quote character.
Code: Select all
DELETE FROM DS_JOBS WHERE NAME = '\\\\Jobs\03 DATAMART\16 LCD\Sequencer';- Wed Feb 08, 2012 2:50 am
- Forum:
- Topic: Need help in using metadata workbench
- Replies: 39
- Views: 14459
- Wed Feb 08, 2012 2:48 am
- Forum:
- Topic: Importing into metadata repository using istool
- Replies: 18
- Views: 6322
- Tue Feb 07, 2012 10:34 pm
- Forum:
- Topic: Importing into metadata repository using istool
- Replies: 18
- Views: 6322
- Tue Feb 07, 2012 10:31 pm
- Forum: General
- Topic: How do you remove a folder with spaces in the name?
- Replies: 17
- Views: 9342
You missed the quotes.
You can also use a Select List
Code: Select all
DELETE DS_JOBS '\\\\Jobs\03 DATAMART\16 LCD\Sequencer' Code: Select all
SELECT DS_JOBS WITH NAME LIKE "...16 LCD..."
DELETE DS_JOBS REQUIRE.SELECT- Tue Feb 07, 2012 10:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with creating index on hash file
- Replies: 12
- Views: 3270
How was the hashed file created?
What does its VOC entry look like? To find out:
What does its VOC entry look like? To find out:
Code: Select all
LIST.ITEM VOC 'hashedfilename'- Tue Feb 07, 2012 10:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job Compilation Error.
- Replies: 6
- Views: 1708
- Tue Feb 07, 2012 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe Multivalued Column --- correct INSERT syntax needed
- Replies: 4
- Views: 1626
- Tue Feb 07, 2012 10:22 pm
- Forum:
- Topic: Need help in using metadata workbench
- Replies: 39
- Views: 14459
- Tue Feb 07, 2012 8:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe Multivalued Column --- correct INSERT syntax needed
- Replies: 4
- Views: 1626
There are two syntaxes - one that completely overwrites the multi-valued field and one that inserts a new value into the multi-valued field. The first is INSERT INTO tablename (@ID, mvfieldname) VALUES (keyvalue, <mv1,mv2,mv3>); The second uses dynamic normalization INSERT INTO tablename_association...
- Tue Feb 07, 2012 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Losing the compiled status from a compiled job.
- Replies: 4
- Views: 1801
- Tue Feb 07, 2012 6:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to .mdb file via datastage
- Replies: 11
- Views: 4879
- Tue Feb 07, 2012 6:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove first four rows from file
- Replies: 22
- Views: 4978