You can validate the apply engine job script by using the SQData parse command to create the compiled .prc file expected by the sqdata engine.
- Run this command
sqdparse $SQDATA_VAR_DIR/apply/DB2ZTOORACLE/scripts/db2ztooracle.sqd $SQDATA_VAR_DIR/apply/DB2ZTOORACLE/scripts/db2ztooracle.prc
For example,connect> sqdparse $SQDATA_VAR_DIR/apply/<ENGINE_NAME>/scripts/<engine_name>.sqd $SQDATA_VAR_DIR/apply/<ENGINE_NAME>/scripts/<engine_name>.prc
- Correct any errors identified by the parse command and try again.