Search found 15603 matches
- Wed Jun 22, 2005 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: view option in Oracle stage
- Replies: 2
- Views: 943
- Wed Jun 22, 2005 5:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp conversion
- Replies: 23
- Views: 5861
- Wed Jun 22, 2005 3:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appearance of
- Replies: 6
- Views: 1052
- Wed Jun 22, 2005 2:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clean up a file through server routine?
- Replies: 18
- Views: 3133
- Wed Jun 22, 2005 12:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 8
- Views: 1925
- Wed Jun 22, 2005 12:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clean up a file through server routine?
- Replies: 18
- Views: 3133
In order to replace lines in a sequential file you will need to use a temporary interim file, you cannot easily do this type of selective overwriting in a sequential file - in fact the only way to do this would be if the records are all of identical length. Write a job that does a Sequential -> Tran...
- Wed Jun 22, 2005 12:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 8
- Views: 1925
- Wed Jun 22, 2005 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom 20905
- Replies: 2
- Views: 1112
Hello Joszef, The message itself means that a process received an interrupt signal, and this occurred and was processed from within a system call - normally the interrupt is disabled during system calls but this is not always the case. In order to find the cause we would need more information. What ...
- Wed Jun 22, 2005 12:09 am
- Forum: Enhancement Wish List
- Topic: AutoTrim for Input/Output objects
- Replies: 2
- Views: 1749
- Wed Jun 22, 2005 12:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -logsum
- Replies: 2
- Views: 746
- Tue Jun 21, 2005 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in PL/I Ebcdic File Read Using Parallel Seq Stage
- Replies: 11
- Views: 7625
Ravi, declare the record length as 106 by adding a char(18) dummy column to the end of your existing Pl/1 imported declaration. Run the job and output to a delimited sequential file. Then go through the columns one-by-one until you find the location where your imported declaration and the data begin...
- Tue Jun 21, 2005 11:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to clean up a file through server routine?
- Replies: 18
- Views: 3133
- Tue Jun 21, 2005 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Validation
- Replies: 7
- Views: 2356
The Px Conversion to use in your case would be StringToDate (page B-12 in the Parallel Job Developer's Guide ). I'm away from my Px connection right now, but I think it returns an empty string or null when unsuccessful; you will have to try this on your own. I still have more trust in the server sid...
- Tue Jun 21, 2005 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Validation
- Replies: 7
- Views: 2356
If you wish to take a date and see if it is a valid one, you have some Px conversions that will return an empty or null value when converting invalid inputs; this can be used as a type of validation. The Server variant of DataStage has two very powerful functions called ICONV/OCONV which will do thi...
- Tue Jun 21, 2005 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp conversion
- Replies: 23
- Views: 5861