Search found 147 matches

by Titto
Tue Dec 13, 2005 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Select distinct records from Files
Replies: 22
Views: 8793

read your source file and write it to a Hash file.
by Titto
Tue Dec 13, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 4462

I am trying to get the job stats like when it is started, ended, input link counts and outut link count... I tried using DSGobLogSummary fucntion but the code i got it in message board is returning the same as in Director but i need the output in detail. Like if you click the director log it will po...
by Titto
Mon Dec 12, 2005 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job log from Multi Instance jobs
Replies: 5
Views: 1645

Re: Job log from Multi Instance jobs

Where do we code the following code is it in JobControl or create it as a After/Before job routine. Any help is appreciated!! Thanks ArndW. That was quite useful, I enhanced the framework suggested by you to suit multi instant jobs and following is the code...Might be useful for some... Thanks again...
by Titto
Mon Dec 12, 2005 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 4462

Thanks! Arndw
by Titto
Mon Dec 12, 2005 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 4462

Luciana,

Actually i am looking for DSMakeJobReport function code it self.
by Titto
Fri Dec 09, 2005 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 4462

DSMakeJobReport Code

Hi,

Any idea where do i get the code for DSMakeJobReport.

Thanks
by Titto
Fri Dec 09, 2005 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to know list of hash files in a particular project
Replies: 6
Views: 1981

Where do we run these SQL's if it is in Administrator, should it be in single line ?
by Titto
Wed Nov 30, 2005 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log Path to see the Job LOG - not thru Director!!!
Replies: 11
Views: 2812

Log Path to see the Job LOG - not thru Director!!!

Hi,

My Director is not able to show a particular job log , may be it is too big to load.
Is there a way to look at the Job Log in Unix? , not thru Director.
if so where do i look for job log in Ascential path?

Thanks
by Titto
Mon Nov 14, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJob command giving error
Replies: 2
Views: 1392

Thanks Ray!
it was my fault!!! project name is in "abc" (Lower case).
by Titto
Fri Nov 11, 2005 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJob command giving error
Replies: 2
Views: 1392

DSJob command giving error

Hi
When i run following Dsjob command it is giving follwoing error

Code: Select all

dsjob -run -warn 10 ABC Myjob
ERROR: Failed to open project

Status code = -1002

I am running this command from Unix command line in DataStage/DSEngine/bin path.

Any help is appreciated!
by Titto
Mon Nov 07, 2005 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Good and Bad records
Replies: 5
Views: 2745

Hi ArndW If i understood correctly, first i need to read the source file with out any delimeters... and in the transformer use Dcount to get the number of delimeters (for example if i get the count of delemeters 50 then in the constraint Dcount(Link.rec,'|') = 50 then good records) and write to outp...
by Titto
Mon Nov 07, 2005 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Good and Bad records
Replies: 5
Views: 2745

Good and Bad records

Hi all, I have a sequential file with Pipe delimited format, and i have layout for that. But the some of the input records are not following the Metadata layout, i would like to write those records to another file and good records to good file. Good Input record with correct lay out:- AAA|BBB|CCC|12...
by Titto
Wed Oct 26, 2005 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig 64 bit files
Replies: 5
Views: 2580

Craig summed it up well. Things will not break, if that's what you were concerned with. However, there is a computational penalty (recall that DataStage is primarily a 32-bit environment, so has to construct 64-bit numbers) as well as a space penalty (there are three or five pointers per record, so...
by Titto
Wed Oct 26, 2005 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 6
Views: 1889

how to check that one.. ?
by Titto
Wed Oct 26, 2005 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 6
Views: 1889

Hi Ray, We did not change any parameters in that job, we are currently (use to) using 50000 as Array Size at Oracle (ORAOCI9) stage and "Allow Stage Cache" check in Hash file stage. Do you think is 50000 is huge and also " allow stage cache" also over head at hash file stage. wha...