Search found 162 matches

by laknar
Thu Sep 11, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we call UniX Scripts in Jobs(Not in Sequence)
Replies: 4
Views: 2390

Can we call UniX Scripts in Jobs(Not in Sequence)

Hi,

Can we call UniX Scripts in Jobs? i.e Transformer Stage

if IsNull(A) then SetNull()

Instead of the above condition can we use

NullToValue(A,NULL).

Please suggest me.
by laknar
Wed Sep 10, 2008 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL Character in File.
Replies: 3
Views: 1252

1$244$^@$$$
Where $ is Delimiter.
but ^@ generating extra.
I beleive this is due to Empty STring.
by laknar
Wed Sep 10, 2008 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL Character in File.
Replies: 3
Views: 1252

How to avoid NULL Character in File.

Hi,

We are generating the Files

when we generate the file getting (^@) i.e Null Character(Char(0)).
Due to this we are unable to load the file.
by laknar
Wed Aug 13, 2008 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert SWIFT message to XML file (or) flat file
Replies: 6
Views: 5352

Is Mapstage is called as Datastage TX Job in Parallel Job processing Stage.
by laknar
Sat Aug 09, 2008 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How To Convert EXE Jobs into Design.
Replies: 2
Views: 905

How To Convert EXE Jobs into Design.

Unfortunately we lost all jobs.We dont have backup
But we have exe jobs.

How do i convert into Exe into Design.
is there any way to do that?
by laknar
Tue Aug 05, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2-implementation
Replies: 6
Views: 2317

the thing i have used existing as reference and New as source.
In reference i dont have any records.
so we populating the records first time.
how do i insert the records with rec version.
by laknar
Tue Aug 05, 2008 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed a keylookup for record
Replies: 1
Views: 1112

Failed a keylookup for record

Im using LookupStage .im getting below message.

I got the massege: Failed a keylookup for record. Then it gives another msg: Operator's runLocally() failed.

i don't know where to change the Failed to Continue.
by laknar
Tue Aug 05, 2008 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2-implementation
Replies: 6
Views: 2317

http://etl-tools.info/en/datastage-tuto ... astage.htm


Im not able to insert new records when we load first time.
How to insert the record version for first time load

For next time i can upto into REC_VERSION+1
by laknar
Tue Aug 05, 2008 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2-implementation
Replies: 6
Views: 2317

Hi,

Design is

SOurce-------lookup------transformer-------transformerSplit----insert and update.

I have insert the rec version when we load first time.
by laknar
Tue Aug 05, 2008 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2-implementation
Replies: 6
Views: 2317

scd2-implementation

Hi,

I have exactly the same design.

When we load the records first time into the dimension table.
How can i load without Suurogate key stage,trigger.

Please advice me

exactly the same design in ETL Tools Info.

etl-tools.info - datastage-tutorial- scd2-implementation
by laknar
Tue Aug 05, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: etl-tools.info - datastage-tutorial- scd2-implementation?
Replies: 6
Views: 5033

Hi,

I have exactly the same design.

When we load the records first time into the dimension table.
How can i load without Suurogate key stage,trigger.
by laknar
Tue Aug 05, 2008 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2 implementation!!
Replies: 10
Views: 4807

Hi,

source-------lookup--------transformer-------Insert and Update

When we load the record into the dimension table first time.
How can i load record version without Surrogate key,trigger and sequence options.
by laknar
Fri Jul 25, 2008 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape character in v8
Replies: 6
Views: 2984

From Clause missed.
What is the datatypes for those two columns.

laknar
by laknar
Fri Jul 25, 2008 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join a column in another table (without Join)
Replies: 4
Views: 1881

Hi all,

I have acheived this through UNION ALL.

Laknar
by laknar
Fri Jul 25, 2008 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing Nulls to Sequential File
Replies: 7
Views: 4745

Check for length in transformer stage if it is 0 then use set null function.