Is there no issue when you try to convert a NOt null column
in nullable and vice versa in aggregator styage and
transformer stage? When I tried i got the warnings but in a
running code I can see such type of scenarios. Please
explain

Answers were Sorted based on User's Feedback



Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregat..

Answer / subhash

1) there is no issue when you are converting NOT NULL column to NULLABLE column even if get null data from source.

2) But when you are converting nullable column to NOT nullable column also you will not get any issue if you get the NOT NULL data from source,
if you get nullable data from source then job will ABORT.

Is This Answer Correct ?    2 Yes 0 No

Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregat..

Answer / shar

When
col is converted from not null to null and data coming has
null or not null values then NO Problem.

But col is NULL constraint and converted to Not NULL then
two cases
i) when data coming from source has no NULL values then no
problem.
ii)when data coming from source has NULL values then the job
simply ABORTS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What is a datastage job?

0 Answers  


Differentiate between Join, Merge and Lookup stage?

0 Answers  


what is time dimension? and how to populate time demension

2 Answers   TCS,


what is usage of datastage with materialized views

4 Answers   HP, TCS,


What is RCP?

2 Answers   TCS,






Can you explain kafka connector?

0 Answers  


30 jobs are running in unix.i want to find out my job.how to do this?Give me command?

3 Answers  


What is the difference between account and directory options ?

0 Answers  


How do you generate sequence number in datastage?

0 Answers  


How to display errors in datastage?

1 Answers   TCS,


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

0 Answers  


Which warehouse using in your datawarehouse

0 Answers   IBM,


Categories