Search found 172 matches

by mdbatra
Thu Jan 12, 2012 6:32 am
Forum: General
Topic: Job Control Routine
Replies: 1
Views: 1183

Job Control Routine

Hi All, I wrote a server job control with the below code: CompSt = pCompareSt(job param, an integer) CompEnd = pCompareEnd(job param, an integer) output_file = pOutputFile(full path for o/p file) loop_count = ( CompSt- CompEnd) + 1 current_date = DATE() OPENSEQ output_file TO open_file ELSE Call DSL...
by mdbatra
Mon Oct 17, 2011 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2669

Hi Ray, I have used this now: number_of_stages = DCount(full_stage_list,",") count = 1 LOOP WHILE count <= number_of_stages stage_name = Field(full_stage_list,",",count) linknames = DSGetStageInfo(job_handle,stage_name,DSJ.LINKLIST) record = category :"|": job_name :&qu...
by mdbatra
Thu Oct 13, 2011 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2669

sure..will get back if i find any hiccups doing that :)
Thanks again !
by mdbatra
Wed Oct 12, 2011 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2669

oh..sorry, i just asked without giving a thought to it :(
Thanks Ray !
by mdbatra
Wed Oct 12, 2011 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2669

ok...Where can i find the detailed info regarding their usage ?
by mdbatra
Wed Oct 12, 2011 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2669

Fetching Link Names for all stages, for all the jobs.

Hi, I need to make one seq file which contains 3 columns for each job in the project: 1. Job Category(In Repository) 2. Job Name 3. Stage Names : Link Names I am able to get upto #2 and first part of #3(till stage names). For that i have used job control using BASIC. DSGetJobInfo(with StageList + St...
by mdbatra
Wed Oct 12, 2011 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing Data in DataStage Hashed files
Replies: 3
Views: 1981

Thanks Ray !
by mdbatra
Fri Oct 07, 2011 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing Data in DataStage Hashed files
Replies: 3
Views: 1981

After little more search, i understand that we need to use the dssh command from the $DSHOME/bin. Do we need to execute dsenv here first and then execute dssh ? I don't have permissions to execute dsenv, hence checking whether i am on correct lines or not . But i still couldn't figure out how to mak...
by mdbatra
Fri Oct 07, 2011 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing Data in DataStage Hashed files
Replies: 3
Views: 1981

Viewing Data in DataStage Hashed files

Hi All, I have recently transitioned from DataStage EE to Server version. While working with Hashed files here in server, keen to know how to view the data in Hashed files from Unix like we do for datasets in EE using orchadmin commands ? Tried in administrator client, listing the hashed file(direco...
by mdbatra
Sat Apr 23, 2011 8:54 am
Forum: IBM QualityStage
Topic: Reference Match Stage aborting
Replies: 6
Views: 3751

Fine :) Thanks very much.
by mdbatra
Fri Apr 22, 2011 9:22 am
Forum: IBM QualityStage
Topic: Reference Match Stage aborting
Replies: 6
Views: 3751

The job is running fine on its own again :)
But, to be on safer side, i have added extra blocking columns.

One more thing, do we have any way to parameterize the Match specifications in the Reference match stage or something like that to provision Match specifications at Run Time.
by mdbatra
Wed Apr 20, 2011 3:57 am
Forum: IBM QualityStage
Topic: Reference Match Stage aborting
Replies: 6
Views: 3751

Reference Match Stage aborting

Hi, I am running a job with Reference Match stage. I am able to test my Pass in the Match specification and the job as well was running fine. Now suddenly the job is getting aborted because of the below warning/error. Warning: "rmDelivryOffcAndOrgName,0: Maximum # relabelling loops exceed limit...
by mdbatra
Fri Apr 15, 2011 12:16 am
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 3544

So stupid of me...
Thanks :D
by mdbatra
Thu Apr 14, 2011 8:51 am
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 3544

Are these match specifications stored somewhere in the project directory or any other place in the DS repository.
by mdbatra
Tue Apr 12, 2011 6:06 am
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 3544

Thanks for reply. I observed that cutoff values are specified at the bottom of Match Designer window. I think it would be good if i provide with you the intent. I need to perform Reference Match(Many-to-one) with the following(sample) data: Source Data Col1, Col2 A,International Bus. Machine A,Inter...