Search found 53125 matches

by ray.wurlod
Fri Sep 17, 2010 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I subtract one month of a date in a SERVER JOB?
Replies: 8
Views: 3429

You need also to handle dates such as March 30.

Check out the date routines in this file
by ray.wurlod
Fri Sep 17, 2010 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connectivity to AS/400 System
Replies: 15
Views: 9380

The original question had DataStage server installed on Windows, therefore iSeries for Windows was the correct client. It would not be appropriate to install this client on a UNIX server. But there is certain to be some other client component (such as DB2 Connect) that you could use. The ODBC driver...
by ray.wurlod
Fri Sep 17, 2010 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VOC entry for Dataset to delete a row
Replies: 1
Views: 818

Data Sets are not part of the server engine, and therefore a VOC entry is not the appropriate approach. Further, there is no command whatsoever to delete a row from a Data Set. Data in Data Sets is stored in blocks of 32 KiB - if you could delete rows that structure would need to carry extra inormat...
by ray.wurlod
Fri Sep 17, 2010 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Proble with datasets--One of the nodes is down.
Replies: 9
Views: 2838

This would be the configuration file (not the Data Set descriptor file), and I'd think the advice would be to change it so as not to reference the node that is down. The Data Set (or at least the available part of it) could still be read. The -x option for the orchadmin command (with a new configura...
by ray.wurlod
Fri Sep 17, 2010 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function alpha and Alnum
Replies: 3
Views: 5956

Alpha(), AlNum() and Num() all exist.
by ray.wurlod
Fri Sep 17, 2010 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function Like and Soundex
Replies: 8
Views: 4874

HariK wrote:... but it does not behave same as the SQL funtion...
Are you sure?
by ray.wurlod
Fri Sep 17, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8.1 on site training
Replies: 4
Views: 1310

In a word, no.

There are some companies that offer my materials in the USA, but I am totally booked in my local region until at least November 2011 and probably much longer. The Information Server suite is "going gangbusters" here.
by ray.wurlod
Fri Sep 17, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archiving file sets
Replies: 2
Views: 1403

Assuming you mean moving the blah.fs file, yes this is correct. Locations of the data files are stored as absolute pathnames within the descriptor file.
by ray.wurlod
Thu Sep 16, 2010 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp
Replies: 2
Views: 2417

You need the colons (delimiters) in the time format string.

Code: Select all

%mm/%dd/%yyyy %hh:%nn:%ss.3
by ray.wurlod
Thu Sep 16, 2010 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage reading Mainframe Dataset that has S9(S) Comp -3
Replies: 13
Views: 7787

Only because your data are Big-Endian.
by ray.wurlod
Thu Sep 16, 2010 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statistics
Replies: 1
Views: 986

You need to look at the score, to find out which operators were combined. Only operators generate "performance statistics". In the design area only the first link associated with a combined operator displays those statistics.

Use the Monitor in Director to get a better idea.
by ray.wurlod
Thu Sep 16, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAS information
Replies: 14
Views: 6196

You are not wrong.
by ray.wurlod
Thu Sep 16, 2010 4:28 pm
Forum: General
Topic: Execute Command Activity parameter
Replies: 3
Views: 1614

Pass JobActivityName.$UserStatus as the value of the command's parameter.
by ray.wurlod
Thu Sep 16, 2010 4:24 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: View Analysis results errors out
Replies: 2
Views: 1702

This could be an issue with the Connector Access Service - you probably need to involve your official support provider. These things are notoriously difficult to diagnose, not least because you have to know which logs to look at.
by ray.wurlod
Thu Sep 16, 2010 4:22 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Average IADB size?
Replies: 2
Views: 1911

The rule of thumb (from a conversation at IOD 2009) is three to four times the volume of data to be profiled.