Page 1 of 1

is a non-ref input link mandatory for Column Generator Stage

Posted: Sat Jun 21, 2014 10:01 pm
by dgokulakrishnan
Hello All -

I am desgining a parallel JOB and using a Column Generator in order to generate a Unique number but encountered an error in V8.5 during compilation.

Error : Stage 'CG_Unique_Number' requires a minimum of '1' non-reference inpu(s).

But as per the IBM Knowledge Center input link is optional.

http://www-01.ibm.com/support/knowledge ... stage.html

is anyone can explain the reason for the above error.

Posted: Sun Jun 22, 2014 4:48 am
by ray.wurlod
Basically a Column Generator stage adds columns to an input stream. It cannot generate rows out of thin air. For that you need a Row Generator stage.