Search found 30 matches

by randy
Mon Feb 27, 2017 10:12 am
Forum: General
Topic: Editing built-in routines
Replies: 4
Views: 2887

Editing built-in routines

I am upgrading datastage from 7.5 to 11.5 and finding that 11.5 will not compile jobs that did compile in 7.5 . One problem is that many of my jobs are using the built-in routine DateTimeStampToOraOCI. If there is a space in the argument before the date it bombs, which it did not do in 7.5 So, is th...
by randy
Tue Mar 13, 2012 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many reports in one file
Replies: 8
Views: 4178

Kryton,

thanks, this was the kind of push I was looking for.


Randy
by randy
Mon Mar 12, 2012 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many reports in one file
Replies: 8
Views: 4178

the oracle tables will match each of the reports. so if report 1 has 3 columns of data, the oracle table for that report will have 3 columns to match. If it makes it easier, I would be willing to work with oracle hold tables where I load one line from the report into a holding table, and then use PL...
by randy
Mon Mar 12, 2012 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many reports in one file
Replies: 8
Views: 4178

In the sample file below, I have 4 reports: SUMMARY CLOSING BALANCE SALES TRANSACTIONS SUMMARY REPORT RECONCILIATION REPORT OTHER SALES SUMMARY REPORT And I need to "load" reports 2 and 4 into separate Oracle tables. Thanks Randy 1 DATE RUN: 03/05/12 TIME : 14:29:36 SUMMARY CLOSING BALANCE...
by randy
Mon Mar 12, 2012 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many reports in one file
Replies: 8
Views: 4178

many reports in one file

Hi, I have a file that contains 10 reports. I only need to load 3 of the reports. The data in one report will start in a different column the the other reports. I kind of need alittle help just getting started. I assume I need a stage variable for the report header. When It equals a report I need so...
by randy
Mon May 24, 2010 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading html reports
Replies: 5
Views: 2840

its an html report, so I need the stuff between <TR> <TD> and </TD> </TR>

Randy
by randy
Mon May 24, 2010 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading html reports
Replies: 5
Views: 2840

loading html reports

I am trying to load an html report into an oracle table. I have looked at some of the xml documentation but not sure it applies to html reports. I tried to use the XML Meta Data Importer, but it hangs when I try to select an encoding. I am only getting the files twice a day and it only has around 10...
by randy
Tue Jan 27, 2009 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: syslog auditing
Replies: 1
Views: 1608

syslog auditing

Our auditors want us to send invalid login attempts into DataStage to the syslog server. Does anyone know how this can be done?
by randy
Thu Aug 07, 2008 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

chulett, shepli,

thanks so much for the help. I was really stuck.

Randy
by randy
Tue Aug 05, 2008 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

If I have a stage variable like this:

If(lnkFTP.line_data[1,2]='70') Then lnkFTP.line_data[4,11] Else StageVar1

then some lines get the Label1, but the rest get 0's
by randy
Tue Aug 05, 2008 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

Although I could still use a hint or two.
by randy
Tue Aug 05, 2008 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

I agree about the 2 passes, but could not see the complete response.
by randy
Tue Aug 05, 2008 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

I only saw the first 2 lines of your response, but I was having problems with the fact that the line the StageVar was reading was coming after the data.
by randy
Tue Aug 05, 2008 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 5028

StageVar

My test file looks like this 123 234 07 "IMPORTANT LABEL 1' some totals 345 456 07 "IMPORTANT LABEL 2' some totals What I need to do, is put the IMPORTANT LABEL on each line of the data I load. The Label is always at the end of the data. The line with IMPORTANT LABEL always starts with '07...
by randy
Fri May 25, 2007 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: disable one output link
Replies: 4
Views: 1702

I will mark this as closed, thank you very much.

Randy