Search found 162 matches

by laknar
Fri Aug 21, 2009 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp conversion
Replies: 3
Views: 1673

Try this

Code: Select all

Oconv(ICONV(In.Date[1,10],"D-MY(2,2,4)"),"Y-MD(4,2,2)"):Right(In.Date,9)
by laknar
Thu Aug 20, 2009 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Needs to capture Inserts and Updates
Replies: 9
Views: 4090

first load the existing records into the hashed file. next job. refer the hashed file with source have a variable like if Not(DSlink1.NOTFOUND) then 'Y' Else 'N' in the transformer stage. have a constraint in transformer for 2 links For'Y'(UPDATE) and 'N' for(NEW) design should look like below hashe...
by laknar
Thu Aug 20, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Previous Month Last Date
Replies: 9
Views: 6620

SELECT TRUNC(SYSDATE)-1 AS LAST_MONTH_END_DATE FROM DUAL in oracle
by laknar
Thu Aug 20, 2009 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copying stage variable names
Replies: 5
Views: 2057

DSGetStageInfo(hJob,stagename,DSJ.VARLIST)
by laknar
Wed Jul 01, 2009 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2566

Datastage user has write permission in the project directory.
by laknar
Tue Jun 30, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2566

At the end ADD Project process using Datastage adminstrator Client.
by laknar
Tue Jun 30, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2566

Check Datastage is setup correctly in Project UV
(Subroutine Failed to Complete Successfully(30107))


the above error
by laknar
Tue Jun 30, 2009 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2566

executing the below command in datastage server as dsadm user.

dsadmin -createproject test -location /usr/datastage/test

below error occur.


ERROR: DSR.ADMIN: Error creating a schema

Status code = -135 DSJE_ADDPROJECTFAILED
by laknar
Tue Jun 30, 2009 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2566

Error When Creating Project?

ERROR: DSR.ADMIN: Error creating a schema

Status code = -135 DSJE_ADDPROJECTFAILED
by laknar
Mon Jun 29, 2009 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join returns wrong result with Partitioning
Replies: 14
Views: 4615

Sort the data by using sort stage(join key column) and derive the key change column.

Have a constraint (keychangecolumn=0)in transformer before writing the dataset.

We can avoid one-to-many relationship.
by laknar
Wed Jun 03, 2009 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call parallel job functions in schema file.
Replies: 2
Views: 816

How to call parallel job functions in schema file.

how to call parallel job functions in schema file?

like

Mathematical
Null Handling
Type Conversion
String Functions

e.g to convert from string to decimal

12345 to 123.45
by laknar
Mon Mar 16, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping Function
Replies: 14
Views: 10011

try this

convert(@FM,'|',Field Name)
by laknar
Fri Mar 13, 2009 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract value from file in job sequnce
Replies: 4
Views: 1152

extract value from file in job sequnce

having a file which contains a numeric digit.
how can i extract from the file in job sequence
by laknar
Fri Mar 13, 2009 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Startloop and Endloop activity.
Replies: 5
Views: 2778

my design is

database--------file

from file i have to extract and pass into loop