Search found 53125 matches
- Thu Aug 07, 2008 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Check if the value is a number or not
- Replies: 3
- Views: 1073
- Thu Aug 07, 2008 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage job phantom warning
- Replies: 7
- Views: 7329
- Thu Aug 07, 2008 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Command stage to get filename from directory
- Replies: 8
- Views: 2578
DataStage is also on a server. How do you plan to read the file, given that you have its name?
will put the most recently modified CSV file name in the first line of the output - you can easily parse it from there.
Code: Select all
DIR /B/O-D *.CSV- Thu Aug 07, 2008 4:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple columns need to be lookup one table
- Replies: 3
- Views: 1016
- Thu Aug 07, 2008 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to open RT_LOG2377 file
- Replies: 10
- Views: 2506
- Thu Aug 07, 2008 3:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Command stage to get filename from directory
- Replies: 8
- Views: 2578
- Thu Aug 07, 2008 3:57 am
- Forum: General
- Topic: get filename
- Replies: 6
- Views: 1374
Hi Taufik, You could write a BASIC routine to get the file name and populate the column for Server jobs. Else you could design a job to get the file name by using the "Stage uses Filter Command" and then pass that on. Hope this helps. M Would you like to elaborate on both of those, but particularly...
- Thu Aug 07, 2008 2:26 am
- Forum: General
- Topic: get filename
- Replies: 6
- Views: 1374
- Thu Aug 07, 2008 1:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration to parallel edition
- Replies: 12
- Views: 2972
- Thu Aug 07, 2008 1:54 am
- Forum: General
- Topic: How to detect server is running
- Replies: 5
- Views: 3032
Re: datastage
We're just using DataStage (Not Information Services Director etc). Yes you are. I'm presuming we need "dsrpcd" to be in the process list This is the listener for DataStage client connections. Its presence is sufficient to indicate that the DataStage server is "up". There are no other mandatory pro...
- Thu Aug 07, 2008 1:50 am
- Forum: IBM QualityStage
- Topic: Missing Reference Residuals from Reference Match
- Replies: 2
- Views: 1767
- Thu Aug 07, 2008 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem while reading sequential file
- Replies: 4
- Views: 2347
- Thu Aug 07, 2008 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Information about the rejected data of the Reject link
- Replies: 5
- Views: 1438
What particular information? The fact that the reject link was used is a warning entry in the job log. The row count on any link is stored in one of the records in the status table for the job. Both items of information are retrievable using the DataStage API, so there is no need to know precisely w...
- Thu Aug 07, 2008 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading a .ini file
- Replies: 1
- Views: 925
Welcome aboard. In a Transformer stage keep track of the most recently encountered section (use a stage variable) and direct any non-section line to the appropriate column of the output. Use an output constraint to avoid processing empty and comment lines. Use the File Name property (which the Seque...
- Wed Aug 06, 2008 6:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Executables of dependent Jobs could not be exported
- Replies: 3
- Views: 1534