Search found 53125 matches
- Thu Nov 23, 2006 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: coding conversion
- Replies: 15
- Views: 3422
What precisely do you want to do? If you want to check whether there are any files with names that match *.csv, that's one thing - just check to see whether there's an alphabetic character in the result. If you want to return a list of those names, capture the output of a directory listing command. ...
- Thu Nov 23, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Multiple instance to load a single table
- Replies: 8
- Views: 1512
Code: Select all
JobX.invocationID1
JobX.invocationID2
JobX.invocationID3
JobX.invocationID4
JobX.invocationID5- Thu Nov 23, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: When is a NULL not a NULL?
- Replies: 9
- Views: 2535
- Thu Nov 23, 2006 9:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MVS Job - Rollback all the Inserts/Updates
- Replies: 6
- Views: 2532
I do not believe that this level of transaction control is possible in DataStage/390. Nor can I envisage any mechanism where changing the generated COBOL could do it. Your problem is that the COMMITs for 1 and 2 have already been issued. You need some mechanism for wrapping all three in an outer tra...
- Thu Nov 23, 2006 9:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSendMailAttachmentTester problem
- Replies: 6
- Views: 2216
- Thu Nov 23, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Version of Datastage
- Replies: 14
- Views: 3941
- Thu Nov 23, 2006 9:35 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Message Switch is unavailable!!!!!
- Replies: 5
- Views: 3564
OK, its' just that there was a known issue with the remote Oracle PSDB. Does the problem go away when you re-boot the server - that is, does Message Switch auto-start? If not, is there anything in its log file that might give a clue? Is there anything posted in its error file? Do you have port 3070 ...
- Wed Nov 22, 2006 6:55 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Message Switch is unavailable!!!!!
- Replies: 5
- Views: 3564
- Wed Nov 22, 2006 6:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Version of Datastage
- Replies: 14
- Views: 3941
- Wed Nov 22, 2006 6:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Type 2 SCD Key metadata change
- Replies: 2
- Views: 1053
- Wed Nov 22, 2006 6:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture* files in /tmp directory
- Replies: 6
- Views: 2825
The numbers in the capture (and other) file names include the process ID, so there should be no appending going on. The two characters on the end (usually "aa") are there to provide uniqueness if all else matches. So it would appear that whatever was captured was 970MB in size! You might find this p...
- Wed Nov 22, 2006 6:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: When is a NULL not a NULL?
- Replies: 9
- Views: 2535
- Wed Nov 22, 2006 6:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job Run
- Replies: 9
- Views: 3235
- Wed Nov 22, 2006 6:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure
- Replies: 19
- Views: 3636
- Wed Nov 22, 2006 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Analyzing Dynamic Hash File
- Replies: 7
- Views: 1358