Search found 159 matches

by gpbarsky
Tue Aug 10, 2004 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings compiling a routine
Replies: 5
Views: 2687

Warnings compiling a routine

Hi forumers.... I have a problem and I don't know what's going on. When I compile this code (this is a routine called TraeConstante), I get the following messages: WARNING: Variable-> 'FileConstante' is substituted for-> 'xPath' on line-> '17' If an input link column variable is used for this argume...
by gpbarsky
Tue Jul 27, 2004 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a hash file with a key composed by several fields
Replies: 7
Views: 2245

Ken:

Thank you. This works perfectly well :D .

Thanks to this forum; it saved my work.

Bye.

:lol:
by gpbarsky
Tue Jul 27, 2004 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a hash file with a key composed by several fields
Replies: 7
Views: 2245

Accessing a hash file with a key composed by several fields

Hola mis amigos.... :D

I need to access a hash file from within a BASIC program. The key of the hash file is composed by several fields.

What is the BASIC sentence to write in the program, to read a record given all the fields of the key ?

Thanks in advance.
by gpbarsky
Fri May 28, 2004 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send a note copying several people
Replies: 2
Views: 866

Send a note copying several people

Hi forumers.....

I am sending notes from within DataStage using DSSENDMAIL function.

I couldn't send a note copying to more than one users.

Does anybody know how can I do this ?

Thanks in advance, and everyone have a nice weekend.

:D
by gpbarsky
Thu May 27, 2004 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Day of the week
Replies: 1
Views: 1465

Day of the week

Hi, forumers.

I need to know how can I get the day of the week, using some function.

I read the ICONV and OCONV functions but I couldn't get how to use it.

Does anyone know this ?

Thanks in advance.
by gpbarsky
Tue Nov 04, 2003 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem when filtering an input file
Replies: 6
Views: 1568

Ken:

Thanks for your answer.

Here is a cut&paste of what I am doing.

...........

The idea here is to filter the job by those parameters, where the CLASETAR column of the input file may contain a value equal to ClaseTarketa*. Is this clear ?

Thanks again.
by gpbarsky
Tue Nov 04, 2003 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem when filtering an input file
Replies: 6
Views: 1568

Problem when filtering an input file

Hi. I have a huge problem when I filter an input file, using a transformer stage :cry: The input file has 24000 records, and from these records about 16000 match the selection criteria. But only 9500 are selected (all numbers were rounded). Is there any limit in DataStage for the process of records,...
by gpbarsky
Fri Oct 24, 2003 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using PIVOT stages
Replies: 7
Views: 4690

Craig:

Thank you for your answer, but I didn't find any information on the manuals (*.pdf) that I have installed in my PC.

Could you send me the PDF containing this information ? My e-mail is gbarsky@osde.com.ar.

Thanks in advance.
by gpbarsky
Fri Oct 24, 2003 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using PIVOT stages
Replies: 7
Views: 4690

Using PIVOT stages

Hi there.

I would like to know how can I use a PIVOT stage. I didn't find any information on the help manuals.

Thanks in advance :D
by gpbarsky
Fri Oct 10, 2003 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using named pipes
Replies: 12
Views: 3599

Ray, Ken, Kim:

And the million question is: what is the implementation of "pipes" in Windows 2000, and DataStage 5.2 ?

Thanks in advance.


Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Thu Oct 09, 2003 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using named pipes
Replies: 12
Views: 3599

Ken: Thanks for your answer. I already worked with queues in AS/400, with a FIFO (First In First Out) implementation. When I wanted to read from a queue, I had a parameter to say the time to wait; if this parameter is -1, then the program will wait doing nothing until any data appears in the queue. ...
by gpbarsky
Thu Oct 09, 2003 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using named pipes
Replies: 12
Views: 3599

Kim:

Thank you.

As far as I understood, a named pipe is like a seq. file: one process writing the file, and other process reading it. What is the difference ?

Is a named pipe like a queue ? And how do you use it ? And how would you use a seq. file ?


Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Thu Oct 09, 2003 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing If/Then
Replies: 7
Views: 1180

Kim:

Could you specify me where did you post the code for checking the length of a sequential file ?

Thanks.


Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Thu Oct 09, 2003 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using named pipes
Replies: 12
Views: 3599

Using named pipes

Hi. In the seq. file stage, there is a check box called "Stage uses named pipes". What does this check really mean ? Is the behavior of the file like a queue with FIFO and LIFO options ? How does it work ? I need to know this because in collaborative process this is very important. And I d...
by gpbarsky
Fri Oct 03, 2003 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using a "" as a parameter from a .bat
Replies: 9
Views: 2299

Kim: This is the invocation that I am executing, from within the .bat file: E:ascentialdatastageenginebindsjob -run -mode NORMAL -param pmMandante="221" -param pmHost="10.250.0.20" -param pmDriveEjecucion="E:" -param pmPathBase="AscentialDataStagePublicoOSDE" ...