ABEND error

sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

ABEND error

Post by sourceuno »

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?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

ABEND error

Post by John »

John Turnbull
Thunderstone Software