Search found 159 matches

by gpbarsky
Wed Sep 03, 2003 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage, Universe and TCL (2)
Replies: 26
Views: 6923

DataStage, Universe and TCL (2)

[:)][:)][:)][:)][:)] Hi my friends. In the first topic I didn't wanted to start a discussion about if DataStage engine is good or bad, or any other thing. I just want to access the DS engine tables, in order to build a process that lets me clear the director screen. In the director screen, I hace a ...
by gpbarsky
Tue Sep 02, 2003 3:07 pm
Forum: General
Topic: DataStage, Universe and TCL
Replies: 14
Views: 8906

DataStage, Universe and TCL

[:)][:)][:)][:)][:)] Hi my friends. I am working with DataStage since a few months ago. I don't know anything about Universe, and the structure of the tables supporting DS. What I would like is to have the complete structure of the Universe database supporting DataStage, and a manual (or a document)...
by gpbarsky
Tue Aug 26, 2003 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing the Director screen
Replies: 11
Views: 2795

[:)][:)][:)][:)][:)] Hi friends. I want to insist in the fact that what I really need is to DELETE the executed jobs, and ended Ok. I want to see no line for these jobs. If in the Director screen you have something like this: Jobname Status A.1 Finished A.2 Finished A.3 Aborted A.4 Aborted A.5 Finis...
by gpbarsky
Mon Aug 25, 2003 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing the Director screen
Replies: 11
Views: 2795

[:)][:)][:)][:)][:)] Hi my friends. I think that really, the best solution that I'm searching is to access the DataStage tables, and retrieve the status of each job. Based on this, I will decide which job will be deleted or which will not. But I don't know the structure of these tables, and I don't ...
by gpbarsky
Thu Aug 21, 2003 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing the Director screen
Replies: 11
Views: 2795

Kenneth: Thank you for your response. But in the director screen I could have: JOB STATUS ...... A.1 Finished A.2 Finished A.3 Finished A.4 Finished A.5 Finished A.6 Finished A.7 Aborted A.8 Finished A.9 Aborted A.10 Finished A.11 Finished In this case, jobs A.7 and A.9 should not be cleared for fur...
by gpbarsky
Thu Aug 21, 2003 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing the Director screen
Replies: 11
Views: 2795

Clearing the Director screen

[:)][:)][:)][:)][:)] Hola, mis amigos... When I run the jobs of my application, every one has an invocation id, and several copies of the same job my be running at the same time. At last, the Director screen will have a long list of executed jobs (some finished fine and other aborted), and I need to...
by gpbarsky
Thu Aug 21, 2003 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending notes to several users
Replies: 3
Views: 1058

[:)][:)][:)][:)][:)] Hello my friends. I want to thank all of you, because your advices are very usefull for me. I have the routine working now. Finally, I created a distribution list in my Notes and I send all mails to that distribution list. Thank you again. And have a very good day. [:)][:)][:)][...
by gpbarsky
Wed Aug 20, 2003 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending mails (2)
Replies: 2
Views: 705

Thank you Emma [:I]

But the thing is that I have not a Unix system, I have an NT system. And what is DWFindFile ?

Thanks again [;)]


Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Wed Aug 20, 2003 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending mails (2)
Replies: 2
Views: 705

Sending mails (2)

[:)][:)][:)][:)][:)] Hi. Can anybody tell me what's wrong in the code this ROUTINE ? * * Envio de notas * Ans = ""; Deffun DSX.DSSendMail(A); * xFrom = "From:notificacion-etl@osde.com.ar"; xTo = "To:":pmSendTo; xSubject = "Subject:":pmSubject; xServer = "...
by gpbarsky
Tue Aug 19, 2003 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending notes to several users
Replies: 3
Views: 1058

Sending notes to several users

[:)][:)][:)][:)][:)] Hi there. I need to know how can I send a note to several users, from within DataStage using DSSendMail sentence. I put several values sepparated by commas, semicolons, but always I got errors. Can anybody help me please ? Thanks in advance. [:)][:)][:)][:)][:)] Guillermo P. Bar...
by gpbarsky
Fri Aug 15, 2003 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRLF at the end of a record
Replies: 2
Views: 860

CRLF at the end of a record

[:)][:)][:)][:)][:)] Hi, my friends. Here the problem is that, within a BASIC code, I am generating a seq. file using WriteSeq sentence. At the end of the line, a CRLF character is written. Then, when I send the file to Unix this last character is not confortable for my user.[:(] Does anybody know h...
by gpbarsky
Wed Aug 13, 2003 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Versioning of jobs
Replies: 7
Views: 2716

Versioning of jobs

[:)] [:)] [:)] [:)] [:)] Hi there. I need to know if there is an application to handle the different versions of a job. I have three main projects (Development, Testing, Production). Once the development is finished and tested, I want to automate the movement of components to Testing project, and on...
by gpbarsky
Wed Jul 23, 2003 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading seq files from BASIC job
Replies: 6
Views: 1773

Ray:

RecordString is the name of the record in the READ.... sentence, or is a function ?

And thank you for answering me.

Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Tue Jul 22, 2003 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading seq files from BASIC job
Replies: 6
Views: 1773

Tony:

You understood perfectly well. And that is exactly what I needed.

Thank you very much.

Guillermo P. Barsky
Buenos Aires - Argentina
by gpbarsky
Tue Jul 22, 2003 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading seq files from BASIC job
Replies: 6
Views: 1773

Reading seq files from BASIC job

Hi there. Within a BASIC job, I am reading a sequential file, which was generated by a server job. The file is a comma separated file. I am reading fine each record of the file, but when I want to assign the content of the fields, I cannot. I am using the following formula: AuxField = RecordField; w...