Search found 726 matches

by zulfi123786
Sun Apr 18, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server routine vs parallel routine
Replies: 14
Views: 12405

okay. could you please brief me how to make the routine handle nulls or give me any reference to where it is documented.
by zulfi123786
Sat Apr 17, 2010 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server routine vs parallel routine
Replies: 14
Views: 12405

In server routines we can pass Nulls in arguments which can be checked inside the routine with IsNull() function but guess Nulls cannot be passed to and from parallel routines.... Am i right? guess we need to replace nulls with dummy values before passing as arguments.
by zulfi123786
Sat Apr 17, 2010 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Brain Teaser...Complex Scneario
Replies: 8
Views: 6000

As Ray Suggested you can use a sort stage and sort over the key columns and record start date then use a transformer with a pair of stage variables in such a way that you have both the current record sequence number and previous record sequence number then use two stage variable (svr1,svr2) , svr2:-...
by zulfi123786
Thu Apr 08, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FileSet Format
Replies: 4
Views: 4285

What i understood is that there is a sequential file which you like to be read from a fileset stage and you are wondering how to define the *.fs file. If my understanding is right then here is how i can help the *.fs file is not defined by the developer when you create the file set DataStage creates...
by zulfi123786
Thu Apr 08, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do DS_JOBS, DS_AUDIT and DS_JOBOBJECTS exist in Version 8.X?
Replies: 2
Views: 2754

Do DS_JOBS, DS_AUDIT and DS_JOBOBJECTS exist in Version 8.X?

Heard that 8.X uses DB2 for housing the repository, in that case do the files DS_JOBS, DS_AUDIT and DS_JOBOBJECTS exist or did they get replaced by any DB2 tables?

I donot have access to 8.0 else would have checked.
by zulfi123786
Thu Apr 08, 2010 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resize VOC
Replies: 13
Views: 5643

ray.wurlod wrote: VOC (from "vocabulary") contains every word and token that might be used at TCL level in a DataStage project
could anyone expand TCL.
by zulfi123786
Thu Apr 08, 2010 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC File.
Replies: 6
Views: 2883

Heard the term VOC many a times but dont actually know what it is except that it is a file that contains a list of functions. Could anyone highlight what this file is and its significance. I checked in some of the guides but didnot find any reference, if any one can provide the reference to the docu...
by zulfi123786
Thu Apr 08, 2010 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC File.
Replies: 6
Views: 2883

ray.wurlod wrote:I provided a complete solution. And corrected your erroneous syntax.
Its really good to have such people who support the learners........ :D
by zulfi123786
Tue Apr 06, 2010 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate memory
Replies: 4
Views: 2242

Can some one throw some light on the function add_to_heap()
by zulfi123786
Tue Apr 06, 2010 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to change the read cache memory size for hashfile
Replies: 8
Views: 2032

ArndW wrote:There is a whole PDF documenting the differences and link caching functionality.
In which datastage document is it discussed? I cant find anything in the server job developer guide
by zulfi123786
Tue Apr 06, 2010 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate memory
Replies: 4
Views: 2242

Unable to allocate memory

I am trying to write to a hashfile using "Allow Statge Write Cache" option set. I am facing the following warnings. djsStgFidelityBackFill_QC_52..hshTmpFidRed.lnkNewColmns: Read link private caching enabled, cache size (128MB) djsStgFidelityBackFill_QC_52..hshStgFidelityTmp.lnkOtherArrFide...
by zulfi123786
Tue Apr 06, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does authentication of user id and password happen.
Replies: 3
Views: 2316

How does authentication of user id and password happen.

How does authentication of user id and password happen and how is it different from Version 8.

Thanks in advance
by zulfi123786
Wed Mar 24, 2010 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query about Remove duplicates, join stage
Replies: 1
Views: 1371

Query about Remove duplicates, join stage

Hi Is is mandatory that the remove duplicates stage should be provided with sorted data? What if the data is not sorted explicity and forcing DataStage not to insert any sorts.... would it cause any data issues ? Same question goes for Join stage and Change Data Capture stage Consider that we are ha...
by zulfi123786
Wed Mar 24, 2010 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to kill the process for "Data Browser"
Replies: 1
Views: 950

How to kill the process for "Data Browser"

Hi

Most of the times the data browser window hangs up and i am forced to close the designer is there any means by which i can just kill the process related to the data browser to get the window closed so that i may not have to close the sesigner?
by zulfi123786
Wed Mar 24, 2010 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Details of Node and Pool in the configuration File
Replies: 4
Views: 3006

Resource Disk: It's the location where your persistant data is stored like datasets, filesets etc. Scratch Disk: It's the disk space which is used by datastage to create temporary files as and when needed Ex:Datastage creates temporary files while sorting the data which are cleared out after sort ha...