Search found 86 matches

by danddmrs
Thu Jan 03, 2008 3:02 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Converting to Real Time
Replies: 4
Views: 3706

Thanks for replies. My understanding then is that the SOA tool could be used to enhance the Web interface with the Oracle tables once the data is loaded. There are DBA's that own and maintain the tables. The applications that access the Oracle tables are maintained at a different site and I'll get m...
by danddmrs
Fri Dec 28, 2007 3:48 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Converting to Real Time
Replies: 4
Views: 3706

Converting to Real Time

My company currently loads data nightly to Oracle tables that are then accessed via Web applications. The data flows into the Oracle tables via mainframe processes from VSAM and DataStage Server edition jobs from Datacom. The processes above run in batch and the data is always a day behind. We also ...
by danddmrs
Wed Nov 21, 2007 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing different LPar's from DS Server
Replies: 6
Views: 1613

Tech Support has resolved. The DataStage server is connected to LParA and LParA was connected to LParC via a router. DataStage is not the problem but rather the connection from A to C was causing the performance issue. Rather than connecting A and C via a router the connection was changed to the sys...
by danddmrs
Tue Nov 20, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing different LPar's from DS Server
Replies: 6
Views: 1613

Accessing different LPar's from DS Server

My company is in the process of moving TEST & STAGE databases to their own LPar's. Our DB is Datacom and recently TEST has been moved to LParC, STAGE and PROD are still on the same LPar. The next step is to move STAGE to LParB but it is being held up because of a DStage performance problem acces...
by danddmrs
Fri Apr 27, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file to Mainframe
Replies: 3
Views: 1455

Thanks Craig. The FTP works perfectly.

Richard.
by danddmrs
Thu Apr 26, 2007 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP file to Mainframe
Replies: 3
Views: 1455

FTP file to Mainframe

Attempting to FTP a file to the mainframe I encountered a problem with fields being Right Justified. Searches of the forum seemed to have one common resolution - FTP from the command line. Worked perfectly - thanks. If it's possible I would still like to FTP directly from DS to the Mainframe. Aside ...
by danddmrs
Thu Apr 26, 2007 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2447

Thanks. The field function worked very nicely. The fields are populating in the correct order. Remaining issue with justified right appears to be tied to how the FTP Plug-in is set up. When I write to a sequential file the data is left justified as expected. I will close this thread and search the F...
by danddmrs
Thu Apr 26, 2007 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2447

Code is CONVERT(CHAR(251),"",FMT(L1.ORG_NM,"25T")) I've tried TrimF(CONVERT(CHAR(251),"",FMT(L1.ORG_NM,"25T"))) and also using TrimF on the field in a second transform. Probably not a great idea but... I also tried to evaluate the field 25 bytes at a time but ...
by danddmrs
Wed Apr 25, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2447

Thanks Ray. The text mark and convert worked but with one problem. Names are left justified within each field but the fields are being filled from LAST to FIRST. I would have expected the opposite. Dicks Diner is " ", " ", "Dicks Diner " instead of "Dicks Diner &qu...
by danddmrs
Fri Apr 20, 2007 6:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2447

Thanks Ray.

I'll have to join to see the full reply but I get where you're going. I didn't think this was going to be more difficult than Cobol - nothing else in DS is.

Great forum! If the company won't kick in the $ I'll join myself.

Thanks again.
Richard
by danddmrs
Fri Apr 20, 2007 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2447

Spliting Strings - Stage Variable or Routine

I put this in a resolved topic and probably shouldn't have. I have a 75 byte field that needs to be split into 3 smaller fields, 25 bytes each. Business rules require that none of the words be split in the middle and that each field begin with a character other than space . Input THE HAPPENING STUDI...