Search found 53125 matches
- 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
- 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
- Wed Feb 23, 2011 7:13 pm
- Forum: General
- Topic: Datastage upgrade from 7.5 to 8.5
- Replies: 10
- Views: 11499
- 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 ...
- 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 ...
- Wed Feb 23, 2011 12:20 am
- Forum: General
- Topic: Java Client
- Replies: 10
- Views: 3463
- 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
- Tue Feb 22, 2011 5:04 am
- Forum: General
- Topic: Job Sequence
- Replies: 2
- Views: 1366
Code: Select all
JOB1 -----> JOB3 -----> JOB2- 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 ...
- Tue Feb 22, 2011 4:59 am
- Forum: General
- Topic: Not able to login into datastage
- Replies: 5
- Views: 1972
- 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
- 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
- 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
- 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
- Tue Feb 22, 2011 4:52 am
- Forum: General
- Topic: How to assign DataStage role from UNIX command line?
- Replies: 2
- Views: 2759