Search found 53125 matches

by ray.wurlod
Wed Feb 23, 2011 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe source giving Junk Characters
Replies: 1
Views: 1921

Your mainframe data are probably encoded using EBCDIC. How does it arrive?
by ray.wurlod
Wed Feb 23, 2011 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Hexadecimal Characters in Datastage
Replies: 3
Views: 6610

The Euro symbol is a perfectly valid character. Similarly accented characters are perfectly valid. Verify with your business whether they want valid characters to be removed. If they do, then you can use the Convert() function.
by ray.wurlod
Wed Feb 23, 2011 7:13 pm
Forum: General
Topic: Datastage upgrade from 7.5 to 8.5
Replies: 10
Views: 11499

Just out of curiosity, try it using an Oracle Connector stage.
by ray.wurlod
Wed Feb 23, 2011 7:04 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Tutorial lessons for IBM WTX (Yes, I am a licensed user)
Replies: 9
Views: 17478

Welcome aboard. First, please don't send private emails with exactly the same question as you've posted. It wastes our time, which is annoying. WTX is now in a completely different brand within IBM, so we're not really au fait with it any more. However, I suspect that redistributing training or any ...
by ray.wurlod
Wed Feb 23, 2011 12:26 am
Forum: General
Topic: Get a Report on users per project?
Replies: 3
Views: 1491

You can get a list of process ids with the following command. $DSHOME/bin/list_readu | grep DS.ADMIN | grep <<projectname>> Then you could step through that list using something like ps to get the user names associated with those process IDs. Alternatively you could use a command like finger on the ...
by ray.wurlod
Wed Feb 23, 2011 12:20 am
Forum: General
Topic: Java Client
Replies: 10
Views: 3463

I have only ever used the ODBC Connector with MySQL, so am not competent to comment on other stage types.
by ray.wurlod
Tue Feb 22, 2011 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server 7.5 like function
Replies: 5
Views: 5824

There is no Like operator or function in version 7.5. There is, however, a Matches operator. This uses DataStage BASIC pattern matching, in which either "..." or "0X" is the general wildcard. So a suitable expression for your stated requirement would be InLink.TheField Matches &q...
by ray.wurlod
Tue Feb 22, 2011 5:04 am
Forum: General
Topic: Job Sequence
Replies: 2
Views: 1366

Code: Select all

JOB1  ----->  JOB3  ----->  JOB2
by ray.wurlod
Tue Feb 22, 2011 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL COPY BOOK
Replies: 2
Views: 1643

S9(16)V9(2) implies a sign, sixteen digits, a decimal place holder and two more digits, for a total of 20 characters. Therefore read this field as InLink.TheLine[1,20] Using similar logic, the other field has eight characters, therefore read this field as InLink.TheLine[21,8] Your line length is 28 ...
by ray.wurlod
Tue Feb 22, 2011 4:59 am
Forum: General
Topic: Not able to login into datastage
Replies: 5
Views: 1972

Not without you telling us the precise error message being generated.

Is it just you, or is it every client machine at your site?
by ray.wurlod
Tue Feb 22, 2011 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: intermittent "parallel process: terminating " erro
Replies: 2
Views: 1284

Don't do that. Start a new thread instead, so we become aware what are YOUR operating system, version number, etc.
by ray.wurlod
Tue Feb 22, 2011 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using BASIC transformer
Replies: 3
Views: 1679

Does your operating system have a maximum length of a file name? I think this is a truncated name of a pipe (fifo) file. Try using shorter stage and/or link names, at least for the purpose of testing this theory.
by ray.wurlod
Tue Feb 22, 2011 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture reject record from DB2 stage
Replies: 2
Views: 1369

Since this will employ the DB2 bulk loader, you will need to examine the files produced by that utility.
by ray.wurlod
Tue Feb 22, 2011 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Gregorian date from Julian date
Replies: 6
Views: 3883

Try looking for StringToDate() function.
by ray.wurlod
Tue Feb 22, 2011 4:52 am
Forum: General
Topic: How to assign DataStage role from UNIX command line?
Replies: 2
Views: 2759

Not possible in version 8. What "issue" are you having with the Administrator client?