Example

Delete a row of the table TELBOOK.
ISPEXEC TBDELETE TELBOOK
Set the program variable BUFFER to contain:
TBDELETE TELBOOK
Set program variable BUFLEN to the length of the variable BUFFER. Issue the command:
CALL ISPEXEC (BUFLEN, BUFFER);

or alternately

CALL ISPLINK ('TBDELETE','TELBOOK ');