Search found 42189 matches
- Thu Feb 01, 2007 10:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date warning
- Replies: 6
- Views: 1413
- Thu Feb 01, 2007 10:20 am
- Forum: General
- Topic: Reading XML
- Replies: 12
- Views: 4466
You can. What have you tried since your first post? Narasimha posted a link to another thread but you never said if it helped, what you tried, errors you are getting... other than the little bit in your first post. How have you defined your namespaces in the XML stage? Specifically, the 'default na...
- Thu Feb 01, 2007 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parsing id column along with XML using XMLinput stage
- Replies: 3
- Views: 1601
- Thu Feb 01, 2007 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Good Debugging Practices:Guidance needed
- Replies: 10
- Views: 2287
- Thu Feb 01, 2007 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Call a Oracle package
- Replies: 8
- Views: 2150
Actually, there's no need to 'wrap' it - call it directly in the SP stage and you can trigger it as sud mentions. In Server we do this all the time: a single record selected from dual feeds a transformer where job parameters (or hard coded values) are passed down the link to the SP stage which autom...
- Thu Feb 01, 2007 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use rejected data in same job ?
- Replies: 9
- Views: 2558
- Thu Feb 01, 2007 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DATASTAGE
- Replies: 2
- Views: 1055
- Thu Feb 01, 2007 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pass value between jobs
- Replies: 19
- Views: 6725
- Wed Jan 31, 2007 9:35 pm
- Forum: General
- Topic: sequential file in 32 bit windows system larger than 2G byte
- Replies: 3
- Views: 1571
Datastage doesn't care. Your operating system on the other hand, may. NTFS has no file size limit, by the way.
http://www.ntfs.com/ntfs_vs_fat.htm
http://www.ntfs.com/ntfs_vs_fat.htm
- Wed Jan 31, 2007 9:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version Control: How do you do at your place
- Replies: 18
- Views: 4068
- Wed Jan 31, 2007 9:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling dynamic XML
- Replies: 2
- Views: 1226
- Wed Jan 31, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stage for extracted the xml file :
- Replies: 15
- Views: 3706
- Wed Jan 31, 2007 1:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Envirn Variables as Job Parameters
- Replies: 3
- Views: 710
- Wed Jan 31, 2007 1:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Stored procedure DRS Stage SQL Before tab
- Replies: 9
- Views: 3192
The reason one typically uses a 'sproc' for that is because the user doesn't have the permissions needed, so I would guess that isn't an option. And AFAIK you cannot call one before/after that has OUT parameters. Makes sense as there's no place for them to go, but not positive. For grins, have you t...