How to handle NULL values in JSL script
Hi, I am very new to JSL, my background is pl/sql. I have an INSERT (see below) to an Oracle table that is failing on some rows that have null values in a few of the columns. In Oracle I would just use NVL e.g. NVL(STD_ERROR,0) How can I do this in JSL? In this case it's just column7 that is causing the problem but I would wrap all the columns in the function(?). Any help is greatly appreciate...