Search found 71 matches

by memrinal
Tue Jan 04, 2005 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reusability concepts
Replies: 9
Views: 4300

Hi,
for reusability, you can use
1. New Template from Job and
2. New Job from Template
from the File -> New
In addition to this you can create and use Shared Containers. Routines created using DataStage Manager can also be reused. Hope I have answered your question.
by memrinal
Fri Dec 31, 2004 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Exception Handler in Job Sequences
Replies: 2
Views: 1005

How to Use Exception Handler in Job Sequences

Hi. While exploring the job sequence Palette i came across Exception Handler sequence. It accepts only output links and no input links. I want to know how to use it? If it cam handle exceptions, it is a very handy thing. Please let me know how to use it. If possible send an example sequence to me on...
by memrinal
Tue Dec 21, 2004 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a DataStage Basic Program be run from Unix shell
Replies: 10
Views: 4292

Thanks a lot for your help . i was just curious how to do it. anyway thanks a lot.
by memrinal
Tue Dec 21, 2004 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a DataStage Basic Program be run from Unix shell
Replies: 10
Views: 4292

I just want to compile and run a BASIC program from The Unix Shell Prompt. Can you please tell the steps in which i should go about it
by memrinal
Mon Dec 20, 2004 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can i get a Universe BASIC Compiler
Replies: 4
Views: 1950

Where can i get a Universe BASIC Compiler

i need a Universe BASIC Compiler to compile a BASIC program from the command prompt. Where can i get the Compiler
by memrinal
Mon Dec 20, 2004 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a DataStage Basic Program be run from Unix shell
Replies: 10
Views: 4292

How do i create a type 19 file

The Universe BASIC Documentation says CREATE.FILE can be used to create a type 19 File. But the same gives
ksh: CREATE.FILE: not found
How do i create a type 19 file.
Please help.
by memrinal
Mon Dec 20, 2004 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a DataStage Basic Program be run from Unix shell
Replies: 10
Views: 4292

just wanted to run a BASIC program from shell prompt

I have been calling BASIC routines from my jobs and have written several of them. While going through the documentation of DATASTAGE BASIC i read that programs can be compiled and run from the shell prompt. but then it spoke about storing the file as a record of type 19 and some stuff i could not un...
by memrinal
Mon Dec 20, 2004 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a DataStage Basic Program be run from Unix shell
Replies: 10
Views: 4292

Can a DataStage Basic Program be run from Unix shell

I was going through DataStage Documnetation and it says that DataStage BASIC Programs can be made to run from the UNIX shell prompt. Can anyone tell me how to do that. i tried with BASIC command but the shell didn't recognize the command and gave 'ksh: BASIC: not found' message. Please let me know w...
by memrinal
Tue Dec 07, 2004 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Final Delimiter in Seq. File Stage of DS Server
Replies: 7
Views: 4139

Re: what should be column definition for the first input fil

Actually the file is in this format: File1|Field11|Field12|Field13..............|Field1N File2|Field21|Field22|Field23|Field24........|Field2M File1|Field11|Field12|Field13..............|Field1N File1|Field11|Field12|Field13..............|Field1N File2|Field21|Field22|Field23|Field24........|Field2M...
by memrinal
Tue Dec 07, 2004 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Final Delimiter in Seq. File Stage of DS Server
Replies: 7
Views: 4139

what should be column definition for the first input file

all the different files have different columns, and all are pipe separated. even the input file is pipe separated only. I haven't come across a 'final delimiter' in DS Server, but from what I understand you are trying to do you don't need it. If your first field contains 'filename' then you can outp...
by memrinal
Tue Dec 07, 2004 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Final Delimiter in Seq. File Stage of DS Server
Replies: 7
Views: 4139

Final Delimiter in Seq. File Stage of DS Server

Is there an equivalent of Final Delimiter (Of Parallel Extender' Seq. File), in server's Seq. File Stage. Actually my input file contains rows from different files, and each record's first field specifies the file to which it belongs. all the columns are delimited by Pipe (|). if there is an equival...