{
{   The purpose of this request is to terminate the interpretation of commands
{ for a command utility that was initiated by an INCLUDE_FILE command
{ (clp$include_file request) or an INCLUDE_LINE command (clp$include_line
{ request).  The effect of this request is delayed until the requester returns
{ control to the command language interpreter at which time it will return to
{ the issuer of the include command or request rather than continuing to read
{ commands.
{
{       CLP$END_INCLUDE (UTILITY, STATUS)
{
{ UTILITY: (input)  This parameter specifies the utility for which command
{       interpretation is to be terminated.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: cle$unknown_utility
{
{
{   Note:  If this procedure is called with a utility name of osc$null_name
{ from a command utility that was initiated by a clp$include_file request,
{ or osc$null_name is specified as the utility name when the procedure is
{ called directly, the calling job will abort.
{

