Search found 29 matches

by ReachKumar
Wed Mar 03, 2010 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage using Two Sequential Files
Replies: 9
Views: 4894

Same sequential file can't be used as input and output.

Since you have used sequential files as outputs in the job.They can't be used as inputs in the same job.Only the reject link is allowed for the output file.

If you want to join the output files, then you can do that in another job.
by ReachKumar
Wed Mar 03, 2010 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get end of Month based on year and Month
Replies: 19
Views: 10837

Adding one more point :
Logic to findout Leapyear:

If (Year%400 = 0 ) or ( Year%100 <> 0 and Year%4 = 0 )
by ReachKumar
Fri Feb 26, 2010 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and Load in Oracle Stage
Replies: 13
Views: 12129

Adding one more point to the above post:
Use Sequential file after Target BD stage with reject link.
by ReachKumar
Fri Feb 26, 2010 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and Load in Oracle Stage
Replies: 13
Views: 12129

Hi,

I understand your requirement is Truncate and Load.
If my understanding is correct then select the following options in Target DB stage,

Write Method=Load
Write Mode=Truncate
by ReachKumar
Wed Jan 27, 2010 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading and Writing to same sequential file
Replies: 5
Views: 3289

Yes you can use Unix command to rename the Target file to the Source file in the after job sub routine property of Data Stage job.
by ReachKumar
Thu Jan 14, 2010 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same Table as Source and Target
Replies: 8
Views: 4884

Informative.. Thanks
by ReachKumar
Mon Jan 11, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture stage
Replies: 4
Views: 1653

I guess , the same input files are used(With same data) for both the runs and the output file update mode is append.

If my guessing is correct, change the update mode to Overwrite and test with different input data.
by ReachKumar
Mon Jan 11, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same Table as Source and Target
Replies: 8
Views: 4884

So its better to avoid to have the same table as source and target.

If my requirement is truncate and load, then i think its not possible to use same table as source and target.

Am i correct?
by ReachKumar
Fri Jan 08, 2010 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same Table as Source and Target
Replies: 8
Views: 4884

Same Table as Source and Target

Hi,

Can we use same table as source and target.

Job : Db2stage and lookup file -> Transformer -> DB2stage

Thanks in advance.
by ReachKumar
Thu Jan 07, 2010 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deletion of Dataset without Orchadmin command
Replies: 7
Views: 3539

Yup..

My configuration file uses 2 nodes and i saw two files regarding the dataset in resource disk path.

So Can we remove these two files using rm or any other way.
And if we remove using rm command, will it remove all the information regarding orphan dataset.

Thanks in advance.
by ReachKumar
Thu Jan 07, 2010 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 load error
Replies: 2
Views: 2006

DB2 load error

Hi,

I got this error When i try to load into DB2 table.

Error:
BuildOutandAudit_tran,15: Fatal Error: Caught ORCHESTRATE exception in parallel process: APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_DB2Partitioner".

Any solutions please?
by ReachKumar
Wed Jan 06, 2010 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deletion of Dataset without Orchadmin command
Replies: 7
Views: 3539

Hi kduke,

Can you make it clear?

Thanks for the replies guys.
by ReachKumar
Wed Jan 06, 2010 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deletion of Dataset without Orchadmin command
Replies: 7
Views: 3539

Deletion of Dataset without Orchadmin command

Hi, I am new to DataStage. I created one dataset using ds job and i removed the dataset using rm command from unix( Without orchadmin command). My question is, Does any information exist regarding dataset or total information has been removed. If exists, what kind of information exists and how can w...