Search found 53125 matches
- Mon Oct 02, 2006 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA OCI stage appends ".FF19" to date format on ti
- Replies: 12
- Views: 7669
- Mon Oct 02, 2006 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing date minus 1
- Replies: 2
- Views: 1045
Where are you sending this result, and what is the data type of its column? Assuming SQL Server and TimeStamp, then you need to have a time portion as well as a date portion, as Cameron indicated. I do not understand how you can get 2054/00/00 out of the literal string you posted; I suspect this to ...
- Sun Oct 01, 2006 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute comand statistics
- Replies: 2
- Views: 892
- Sat Sep 30, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To transfer tables from People soft(not sure) database to
- Replies: 2
- Views: 860
Welcome aboard. :D Does your site have the PeopleSoft PACK, which includes table definitions and canned jobs for extraction from PeopleSoft databases? If so, then to extract the data ought to be straightforward. Your business analysts should have provided you with source-to-target (or, better, targe...
- Sat Sep 30, 2006 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage J2S2BsmXfm..Aggr detected
- Replies: 10
- Views: 3245
- Sat Sep 30, 2006 2:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Maintenance
- Replies: 2
- Views: 1579
IBM offers class DX437 - DataStage Administration that can be offered on-site or at IBM premises.
- Fri Sep 29, 2006 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Apply changes in .developer.adm and .prodmgr.adm files
- Replies: 3
- Views: 1086
- Fri Sep 29, 2006 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to drop Teradata Work Tables automatically
- Replies: 4
- Views: 1588
No idea. Depends on how the names were generated. If you can, store the names somewhere (a file?) in the job that creates them, and pick them up from there in the script. Basically, you need some mechanism for transmitting the table names back to the job sequence (or generating them there in the fir...
- Fri Sep 29, 2006 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Apply changes in .developer.adm and .prodmgr.adm files
- Replies: 3
- Views: 1086
I already answered this question in its previous incarnation so Avishek will not want me to answer it again here (seems to want to keep asking until the desired answer is obtained).
- Fri Sep 29, 2006 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix user group setup for Datastage implementation
- Replies: 13
- Views: 7076
- Fri Sep 29, 2006 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLBase
- Replies: 4
- Views: 1392
- Fri Sep 29, 2006 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASHED FILE IS NOT READING SOURCE DATA
- Replies: 2
- Views: 946
- Fri Sep 29, 2006 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKSequence access from remote location
- Replies: 10
- Views: 3459
- Fri Sep 29, 2006 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert a Integer datatype to int datatype.
- Replies: 4
- Views: 1169
Integer is four-byte integer in SQL terminology. int32 is four-byte integer in C terminology. SmallInt maps to int16 and TinyInt maps to int8. Open any table definition in the Repository and select the Layout tab; there are three option buttons there where you can view exactly the same table defini...
- Fri Sep 29, 2006 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to drop Teradata Work Tables automatically
- Replies: 4
- Views: 1588
Create a script to drop the tables and execute this in a job sequence after the Job activity that runs the job. If there is an unconditional trigger from the Job activity to this Execute Command activity, the tables will be dropped irrespective of the status of the job (which may be inconvenient for...