Search found 42189 matches
- Wed Oct 12, 2011 6:32 am
- Forum: General
- Topic: uv command to clear all the log files for a project
- Replies: 3
- Views: 1527
There isn't one. You could build a routine that selects a list of job numbers from DS_JOBS and then issues a CLEAR.FILE for each one in a loop. SELECT NAME, CATEGORY, JOBNO FROM DS_JOBS WHERE NAME NOT LIKE '//%' AND NAME NOT LIKE '\\%' ORDER BY CATEGORY, NAME; There are extra columns you can remove ...
- Tue Oct 11, 2011 6:52 am
- Forum: General
- Topic: Multiple instance log
- Replies: 1
- Views: 1354
- Tue Oct 11, 2011 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Added field has duplicate identifier
- Replies: 7
- Views: 5047
- Mon Oct 10, 2011 8:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Efficient DS Job design to avoid errors
- Replies: 9
- Views: 3751
http://www.redbooks.ibm.com/abstracts/S ... SEF&mync=Ejwiles wrote:If you haven't already, I suggest reading the IBM Redbook on DataStage Parallel Framework Standard Practices
- Mon Oct 10, 2011 4:00 pm
- Forum: General
- Topic: Job instance in "Compiled" state
- Replies: 10
- Views: 4859
So... you have an entry in the Director for a run of the base job with a valid Invocation ID shown and that status shows as 'Compiled'? Not sure that I recall seeing that before, if that's what you are saying. :? Compiling the base job again will clear those invocations from the Director, that or yo...
- Mon Oct 10, 2011 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to assgin '000' value to Decimal column
- Replies: 13
- Views: 5616
- Mon Oct 10, 2011 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know the performance improvement on ODBC stage
- Replies: 4
- Views: 1259
- Mon Oct 10, 2011 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know the performance improvement on ODBC stage
- Replies: 4
- Views: 1259
- Mon Oct 10, 2011 11:54 am
- Forum: General
- Topic: Job instance in "Compiled" state
- Replies: 10
- Views: 4859
- Mon Oct 10, 2011 11:22 am
- Forum: General
- Topic: Job instance in "Compiled" state
- Replies: 10
- Views: 4859
Re: Job instance in "Compiled" state
The problem is for one of the instance the job is not running. It shows that instance in "Compiled" state. The original compiled job is in its place. I have no idea what that last sentence means. The "original" job will always show Compiled if it is only ever run with an Invocat...
- Mon Oct 10, 2011 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 IN clause
- Replies: 10
- Views: 6655
if I ever need to select with an IN list of character values, then I will still face this problem, so any solution or suggestions would be appreciated. As noted, you should be able to find some mechanism that will work to escape the quotes. Sometimes a backslash works, sometimes just another single...
- Mon Oct 10, 2011 8:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle DDL vs Teradata DDL
- Replies: 3
- Views: 2397
From what little I've seen of Teradata, you don't want a direct 'port' of your Oracle tables to Teradata tables. While you certainly can, they really should be redesigned to take advantage of the unique aspects of the Teradata architecture. Your Teradata Architect or DBA should be able to provide gu...
- Mon Oct 10, 2011 7:59 am
- Forum: General
- Topic: view subroutine from linux
- Replies: 6
- Views: 1600
So, what is your actual issue here? Forget the whole 'from linux' part, you need to be working in the Designer. You are correct that it opens an editor and that you are expected to know DataStage BASIC in order to code anything there. However, if you are opening an existing routine it should not be ...
- Mon Oct 10, 2011 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File questions
- Replies: 2
- Views: 1557
A Dynamic or Type 30 hashed file is created by default. However, you can certainly override that to create any of the other types available. As to Pathed versus Account-based, that depends on which option you choose: Use account name or Use directory path. And you can see the name in the stage, as i...
- Mon Oct 10, 2011 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File questions
- Replies: 2
- Views: 1557