Search found 26 matches

by Adam_Clone
Tue Apr 19, 2005 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container and Local Container
Replies: 3
Views: 9006

Re: Shared Container and Local Container

Hi Sriram , Shared containers help you to simplify your design but, unlike local containers, they are reusable by other jobs. You can use shared containers to make common job components available throughout the project. You can create a shared container from a stage and associated meta data and add ...
by Adam_Clone
Mon Apr 18, 2005 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Combine Records Stage ?
Replies: 2
Views: 2678

What is a Combine Records Stage ?

hi I tried a lot to get a combine records stage workking. I just can't figure out the idea given in the documentation. Well, i did get the idea that it combines records from the input link based on the key fields specified, but cannot digest this idea of sub-records and all that. I did try it out an...
by Adam_Clone
Mon Apr 18, 2005 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can a same sequential file be given at source and target
Replies: 6
Views: 4825

Re: Source/Target...

Dear chulet When i said 'technically', i meant that if the same file is used both as the source and the target, a job compilation wouldn't result in an error. In fact, I meant to say exactly what u said. 'In isolation'. But when the OS handles the file streams and one of the files is opened in overw...
by Adam_Clone
Fri Apr 15, 2005 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom File...
Replies: 1
Views: 1483

Phantom File...

Hi
Can somebody tell me what a phantom output file is ?
by Adam_Clone
Fri Apr 15, 2005 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Columns...
Replies: 3
Views: 1916

I got that.....

Hi Arnd.. Actually I wanted some characters... Of course, now I understand the stupidity I'd asked....Of course when I specified binary data to be generated, to the row generator the data generated is simply binary, fully randon of course...That, I accept was a stupid question....sorry. I dunno why ...
by Adam_Clone
Fri Apr 15, 2005 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can a same sequential file be given at source and target
Replies: 6
Views: 4825

Source/Target...

Hi Premila, The same file can in fact be the source and target, technically no matter at the reject link or output link. The file update mode should rather be append. But the whole affair depends on ur OS. If the update mode is Overwrite, when the seq file object opens the file, the data may be lost...
by Adam_Clone
Fri Apr 15, 2005 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Columns...
Replies: 3
Views: 1916

Importing Columns...

Hi I'm having a problem with the Import Column Stage. When I import data from a sequential file with one of the columns being binary, to a varchar or char column in the output, I'm getting unintelligible text. I'm able to view the output link data, but the imported column contains junk data. The ini...
by Adam_Clone
Fri Apr 15, 2005 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key generator
Replies: 5
Views: 4274

Re: Surrogate Key generator

hi Surrogate keys come into use usually in 'Type 2' category of jobs. These type jobs are those used to handle historcal data. For eg, say someone's address changes, and we need to keep the old address also in the data warehouse. But now the problem is that this row with the old data cannot be kept ...
by Adam_Clone
Fri Apr 15, 2005 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL compilers...
Replies: 3
Views: 1917

on the mainframe, eh ?

hi Arnd
Actually wot i wanted 2 know was....why a mainframe job in the first place. I got to know that mainframe job was one of the the three types(Parallel, Server and Mainframe jobs). Is it that these jobs are designed and run on a mainframe? and not on other systems ? I think I got the picture.
by Adam_Clone
Fri Apr 15, 2005 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL compilers...
Replies: 3
Views: 1917

COBOL compilers...

What does COBOL compilers have to do with mainframe jobs ?
by Adam_Clone
Thu Apr 14, 2005 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe Job...
Replies: 7
Views: 3604

Not clear...

what does that have to do with obtaining the data from somethn like a DB2 database on a mainframe ?
by Adam_Clone
Thu Apr 14, 2005 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe Job...
Replies: 7
Views: 3604

Not clear...

what does that have to do with obtaining the data from somethn like a DB2 database on a mainframe ?
by Adam_Clone
Thu Apr 14, 2005 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe Job...
Replies: 7
Views: 3604

Mainframe Job...

Hi
Why should a mainframe job be compiled and run on a mainframe while server and parallel jobs can be compiled and run on a DS server ?
by Adam_Clone
Thu Apr 14, 2005 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Very Interesting Bugs...
Replies: 3
Views: 1952

No output........

Hi Ray
Yes....drop output=False means keep...and thats why I've kept it. I've kept the output...but it still doesn't show. Anyways...I've tried the other way round also....didn't get it right...cud u pls try it ? :(
by Adam_Clone
Wed Apr 13, 2005 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capturing....
Replies: 1
Views: 1534

Change Capturing....

What are "edit and copy" changes as relevant to change capture stage... Is it changes to any column values. If it is so, then there appears to be a problem. It is not capturing changes made to any columns...And change code 0 stands for copy if I'm right. Is it ? Is copy just the copy of th...