Search found 312 matches

by kirankota79
Tue Dec 19, 2006 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing an empty value in the datastage
Replies: 24
Views: 13494

i think this is not a valid sysntax..please give me the correct one
by kirankota79
Tue Dec 19, 2006 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing an empty value in the datastage
Replies: 24
Views: 13494

replacing an empty value in the datastage

I have some NULL and empty values in column of file. I want to replace both of the values to some numeric value. I can replace a NULL with a value but i cannot for the empty one. Iam using If then else in datastage. Can anybody help me.
by kirankota79
Tue Dec 19, 2006 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with loading sequential file of DB2 table
Replies: 10
Views: 7360

should i do it manually?....In datastage i have set the quote as double.
by kirankota79
Tue Dec 19, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with loading sequential file of DB2 table
Replies: 10
Views: 7360

I have 55 columns in the file and only 2 columns have the problem. i.e., they are getting rejected. how can i set the delimiter for these two columns. delimiter is used for the whole file.
by kirankota79
Mon Dec 18, 2006 7:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with loading sequential file of DB2 table
Replies: 10
Views: 7360

problem with loading sequential file of DB2 table

I have connected to a db2 database from datastage and taken the output of a table to a sequential file. Now iam using this sequential file as an input for another job. But iam geeting lot of warning saying that some data is rejected. The errors iget look like the following: Personnel,0: Field "...
by kirankota79
Mon Dec 18, 2006 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning while running parallel job
Replies: 1
Views: 1006

warning while running parallel job

Can anybody please tell me the meaning of the following warning:


Sequential_File_2: When checking operator: When validating export schema: At field "MOVE_JOB_ACTION": Exporting a fixed length field with a "null_field" of length 0 will prohibit a re-import of this field
by kirankota79
Mon Dec 18, 2006 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 3345

I have 55 columns in my db2 file. Now the job running since i removed the extended type (unicode) for all the columns. In this file i have also some timestamp columns. Physically i got an output sequential file created. but when i try to view data from data stage i get this error. ##E TOIX 000139 08...
by kirankota79
Mon Dec 18, 2006 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 3345

these are the error iam getting: DB2_UDB_API_10,0: Info: DB2_UDB_API_10: Using NLS map ISO-8859-1 DB2_UDB_API_10,0: Field type must be string in order to call setOutputFieldAsString() for field '37' in output dataset '0'. (fatal) DB2_UDB_API_10,0: Operator signalled one or more errors.(fatal) DB2_UD...
by kirankota79
Mon Dec 18, 2006 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 3345

i have tried to change the extended code....but still it is not working.
by kirankota79
Mon Dec 18, 2006 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 3345

error in parallel job with source as DB2 database

I have created a prallel job in which i have source db2 connection, a transformer and a sequential file as output file. I just want to get the data from db2 source into a sequential file without any transformation. When i try to run the job, i get the following error. DB2_UDB_API_10,0: Field type mu...
by kirankota79
Tue Oct 31, 2006 9:43 pm
Forum: General
Topic: viewing data from the input sequential file of a paralleljob
Replies: 6
Views: 7810

datatype in the sequential file of a parallel job

samsuf2002 wrote:check the data types for the fields in source file
Iam using a column name called SSN and i defined it as an integer. since SSN has 9 digits.....it is automatically taking the length as 10. and iam using only one this column as input.
by kirankota79
Tue Oct 31, 2006 3:47 pm
Forum: General
Topic: viewing data from the input sequential file of a paralleljob
Replies: 6
Views: 7810

viewing data from the input sequential file of a paralleljob

Hi ...Can anybody please tell me how i should view the data from the properties of a sequential file in a parallel job. What iam doing is i used a sequential file to extract data, sort it and load the data in an sequential file. But iam not able to see the data in the input file. when i compile ther...