Search found 15603 matches
- Thu Nov 10, 2005 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: julian date to yyyymmdd conversion in PX jobs
- Replies: 10
- Views: 7995
I think the root of the problem you are having is terminology. There are many different types of date representations that are all collectively called "Julian Date". Most are an integer number starting at some arbitrary point in time set to day 0 and each successive day adds 1 to this value. The dat...
- Wed Nov 09, 2005 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating sequantial numbers
- Replies: 2
- Views: 653
DSGuru2B, you can solve this type of problem by using stage variables. The first stage variable is called SeqNo and have the derivation "IF (In.NumberColumn=LastNumberColumn) THEN SeqNo+1 ELSE 1" and the second is called LastNumberColumn and is derived with "In.NumberColumn". This depends on your so...
- Wed Nov 09, 2005 11:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass job parameters from a file
- Replies: 5
- Views: 1869
Try looking for "parameters" and "read", there are some threads on this subject including this one . You have 2 basic choices depending upon where you would prefer to do the computations - in UNIX you can get the values from the flat file and then use the dsjob command to call up the DataStage jobs ...
- Wed Nov 09, 2005 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command truncates...is this issue ever resolved ?
- Replies: 3
- Views: 867
Kaps, I did a search of "filter" and "truncate" and didn't come up with any matches, so I don't know what you read and where you read it - what is the actual problem you are getting with filter? The filter does nothing more than call an OS command, so there isn't much that can go wrong there - this ...
- Wed Nov 09, 2005 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inconsistent Date/Time between dsjob -jobinfo and Director
- Replies: 3
- Views: 1129
I compared runs on our system (which hasn't been rebooted in 27 days) and couldn't see a difference in reported times for jobs that ran before the DST switch, but for those that have run after I get the same 1 hour difference in displayed times. Normally calls to DATE() and TIME() go through to the ...
- Wed Nov 09, 2005 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2007
- Wed Nov 09, 2005 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file stage- columns mismatch
- Replies: 3
- Views: 855
The actual column name is linked to a column position number for hashed files. When you enter this in the columns screen the number gets incremented by 1 each new column, if you later change the column ordering around on the graphical canvas the original position number remains as originally entered...
- Wed Nov 09, 2005 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row Count for Individual links
- Replies: 3
- Views: 2687
- Wed Nov 09, 2005 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file stage- columns mismatch
- Replies: 3
- Views: 855
The order of hashed file columns is dependent on factors other than the displayed name; if you manually entered your column metadata for the hashed file and perhaps later inserted columns or changed the order then you will have a mismatch. Please "save" the column metadata in your input column list ...
- Wed Nov 09, 2005 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use version controll in Datastage
- Replies: 2
- Views: 806
srini
please use the features of this forum before posting such a broad question. I would recommend you look at the excellent FAQ article and then doing some experimentation with that information and then posting any remaining questions here.
please use the features of this forum before posting such a broad question. I would recommend you look at the excellent FAQ article and then doing some experimentation with that information and then posting any remaining questions here.
- Wed Nov 09, 2005 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2007
Craig, you can download the GCI manual from IBM's web pages but I think the effort isn't worth it - if you can get the IBM/Ascential polynomial then you you can find some Java source (I found several references in Google) and plug it in there for use outside of DS. I think that's the minimum amount ...
- Wed Nov 09, 2005 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Dataset stagte
- Replies: 1
- Views: 1413
- Wed Nov 09, 2005 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2007
- Wed Nov 09, 2005 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate and load does not work
- Replies: 5
- Views: 1213
Salil, There's nothing left out in Oracle stage properties. Well, I have to disagree with you. If I write a PX job and create an output Oracle enterprise stage and enter all the properties except the table name I get ( surprise ) the same error message that you do at compile time. Is this a coincide...
- Wed Nov 09, 2005 3:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: undo DELETE VOC LOGIN
- Replies: 5
- Views: 1217
I don't know why they used this type of construct with a GOTO; it could just as easily have been programmed as:
Code: Select all
PA
IF @TTY = 'phantom' THEN NOTIFY ON