Example

End the file tailoring process and store the result of the processing in the file tailoring output library in member TELOUT.
ISPEXEC FTCLOSE NAME(TELOUT)
Set the program variable BUFFER to contain:
FTCLOSE NAME(TELOUT)
Set program variable BUFLEN to the length of the variable BUFFER. Enter the command:
CALL ISPEXEC (BUFLEN, BUFFER);
or alternately:
CALL ISPLINK ('FTCLOSE ','TELOUT ');