Search found 16 matches

by Kim Bundgaard
Mon Feb 09, 2004 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generated DataStage Basic Code - how to see
Replies: 18
Views: 15088

It's quite simple at all ...... THE ACTUAL LINE OF CODE : Pin%%V0S2P37.Column%%16 = ( If V0S2.Stagevar%%10 = 1 then (Pin%%V0S2P49.Column%%10 - Pin%%V0S2P49.Column%%7 - Pin%%V0S2P49.Column%%13 + Pin%%V0S2P49.Column%%16) else 0) Pin%%V0S2P37.Column%%17 = ( If V0S2.Stagevar%%10 = 1 then (Pin%%V0S2P49.C...
by Kim Bundgaard
Mon Feb 09, 2004 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generated DataStage Basic Code - how to see
Replies: 18
Views: 15088

I've found the Basic Code

I found the Basic Code at \\blr11l\AscentialRoot\DataStage\Projects\TEST\RT_BP412, clear text (Basic Coce)

But I can't find the actual place in the code.

But after all, thank you

/Kim
by Kim Bundgaard
Mon Feb 09, 2004 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generated DataStage Basic Code - how to see
Replies: 18
Views: 15088

Hello

The error arrives after the message "DSD.StageRun Active stage finishing." - so I don't get a reject in the Transformer stage.
by Kim Bundgaard
Mon Feb 09, 2004 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generated DataStage Basic Code - how to see
Replies: 18
Views: 15088

Generated DataStage Basic Code - how to see

I've got a warning : DataStage Job 412 Phantom 3044 Program "JOB.810341824.DT.1318540820.TRANS1": Line 609, Nonnumeric data when numeric required. Zero used. How can I see the DS Basic Code generated when i compile the job. I would like to find out which field that gives the problem. As fa...
by Kim Bundgaard
Fri Dec 12, 2003 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SMF record in DataStage
Replies: 2
Views: 1187

SMF is System Monitoring Facility.
A part of OS/390 that makes system events/time, to use for different kind of accounting.

I don't want to use SAS - I want to use DataStage instead of SAS XMG software.
by Kim Bundgaard
Fri Dec 12, 2003 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SMF record in DataStage
Replies: 2
Views: 1187

SMF record in DataStage

Today I'm using SAS XMG software to encode the SMF record made by OS/390 System Monitoring Facility.

Anyone know about someone who do it with DataStage, or know a vendor that can supply a plug-in to DataStage ?
by Kim Bundgaard
Wed Nov 26, 2003 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple instances of Db2
Replies: 4
Views: 2410

You don't connect to an instance, but to a database (DSN).
Catalog the two different databases, and you have the option to choose between the two databases.
by Kim Bundgaard
Tue Oct 21, 2003 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Table definition - heavy response time
Replies: 6
Views: 2194

Sorry I haven't explained ...

But all the processing I'm waiting for is happening at the DataStage Server. There is no network traffic (GigaBit network) - DataStage only stand there for a couple of minuts until it want to show the table to me.
by Kim Bundgaard
Tue Oct 21, 2003 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Table definition - heavy response time
Replies: 6
Views: 2194

Yes I've tried ODBC import

And it is faster, but I'm not sure that all datatype's is correct with the ODBC interface (but of course that can be checked), and what about accessing the data afterwards.
If I use ODBC for table import, will the access to the table be via ODBC og native DB2 CLI driver.
by Kim Bundgaard
Tue Oct 21, 2003 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Table definition - heavy response time
Replies: 6
Views: 2194

Import Table definition - heavy response time

When I import (Table Definitions -> Plug-in Metadata Definitions -> DSDB2 -> DB2 z/OS datasource) a Table definition, I can see that the process in DB2 z/OS is approx. 10 seconds, but the DataStage Server uses about 300 seconds to process the 8000 tables/view and present it in a window (the DataStag...
by Kim Bundgaard
Thu Sep 25, 2003 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage installation - unattended ?
Replies: 4
Views: 2075

Hi Kim (Duke) I want to do it because I have a problem with DataStage Version Control (ActiveX error) - and Ascential Support ask me to uninstall/install the DataStage Client several times. But I accept that the Windows setup.exe don't take any parameters, and I have to do the installation manually....
by Kim Bundgaard
Wed Sep 24, 2003 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage installation - unattended ?
Replies: 4
Views: 2075

DataStage installation - unattended ?

Is it possible to give any parameters or a responsefile to the DataStage Client setup program - so I don't have to write the license-/authorization information.

I want to do an unattended DataStage installation.

/Kim
by Kim Bundgaard
Wed Sep 10, 2003 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage ExecTCL syntax ?
Replies: 8
Views: 6020

Thank you - I'll do it in another way.
/Kim
by Kim Bundgaard
Wed Sep 10, 2003 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage ExecTCL syntax ?
Replies: 8
Views: 6020

I do a bad job in explaining what I want to do -sorry. The routine I call as a "before routine" generates a file with 10 records, and I want to use it as input to my job. I know that I can do it in a DOS bat-script, but for now I have done it as a DataStage Basic routine. And my problem is...
by Kim Bundgaard
Wed Sep 10, 2003 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage ExecTCL syntax ?
Replies: 8
Views: 6020

I try to set it up as before routine in Job Properties, and only have the ExecDOS, ExecTCL options to choose between.
What should I use to execute a DataStage Routine as a "before routine" ?