Page 1 of 1

Complex flat file with constraint

Posted: Fri Mar 22, 2013 10:26 am
by RK72
We are reading an EBCDIC data file successfully with cff stage but there's one issue- not able to use constraint on the Output tab with a job parameter.

The requirement is to filter out certain records and if I hard-code the value it works fine but not when I use a job param. Funny thing is the drop down shows the param name itself so I'm not even typing it. It fails during Compilation saying

Code: Select all

Error compiling MFF output constraint: col1 = JobParam.date
Variable 'JobParam.pDate' not defined
Any one see this before?

Posted: Mon Mar 25, 2013 3:42 am
by nikhil_bhasin
well can you just double check the param names i can see 2 different params here
JobParam.date and JobParam.pDate