Search found 53125 matches
- Tue Apr 15, 2008 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5: UTF8
- Replies: 6
- Views: 7375
- Tue Apr 15, 2008 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: General XML format Carriage Return Line Feed CRLF
- Replies: 6
- Views: 1823
- Tue Apr 15, 2008 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to load the data in FTp stage
- Replies: 7
- Views: 1480
Any table definition in the Repository can be loaded into any stage type. Table definitions are global in scope, and stored in the same structure irrespective of whence they were imported. This is one of the hidden strengths of DataStage. For example, having imported a table definition of a database...
- Tue Apr 15, 2008 3:08 pm
- Forum: General
- Topic: DataStage User Login
- Replies: 5
- Views: 5188
Re: DataStage User Login
deanwalker wrote:Information Server does not have the 'Omit' option on the Attach dialog.
See point 4 in my initial response on this thread.
- Tue Apr 15, 2008 3:05 pm
- Forum: General
- Topic: DataStage User Login
- Replies: 5
- Views: 5188
Amazingly asking that If UV.FLAVOUR is not used by DataStage, Would DataStage not have any UniVerse Account flovour inside? If not, Which flavour of UniVerse Account DataStage takes for its Engine functionality?( among IDEAL, IN2, INFORMATION, PIOPEN, PICK and REALITY or none) IDEAL. No choice is o...
- Tue Apr 15, 2008 3:03 pm
- Forum: General
- Topic: Counting number of records in Hashed File
- Replies: 4
- Views: 1746
Yes, it's a regular query that you can do with a UniVerse stage, or from the Administrator client or TCL. Create a single integer column with a derivation of COUNT(*). If the hashed file has been created in a directory (not in an account) you will also need to create a pointer to it using the SETFIL...
- Tue Apr 15, 2008 3:01 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: SCD in WebSphere DataStage Designer
- Replies: 2
- Views: 2726
- Tue Apr 15, 2008 2:59 pm
- Forum: IBM QualityStage
- Topic: CASS vs SERP implemnetation differences?
- Replies: 8
- Views: 4238
- Tue Apr 15, 2008 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to loop till the end of file using a server routine?
- Replies: 8
- Views: 1381
Code: Select all
Ans = ""
OpenSeq pathname To filevariable
Then
Loop
While ReadSeq Line From filevariable
Ans<-1> = Line
Repeat
End
CloseSeq filevariable- Tue Apr 15, 2008 5:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regading Timestamp..
- Replies: 9
- Views: 1801
- Tue Apr 15, 2008 5:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Function similar to Oconv in parallel jobs
- Replies: 4
- Views: 4009
- Tue Apr 15, 2008 5:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot open file compile.tmp
- Replies: 3
- Views: 2139
- Tue Apr 15, 2008 5:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to login using new created UserId
- Replies: 12
- Views: 4204
- Tue Apr 15, 2008 2:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regading Timestamp..
- Replies: 9
- Views: 1801
Is there a "last updated date" column in the record as well? That would make the task very easy. Otherwise the solution is going to involve figuring out how to identify which "R" records have been there for your 14 day requirement. I can't really think of an elegant solution where the storage is in ...
- Tue Apr 15, 2008 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Applying Loop in Datastage
- Replies: 12
- Views: 3942