rejected records

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Post by mctny »

kumar_s wrote:Hi Cetin,
Have you treid assigning a Null to a not null field in a transformer?
I meant if you don't use a nullable field in any stage variable or column derivation expression, then the transformer can handle nulls without any problem, otherwise it would drop the records unless you use null handling.

In other words unlike sequential files, transformer doesnot create any problems if you directly map input and output columns which are nullable.

sorry about the confusion due to my previous post in this topic,
Thanks,
Chad
__________________________________________________________________
"There are three kinds of people in this world; Ones who know how to count and the others who don't know how to count !"
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

In PX we have option to track even the those troublesome records from the passive stages by extending a reject link.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply