You could take a look at the QUARTER.TAG Transform, but this is not quite what you want. It expects a slightly different (again!) input date format, and returns yyyyQn.
You could, however, use this and the expression earlier as the definition for a new Transform that does exactly what you want.
Search found 53125 matches
- Tue Mar 01, 2005 11:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need QUARTER to load the TIME dimension table
- Replies: 19
- Views: 4853
- Tue Mar 01, 2005 10:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Commit in Sequential file
- Replies: 7
- Views: 1691
There are a lot of clever tricks built in to the Sequential File stage, including read-ahead and write-ahead buffers. This means that there will be some time before you will see any rows actually appear. It seems to be 1000 rows before any rows are sync'ed. These buffers can not be accessed or confi...
- Tue Mar 01, 2005 10:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing no matching columns from lookup to a file
- Replies: 2
- Views: 653
My lookup doesnt have any matching condition. In that case, in a server job, you don't have a lookup. It's as simple as that. On the other hand, what you are possibly asking is that, for some rows, your lookup does not succeed. In this case you want to capture those rows, and direct them to another...
- Tue Mar 01, 2005 9:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need QUARTER to load the TIME dimension table
- Replies: 19
- Views: 4853
- Tue Mar 01, 2005 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Material Configuration for a Server
- Replies: 6
- Views: 1921
- Tue Mar 01, 2005 9:16 pm
- Forum: IBM QualityStage
- Topic: Regarding Installation
- Replies: 2
- Views: 1958
QualityStage server is needed on the machine where you execute your jobs. It runs a process called qsserv . QualityStage designer is a Windows-based tool where you design your jobs. QualityStage DataStage Plug-In is the package that contains stage types that allow you to invoke QualityStage componen...
- Tue Mar 01, 2005 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to connect JobMonApp on port
- Replies: 11
- Views: 12102
- Tue Mar 01, 2005 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Material Configuration for a Server
- Replies: 6
- Views: 1921
- Tue Mar 01, 2005 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need QUARTER to load the TIME dimension table
- Replies: 19
- Views: 4853
- Tue Mar 01, 2005 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Command line Basic to compile Basic Programs...
- Replies: 5
- Views: 1715
You're probably at the wrong command line. And it's not an interpreter - it's compiled BASIC. The command line where you need to be is that of dssh . Before you invoke this shell, make sure you are attached to your DataStage project directory. If ever you see the question "This directory is not an a...
- Tue Mar 01, 2005 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS Access Hyperlink type
- Replies: 1
- Views: 593
- Tue Mar 01, 2005 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transform DATE OCONV() Question
- Replies: 14
- Views: 7857
- Tue Mar 01, 2005 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format
- Replies: 3
- Views: 904
I prefer The first piece is the date conversion, while an "MCN" conversion keeps only the numeric characters.
Read the on-line help about "MC" conversions in Oconv.
Code: Select all
Oconv(@DATE, "DYMD[4,2,2]" : @VM : "MCN")Read the on-line help about "MC" conversions in Oconv.
- Tue Mar 01, 2005 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Error
- Replies: 10
- Views: 2105
In a Transformer stage initialize a stage variable - let's call it svTotal - to 0. The derivation for the stage variable (which is executed as each row is processed through the Transformer stage) is of the form If InLink.Column[26,1] = 'c' Then svTotal + 1 Else svTotal This increments only if the va...
- Tue Mar 01, 2005 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserve Partitioning
- Replies: 2
- Views: 1194