Search found 26 matches

by balaya.ds
Sat Jul 24, 2010 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle the below error in modify stage?
Replies: 1
Views: 1038

How to handle the below error in modify stage?

Modify_1: Error when checking operator: When binding output schema variable "outRec": When binding output interface field "hiredate" to field "hiredate": No default conversion from source type "timestamp" to result type "date"
by balaya.ds
Fri Jun 18, 2010 10:16 am
Forum: General
Topic: Interview Question
Replies: 2
Views: 1483

Interview Question

We have a scenario like this given below

NAME LOCATION

balu Hyd
balu chennai
balu banglore


we want output like this in target table

NAME LOCATION

balu hyd/chennai/bangalore



_________________[/i]
by balaya.ds
Fri Jun 18, 2010 9:05 am
Forum: General
Topic: Interview Qst?
Replies: 2
Views: 1952

Interview Qst?

We have a scenario like this given below

name Location
balu Hyd
balu chennai
balu banglore

we want ouput like this in target

balu --------> hyd/chennai/bangalore

The qst is how would u do that
by balaya.ds
Tue Mar 09, 2010 1:13 am
Forum: General
Topic: how much volume of data can load in Xml stage per file?
Replies: 3
Views: 1489

how much volume of data can load in Xml stage per file?

how much volume of data can load in Xml stage in datastage per file?
by balaya.ds
Fri Feb 12, 2010 2:43 am
Forum: General
Topic: shell Scripting
Replies: 3
Views: 1803

shell Scripting

how to run script from datastage?
by balaya.ds
Fri Feb 12, 2010 1:36 am
Forum: General
Topic: how to handle CLOB datatype in Datastage?
Replies: 6
Views: 14746

how to handle CLOB datatype in Datastage?

how to handle CLOB datatype in Datastage?
by balaya.ds
Tue Jan 26, 2010 9:48 pm
Forum: General
Topic: Functional dcoument
Replies: 1
Views: 1923

Functional dcoument

what is Functional dcoument & Technical dcoument.
pls expain in detail
by balaya.ds
Fri Jan 22, 2010 11:20 pm
Forum: General
Topic: Bulk Load
Replies: 1
Views: 1250

Bulk Load

what is bulk load in datstage..?
explain how many loads are there?
by balaya.ds
Fri Jan 22, 2010 11:10 pm
Forum: General
Topic: Seruential file
Replies: 1
Views: 1067

Seruential file

i have one seq file and three sequential files in taget.OK my question is in source there is records like 1,,2,3,4,5,6,7,8.. in target i want 1 and 4rec goes to first seq file 2 and 5 rec goes to second seq file 3 and 6 rec goes to third seq file i hope tht u got it.how to do that?
by balaya.ds
Sun Jan 17, 2010 12:22 am
Forum: General
Topic: Oracle call Interface
Replies: 1
Views: 1079

Oracle call Interface

what is OCI in datastage px..?

pls expalin in detail what is use of that..?

is it available ....in parallel or server jobs?
by balaya.ds
Sun Dec 27, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I remove numeric values from a string?
Replies: 4
Views: 2643

How can I remove numeric values from a string?

the string is like in the source data
" abcde 1234 efgh 45678 nmhj 7895 ". i
In parallel jobs I want to convert in target like "abcde efgh " ie i want to remove numeric values and send string to target