Search found 15603 matches
- Tue Feb 27, 2007 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending to a Sequential File
- Replies: 5
- Views: 1618
The WEOFSEQ writes an EOF (end-of-file) at the current location, truncating the file. And your WRITESEQ statement won't work the way you expect it either, as the file pointer is at the beginning of the file after you open it. You need to put a SEEK MyFile 0,2 after your open to position to the end o...
- Tue Feb 27, 2007 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to funnel sequential files?
- Replies: 2
- Views: 717
- Tue Feb 27, 2007 4:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while compiling a job with transformer.
- Replies: 5
- Views: 1109
- Tue Feb 27, 2007 4:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limit the entry in the log file
- Replies: 8
- Views: 1659
The only correct way is to get rid of the warning message. An alternate way is to demote or ignore the warning message. This can be done with 7.5 PX DataStage for PX jobs. See the directory tab Tools -> Message Handler Environment or look into the DataStage Manager Guide , 14-1 "Ma naging Message Ha...
- Tue Feb 27, 2007 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Installation issue
- Replies: 4
- Views: 989
- Mon Feb 26, 2007 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom Error in job
- Replies: 14
- Views: 7106
- Mon Feb 26, 2007 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Installation issue
- Replies: 4
- Views: 989
- Mon Feb 26, 2007 12:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC vs Plugins
- Replies: 8
- Views: 1647
- Mon Feb 26, 2007 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC vs Plugins
- Replies: 8
- Views: 1647
The difference is that the methods of connecting other than ODBC are usually direct ones supplied either by the manufacturer or a third party. ODBC is an open de-facto standard interface (free on windows, not always free elsewhere) to allow a common access to databases or database-like objects (i.e....
- Mon Feb 26, 2007 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set up Users and Permissions
- Replies: 12
- Views: 4899
- Mon Feb 26, 2007 4:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find EOF using DataStage
- Replies: 9
- Views: 5525
- Mon Feb 26, 2007 3:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Sequence name in the routine
- Replies: 3
- Views: 1260
- Mon Feb 26, 2007 3:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom warning
- Replies: 1
- Views: 647
- Sat Feb 24, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set up Users and Permissions
- Replies: 12
- Views: 4899
- Sat Feb 24, 2007 1:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set up Users and Permissions
- Replies: 12
- Views: 4899
Try entering the folowing from either "run" on the windows taskbar or from a DOS window: "telnet localhost" then you should be prompted to enter your new userid and password. If asked for a project, enter your project name (it is case sensitive). You will be at the TCL prompt, enter "QUIT" to exit t...