Search found 17 matches

by pnetti
Mon Feb 09, 2015 10:24 am
Forum: General
Topic: DataStage SET.FILE command
Replies: 2
Views: 1808

DataStage SET.FILE command

I am trying to run the command below based on a technote on the IBM website. But I keep getting a prompt that I am not expecting and do not know how to respond. I need to be able to run the SELECT RTEMP command and need to set the pointer first. >LOGTO Salesforce >SET.FILE /software/IBM/InformationS...
by pnetti
Thu Feb 05, 2015 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Stage Logging
Replies: 1
Views: 1427

Netezza Stage Logging

I have DataStage 9.1.2 installed on a linux server and we are using the Netezza Stage to load data to Netezza. In the tmp folder on the server we are accumalating many nzlog files. Is there a way to have datastage automatically purge these files to keep only the most recent? Can the files be deleted...
by pnetti
Thu Sep 20, 2007 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 3241

DataStage 7.5.2 Client Install Problem - continues

I have tried deleting all entires I can find in the registry but I still cannot install the client on this machine.

The install displays many messages indicating that it cannot register entries. Many of them are DLLs and all under DataStage 7.5.2.

Any other thoughts?
by pnetti
Wed Sep 12, 2007 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 3241

DataStage 7.5.2 Client Install Problem

Thanks for responding.

I left this laptop at home.

I will try cleaning 'all' registry entries after the un-install and see of this helps.

I am generally very conservative with the registry because I have had issues with it before (other machines).
by pnetti
Tue Sep 11, 2007 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 3241

DataStage 7.5.2 Client Install Problem

The OS is Windows XP SP2. I tried un-installing, deleting reg entries under SOFTWARE, deleting the leftover directories c:/Ascential and c:/Program Files/Ascential, rebooting and re-installing but still get the same messages.

Are there other reg entries I may need to clean out?
by pnetti
Sat Sep 08, 2007 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 3241

DataStage 7.5.2 Client Install Problem

I have attempted to install DataStage 7.5.2 client on a Windows laptop a few times but continue to get errors. First I get a popup with a message "String variable is not large enough...." and an Error code 401. Then several popups indicating the install is quiting. Has anyone seen this bef...
by pnetti
Sat Apr 28, 2007 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Protected Projects
Replies: 1
Views: 1498

Protected Projects

I am setting up a production environment for DataStage server. I want to our QA and Production environment to be protected. I was suprised to see that a dsadm cannot compile a job in a protected project. Is it a requirement that we export / import the executables to the QA and Prod env. I may use VC...
by pnetti
Thu Feb 01, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10599

COMP 3

I am not that familiar with the language. When I review the code of the existing routines, it doesnt seem like I can just reverse the logic. For example, the current routines do not handle the implied decimal. The packed number is converted as a whole number then divided by a number to move the deci...
by pnetti
Wed Jan 31, 2007 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10599

COMP-3

I have to admit that I have not had much success with reversing this code. The original code hardly makes sense. I am now using iconv with an MP coversion code to pack a number. I ftp the file to the mainframe as binary with no conversion to ebcdic. Negative whole numbers are sucessful, but I can't ...
by pnetti
Thu Jan 25, 2007 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10599

Decimal to COMP3

I will need to convert several numeric data types. My target is the mainframe. I will be creating files using DataStage server for use on an IBM mainframe. That means I would need the ability to conver numbers to: PIC S9(9)V99. PIC S9(9)V99 COMP3. And others possibly. In the end the file needs to be...
by pnetti
Wed Jan 24, 2007 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10599

Decimal to COMP3 - CFF Test

I tried this but the CFF stage does not support Stream Input links. It appears that is only accepts output links (reads data ).

Does anyone have any other suggestions, other than creating mainframe programs to pack data.
by pnetti
Tue Jan 23, 2007 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10599

Decimal to COMP3

I have a requirement to create COMP3 fields in a DataStage Server job. The files need to be sent to the mainframe for processing. Is there a way to create a COMP3 field in a server job, then transmit it to the mainframe? It sounds like its possible base on the dsxchange entry but I cant figure how i...
by pnetti
Thu Oct 12, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to SQL Server from LINUX - multi-instances.
Replies: 10
Views: 5973

ODBC Drivers 5.1

The problem is corrected in the odbc 5.1 drivers. I downloaded them from the IBM website.

The correct syntax for the Address entry is
Address=servername,port

Where the port number is the port of the target instance.

FYI: I also tested the 5.2 drivers but they did not work.
by pnetti
Tue Oct 10, 2006 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to SQL Server from LINUX - multi-instances.
Replies: 10
Views: 5973

New Drivers Required

I am being told by IBM that this problem has been corrected in the new 5.1 odbc drivers for REDHAT. There is also a set of 5.2 odbc drivers for REDHAT.

I will download/test and put the results in a reply.
by pnetti
Tue Oct 10, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect to SQL Server from LINUX - multi-instances.
Replies: 10
Views: 5973

Re: How to connect to SQL Server from LINUX - multi-instance

How do I disable named pipes for the named instance? Is this something a server admin needs to do, or is this something that can be done within DataStage?