Search found 38 matches

by dssubhani
Thu Jun 16, 2011 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best options for Incremental Loading Reusablity
Replies: 3
Views: 2147

Best options for Incremental Loading Reusablity

I like to know what are the options available for incremental loading in Parallel version. I know the CDC is one of the option in which we can capture insert, update and delete. Please let me know the other options. In which design we can it as reusable design? My source is Oracle and Target is SQL ...
by dssubhani
Tue May 24, 2011 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle tables to XMLs read by previous job
Replies: 2
Views: 1569

Oracle tables to XMLs read by previous job

Hi,
how we can transform oracle tables to xml s

Thanks in advance,
Subhani
by dssubhani
Mon May 16, 2011 4:36 am
Forum: General
Topic: unix command
Replies: 1
Views: 860

unix command

Hi,

what happens when we execute these below commands in scripting:

1. cat $Job_Timestamp_file | grep jpmTimeId | cut -d"=" -f2 | sed /s/ >$Job_Timestamp_file

2 tar czf $dest/$archive_file $backup_files

pls can any one explain

Thanks in advance
subhani
by dssubhani
Thu May 12, 2011 4:47 am
Forum: General
Topic: runnig script from commandline
Replies: 3
Views: 1389

runnig script from commandline

Hi,

when running the script from command line.....getting this error..........

invalid arguments....


status=0

pls help


Thanks in advance,
Subhani
by dssubhani
Thu May 05, 2011 3:25 am
Forum: General
Topic: db2 source datastage
Replies: 4
Views: 1984

Re: db2 source datastage

Thanks for u r help michel

Regards,
Subhani
by dssubhani
Thu May 05, 2011 1:03 am
Forum: General
Topic: db2 source datastage
Replies: 4
Views: 1984

db2 source datastage

hi team, what output we will get when we execute this query...pls illustrate SELECT AUM.iResourceType, AUM.nvcMessageTitle, AUM.iMessageSeverityType, AUM.nvcMessageText, AUM.dtMessageTime , AUT.RefFlag, AUM.iMessageId, 'CFF:' + '#ARC_VersionNumber#' as Version, '#ARC_DeviceVendor#' as DeviceVendor, ...
by dssubhani
Tue Feb 01, 2011 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer in parallel
Replies: 2
Views: 1578

transformer in parallel

my source sequential file has 10000 records,now in transformer stage i want to abort the job after 8000 records loaded to target ,what we have to do............. we have to give any function <@inrownum>8000 then .....is not working...............what is the function to abort pls tell me thanks in ad...
by dssubhani
Tue Feb 01, 2011 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborted why
Replies: 1
Views: 1397

aborted why

i have 400000 rows,the job was aborted while loading 300000 rows...i don t know why it was abrted....what we have to do.......urgent...........


thanks in advance.......
subhani
by dssubhani
Sun Jan 23, 2011 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parent in hierarchy
Replies: 5
Views: 1641

PARALLEL JON

ray.wurlod wrote:Using what kind of job? This is important - it's done in different way in different job types. ...
....IN PARALLEL JOB
by dssubhani
Mon Jan 17, 2011 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parent in hierarchy
Replies: 5
Views: 1641

thnks

just read from it?how?
by dssubhani
Thu Jan 13, 2011 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 2
Views: 1170

datastage

new to unix environment....
how can i open the job through unix...what are the steps to be followed?
thanks inadvance..........

subhani
by dssubhani
Thu Jan 13, 2011 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parent in hierarchy
Replies: 5
Views: 1641

Parent in hierarchy

hi, i have parent in hierarchy having 2 childs.....this chain continues upto 25 th level..one company is on 9 th level,8th level is parent of 9th,7th to 8th....like....1st to 2nd...........now how can i track the records?what is the logic used in stage? thanks in advance..........waiting for reply.....
by dssubhani
Mon Jan 03, 2011 7:23 pm
Forum: General
Topic: autosys
Replies: 1
Views: 984

autosys

hai,
i am new to autosys,in our project after designing the job and scheduled using autosys ,i got an error

how can we rectify the error in autosys?could anyone help me....

thanks in advance,
subhani
by dssubhani
Fri Dec 17, 2010 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i have 2 sequential files
Replies: 4
Views: 2521

i have 2 sequential files

i have 2 sequential files in which
one file having firstname,lastname

2nd file having firstname,e-mailaddress

now i want output as
firstname,lastname,e-mail-address...........how?

i used join stage join type as inner it does n't work...
by dssubhani
Fri Nov 19, 2010 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: table x has a1,b1,c1 and table2 has a1,d1,e1
Replies: 1
Views: 1164

table x has a1,b1,c1 and table2 has a1,d1,e1

table1 has a1,b1,c1 and table2 has a1,d1,e1...........

now i want table2 only in which table1 values should not be there ......how?