Search found 150 matches

by vinsashi
Tue Dec 08, 2009 5:46 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 3885

i am giving idea for that one not same team
by vinsashi
Tue Dec 08, 2009 5:33 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 3885

Hi, if jobs are in job sequence in job activity stage we should set triggers for that. In triggers we should set expression type as custom and write expression call activityvarible jobstatus=runok(system varible) or jobstatus=runwarn(systemvarible). then the job wont abort and after finishing if u h...
by vinsashi
Tue Dec 08, 2009 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype equivalent
Replies: 7
Views: 3080

Hi ,
I have imported that one from osh schema defination.is any differnce when importing metadata from plug-in metadefination and osh schema
Thanks
v..
by vinsashi
Tue Dec 08, 2009 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype equivalent
Replies: 7
Views: 3080

Hi,
I have one table product in oracle database.i have to take this one as a source.how we wil get Orchestrate schema defination. After executing job we wil get orchestrate schema defination from dsx file.before how we will get OSH schema


Thanks
....
by vinsashi
Tue Dec 08, 2009 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype equivalent
Replies: 7
Views: 3080

datatype equivalent

Hi,
my source is oracle database in that for some fields data type is varchar2.
when i am importing meta data in oracle oci stage in datastage what i have to mention data type in data stage(for varchar2 equivalent datatype is varchar or someother)

Thanks
by vinsashi
Tue Dec 08, 2009 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job parameters
Replies: 3
Views: 1526

Job parameters

Hi, I have delcared some jobparameters for jobs. at the time running i have to give values for that parameters stgdbuserid stgdbpassword for example above two are parameters.but i need to give values for that from one text file.for that i wil get one text file(in that the values are availble for job...
by vinsashi
Mon Dec 07, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: overwrite query in OracleOCI stage-performance
Replies: 5
Views: 1613

Hi, i have two tables transcation,product TXN txn_id pd_id rev in product pd_id pd_nm in output i want this target is hashfile pd_id txn_id pd_nm rev procedure1: i will write query it self in database stage procedure2; using transformer and source and refrence as tables(lookup in server ) In both wh...
by vinsashi
Mon Dec 07, 2009 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: overwrite query in OracleOCI stage-performance
Replies: 5
Views: 1613

overwrite query in OracleOCI stage-performance

Hi, I Have two tables .Daily i will get 0.1 million records.i have to join two tables with key column and i have to retrieve one column from other table. i have overwrite query in oracle oci stage(i used join query itself) is inthis way good performance wise or using lookup performance good which pr...
by vinsashi
Thu Dec 03, 2009 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate code in dsx
Replies: 3
Views: 2092

Hi, from existing dsx i am creating multiple dsx files with different metadata for example source eid,dept 1,cse 2,ece 3,cse the source is txt file and loading into dataset i did one job for this one.i next i am getting another new file but i wont do new job with existing dsx i wil change metadata ....
by vinsashi
Thu Dec 03, 2009 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate code in dsx
Replies: 3
Views: 2092

Orchestrate code in dsx

Hi, I have removed orchestrate code from dsx(one job of dsx) and again i imported dsx(which has with out orchestrate code) after that also i got succeed in importing and i got job in designer.what is the purpose of oshcode. ################################################################# #### STAGE...
by vinsashi
Thu Dec 03, 2009 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: even-odd data
Replies: 15
Views: 5408

Hi, transformer stage varible part declare first two stage varibles in trasnformer a=@inrownumber(from system varible you wil get) b=if mod(a,2)=0 then 'even' else 'odd'( you wil get mod operator in functions--->mathematical ) constraint in the first constraint give b='even' in the second constraint...
by vinsashi
Mon Nov 30, 2009 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 4692

hi, I have tried with that one.but in my source under one column data will generated dynamically its not fixed ename mid aa,bb,cc 1001 cc,dd 1002 ee,ff,gg,hh,ii 1003 here we not constant under ename we may get more than 5values also with comma.how can we will divide columns with comma deleimeter. Th...
by vinsashi
Mon Nov 30, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 4692

Hi, we cant do by using pivot stage for that scenario. i have tried with pivot stage also.in the pivot stage we can merge data from 2more columns to single column.but here singl column row data we are spliting into under same column multiple rows. if any other solution...please tel me Thanks vin..
by vinsashi
Mon Nov 30, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 4692

Hi,
Please help me for this...
Thanks
vin...