Search found 53125 matches
- Fri Oct 31, 2008 10:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validate job
- Replies: 1
- Views: 952
The best way to think of what Validate does is that it gets the job to do everything except process rows. It opens files and database connections, validates SQL statements against the database, checks the metadata, and do on. Validate is a useful thing to do after deploying a job into a different en...
- Fri Oct 31, 2008 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuring multiple ORACLE_HOME directory
- Replies: 10
- Views: 2445
- Fri Oct 31, 2008 10:52 am
- Forum: General
- Topic: Hi- To find the no of mondays in a given month
- Replies: 14
- Views: 3882
Routines for parallel jobs are not written in DataStage BASIC; they are written in C++. Algorithm Design 1. Determine weekday of first day of month. 2. Determine weekday of last day of month. 3. Determine number of days in month. 4. If number of days in month = 28 then Number of Mondays = 4. 5. If n...
- Fri Oct 31, 2008 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: developer shold not run job in protected project
- Replies: 5
- Views: 2109
- Fri Oct 31, 2008 9:18 am
- Forum: General
- Topic: Hi- To find the no of mondays in a given month
- Replies: 14
- Views: 3882
- Fri Oct 31, 2008 9:17 am
- Forum: General
- Topic: Field Overflow error in DS 8.0
- Replies: 3
- Views: 2536
- Fri Oct 31, 2008 9:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuring multiple ORACLE_HOME directory
- Replies: 10
- Views: 2445
Make ORACLE_HOME (and the other Oracle environment variables) project-specific by setting them up in Administrator. You can then add them to jobs as job parameters and override on a per-job basis. You can never have two different values of ORACLE_HOME simultaneously; there is only one ORACLE_HOME va...
- Fri Oct 31, 2008 9:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Coversion of double to Int
- Replies: 7
- Views: 9758
What you want to occur is happening. DataStage alerts you that what you are doing may not actually always work (some decimal numbers are too large to be represented as integers). You can use a message handler to demote this alert to an informational message or a NOWARN specification in your Modify s...
- Fri Oct 31, 2008 9:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Location of DS_AUDIT,DS_JOBS in repository
- Replies: 3
- Views: 1082
There are equivalents in the unified metadata repository, but their names and structures are a little more complex and, indeed, they may not be separate tables at all. Remember that the common repository contains metadata about ALL DataStage projects, not just one, and that it contains metadata from...
- Fri Oct 31, 2008 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deployment Rollback
- Replies: 2
- Views: 879
- Fri Oct 31, 2008 9:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_TEMP Deletes
- Replies: 5
- Views: 3075
- Fri Oct 31, 2008 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Alphanumeric validation in tranformer
- Replies: 2
- Views: 1226
- Fri Oct 31, 2008 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What additonal required to work in PX jobs?
- Replies: 3
- Views: 1517
Given that the server to parallel transition lab takes four days as an instructor-led class it's clear that answering that here just isn't going to happen. Parallel jobs require an almost completely different mindset, and this includes forgetting certain server/390 techniques. Parallel jobs can be e...
- Fri Oct 31, 2008 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: developer shold not run job in protected project
- Replies: 5
- Views: 2109
- Fri Oct 31, 2008 8:53 am
- Forum: General
- Topic: Hi- To find the no of mondays in a given month
- Replies: 14
- Views: 3882