Search found 2886 matches
- Fri May 16, 2014 11:50 am
- Forum: General
- Topic: Active Memory Expansion (AME) and Information Server
- Replies: 5
- Views: 1375
- Fri May 16, 2014 11:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To handle empty file/only hd tr file
- Replies: 6
- Views: 2509
The unix test -s tests if the specified file exists and has a size greater than zero.
Code: Select all
if [ -s /path/file ] then ...- Fri May 16, 2014 5:48 am
- Forum: General
- Topic: Active Memory Expansion (AME) and Information Server
- Replies: 5
- Views: 1375
- Thu May 15, 2014 9:29 pm
- Forum: General
- Topic: Active Memory Expansion (AME) and Information Server
- Replies: 5
- Views: 1375
Surely I'm not the first to try this... Actually, an IBM contact confirmed that AME was tested successfully with DataStage a few years ago. A few weeks ago I had this feature enabled using a memory expansion factor of 1.8 which is close to the value that the AME planning tool had recommended. Now In...
- Thu May 15, 2014 6:10 pm
- Forum: General
- Topic: Determining Config File Nodes on SMP system
- Replies: 6
- Views: 3524
Re: Determining Config File Nodes on SMP system
Second to that, is there a method to monitor and determine if the configuration is helping or hurting? Method: focus on single a job to tune, or a single set of jobs that represent your typical workload, use a significantly sized set of data, and run repeatedly. Change only one thing at a time and ...
- Thu May 15, 2014 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion?
- Replies: 3
- Views: 1809
- Wed May 14, 2014 6:51 pm
- Forum: General
- Topic: Convert UNIX Epoch to Timestamp
- Replies: 1
- Views: 699
- Wed May 14, 2014 6:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: binding input interface field error
- Replies: 5
- Views: 1897
- Wed May 14, 2014 12:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to see the non printable characters
- Replies: 6
- Views: 2383
Are you asking how to determine what character the delimiter is? From unix command line, this command will tell each character's value in hex. I suggest you run it on a small 1 or 2 line sample file.
Code: Select all
od -x file.txt- Wed May 14, 2014 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Connecting to SQL server using windows authentication
- Replies: 2
- Views: 1169
From a server on UNIX, the answer always used to be no.
I have not yet tested the newer ODBC drivers myself, but the docs had said this feature was coming.
viewtopic.php?t=145443&start=15
I have not yet tested the newer ODBC drivers myself, but the docs had said this feature was coming.
viewtopic.php?t=145443&start=15
- Tue May 13, 2014 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding Business days to a date (i.e Excluding Sat and Sun)
- Replies: 8
- Views: 2377
If your incoming dates can fall on Saturdays or Sundays then you have to follow business rules to reject the records, or add 1 or 2 more days to the new date, or subtract 1 or 2 days, etc. First after you convert your incoming varchar string to a date, you can test for Sat or Sun using this function...
- Tue May 13, 2014 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding Business days to a date (i.e Excluding Sat and Sun)
- Replies: 8
- Views: 2377
Ignoring holidays, 15 business days typically equates to 21 calendar days, unless you're in a country with a six day work week... Some of the new tech startup companies now honor a 4 day work week to attract employees! Is your requirement equivalent to adding 3 calendar weeks (21 calendar days) to t...
- Tue May 13, 2014 9:21 am
- Forum: General
- Topic: Ports used for DataStage 8.7
- Replies: 4
- Views: 1972
If the installation response file is still on the server, it has a good starting list of ports that were chosen during the install. The default install path on UNIX is /opt/IBM/InformationServer. Yours may be different.
Code: Select all
grep -i port response.txt- Tue May 13, 2014 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fixed length file : Abort when the record is longer
- Replies: 1
- Views: 1408
- Tue May 13, 2014 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing rank
- Replies: 3
- Views: 2183