Search found 245 matches

by arunkumarmm
Tue May 31, 2011 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage not reading file with space in its name
Replies: 1
Views: 1524

I dont think space in the file name field is valid. Cant you ask your source system to send the file without space in the name?
by arunkumarmm
Tue May 31, 2011 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help in logic
Replies: 9
Views: 10035

I believe there is a typo in your output. From what I understand, your output should be: id,sum,diff ------------ l1,69,29 l2,45,45 l3,102,10 If my understanding is correct, I created a small job and tested it. Try and let us know: Assuming your source is a flat file: BEGIN HEADER CharacterSet "...
by arunkumarmm
Tue May 31, 2011 10:38 am
Forum: General
Topic: Is there a way to Capture what Sequential files were Process
Replies: 11
Views: 5201

I'm not sure if there is a way to list the file names that were processed but you can use a 'ls' command with the same file pattern and print it to the log.
by arunkumarmm
Fri May 27, 2011 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading 2GB CLOB Data from Oracle table through DataStage
Replies: 7
Views: 10053

We use to define the column as LongVarChar with 999999999 to read and write the CLOB data. And its working fine.
by arunkumarmm
Fri May 27, 2011 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi byte characters getting rejected
Replies: 5
Views: 5302

Set you job level NLS to MS1252. It should work.
by arunkumarmm
Thu May 26, 2011 8:51 am
Forum: General
Topic: calling multiinstance child sequence in multiinstc main seq
Replies: 3
Views: 2229

Why dont you just include a parameter in your main sequence to say what kind of run it is and determine what value to pass to child sequence?
by arunkumarmm
Mon May 23, 2011 12:15 pm
Forum: General
Topic: Command Activity
Replies: 5
Views: 2600

Its @FM
by arunkumarmm
Fri May 20, 2011 10:12 am
Forum: General
Topic: Passing values between jobs (routines) in a sequence
Replies: 4
Views: 2316

Set the value as user status in Job A and pass it on to Job B in the Sequence.
by arunkumarmm
Fri May 06, 2011 10:38 am
Forum: General
Topic: Error Calling Subroutine in DataStage Director
Replies: 12
Views: 18512

We do get the same issue as Gregg and as said closing and opening the client will solve this issue. And this is regardless of Designer or Director..
by arunkumarmm
Fri May 06, 2011 10:34 am
Forum: General
Topic: db2 source datastage
Replies: 4
Views: 1981

Even the job parameters or ENV variables are used in that way
by arunkumarmm
Fri May 06, 2011 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can .txt file contain null value?
Replies: 10
Views: 9229

chulett wrote:Actually, they're not. What you have in sequential files are empty fields rather than nulls. ...
Craig,

You mean to say IsNull will not treat this field as NULL? I believe they do.
by arunkumarmm
Fri May 06, 2011 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output attributes
Replies: 2
Views: 1976

XML output attributes

Hi, We are trying to create a target xml file. The requirement is NOT to create an empty attribute in the target. I know used the option "Replace empty with NULL" in the xml output stage but this doesnt work for the attributes. Can you please let me know if there is a way to achive this? T...
by arunkumarmm
Mon May 02, 2011 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a simple XML File
Replies: 1
Views: 1694

How have you defined your xPath and what is your repetition element?
by arunkumarmm
Mon Apr 11, 2011 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count(*)
Replies: 22
Views: 8089

Did it work?
by arunkumarmm
Fri Apr 08, 2011 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage:Inserted value too large for column ,row rejected
Replies: 4
Views: 4194

We got this error most of the time when there is a special character in the data and the NLS is not defined properly.