Search found 159 matches

by gpbarsky
Fri Jul 11, 2003 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pasting information from Manager to Excel files
Replies: 4
Views: 1514

I want to thank all of you, because you are the only source for getting specific and technical information about DataStage.

"Muchas gracias, mis amigos."


Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Thu Jul 10, 2003 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pasting information from Manager to Excel files
Replies: 4
Views: 1514

Pasting information from Manager to Excel files

Hi there.

I'd like to know how can I paste the information stored in DS Manager (table definitions), to transform it to Excel files.

Does anybody know how to do this ?

And besides, I?d like to know how can I get my own listings of DS.

Thanks in advance.

[:D]
by gpbarsky
Fri Jul 04, 2003 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when accessing a project
Replies: 1
Views: 1147

Error when accessing a project

Hi. I have a severe error when I try to open a project, using Designer, Manager or Director. The error message is: Failed to connect to host: desaetl.osde, project: backupProac-Cobran ( The directory you are connecting to either is not a UV account or does not exist (39125)) Does anybody know what i...
by gpbarsky
Wed Jun 25, 2003 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoiding the generation of files with 0 bytes
Replies: 2
Views: 961

Avoiding the generation of files with 0 bytes

Hi guys [:)]. I have a problem and I'd like all of you to help me resolving this item. Running a server job wich generates sequential files in the DataStage server, some of those files have 0 (cero) bytes. Logically this is fine because of the process itself. But I don't want these files with (cero)...
by gpbarsky
Tue May 27, 2003 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controlling the quantity of jobs running
Replies: 10
Views: 4859

Controlling the quantity of jobs running

Hi. How can I control the quantity of job that are triggered in the Director ? I've built a process that has the ability of triggering several jobs at the same time, but I want to control the quantity of jobs that are running simultaneously. Does anyone know how to do this ? Thanks in advance. [8)]
by gpbarsky
Wed May 21, 2003 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Files with 0 bytes generated
Replies: 1
Views: 932

Files with 0 bytes generated

Hi. 1) Generation of files with 0 bytes ----------------------------------- I would like to know how to avoid the generation of files with 0 bytes. These files are generated due to the execution of a server job, and the resulting file (because of the conditions of the job) does not have any record w...
by gpbarsky
Thu May 15, 2003 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to control CR and LF codes
Replies: 1
Views: 1053

How to control CR and LF codes

Hi out there. Using the OpenSeq/WriteSeq/CloseSeq statements, how can I control the writing of CR and LF codes ? The file I'm gneerating in DS, then is sent to SAP, and in SAP appears with strange characters "#". I guess that this is not the real "#", and it is a CHAR(10) or CHAR...
by gpbarsky
Wed May 07, 2003 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending records to a seq file from BASIC
Replies: 3
Views: 1281

[:)] Thanks Craig for your answer. I will try with SEEK. The thing with point (2) is that the program is found because it is prefixed with the whole path. But when executing the command, something is not present at that moment. By example, if I make a routine within DataStage that invokes by means o...
by gpbarsky
Tue May 06, 2003 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending records to a seq file from BASIC
Replies: 3
Views: 1281

Appending records to a seq file from BASIC

Hi. I have two questions. 1) From a BASIC program, how can I do to append records to a sequential file ? The idea is to not override the existing records, and to write records at after the last record. 2) How can I invoke the "dsjob" program ? I put the dsjob invocation within a .bat file,...