01 Single SQL command static

**FREE

exec sql update FileA set FieldA = FieldB +1;
if sqlstt <> '00000';
   // handle the error condition
else;
   // show how many records were updated
endif;

*inlr = *on;

Comments

Popular posts from this blog

07 Using CURSOR and FETCH into host DS

12 FETCH and sub-procedures