Example

Erase member TELOUT in the file tailoring output library.
ISPEXEC FTERASE TELOUT
Set the program variable BUFFER to contain:
FTERASE TELOUT
Set program variable BUFLEN to the length of the variable BUFFER. Enter the command:
CALL ISPEXEC (BUFLEN, BUFFER);

or alternately

CALL ISPLINK ('FTERASE ','TELOUT ');