I get the following error when I run my script that updates a table with a blob field from another table:
Monitor ABEND exception 0x0000005
Here's my script:
<sql "select id,convert(metadata, 'varchar') newmeta from table1">
<sql novars "update table2 set Metadata=$newmeta where id=$id"></sql>
</sql>
What's causing this error?
Monitor ABEND exception 0x0000005
Here's my script:
<sql "select id,convert(metadata, 'varchar') newmeta from table1">
<sql novars "update table2 set Metadata=$newmeta where id=$id"></sql>
</sql>
What's causing this error?