Search found 42189 matches

by chulett
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 ...
by chulett
Tue Oct 11, 2011 6:52 am
Forum: General
Topic: Multiple instance log
Replies: 1
Views: 1354

If it's not there then it has been purged. You need to be careful when you set up AutoPurge for multi-instance jobs - how do you have it set?
by chulett
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

No, it's a runtime option and that environment variable should be one of the 'standard' ones that you add to every job. Then you can override it to enable it at any time should the need arise.
by chulett
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

jwiles wrote:If you haven't already, I suggest reading the IBM Redbook on DataStage Parallel Framework Standard Practices
http://www.redbooks.ibm.com/abstracts/S ... SEF&mync=E
by chulett
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...
by chulett
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

You 'tried to convert' how, exactly?
by chulett
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

Do you have a SQL Server DBA there you could ask? They should be able to explain the inner workings to you.
by chulett
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

Also note that if it's anything like Oracle, the APPEND will serialize the output. Not really an issue with zero records but something to check.
by chulett
Mon Oct 10, 2011 11:54 am
Forum: General
Topic: Job instance in "Compiled" state
Replies: 10
Views: 4859

Meant just what I said. While you can't run a MI job with the same Invocation ID as one that is already running, you can certainly schedule that or build that into a Sequence job. And then it goes kaboom.
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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 ...
by chulett
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...
by chulett
Mon Oct 10, 2011 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File questions
Replies: 2
Views: 1557

:!: Start a new post when you have completely unrelated questions. I've split this one out on its own for you.