{
{   The purpose of this request is to collect subsequent commands from the
{ current command file and write them, one per line, to a specified file.
{ Collection is terminated when a specified "terminator" is found as a
{ "command" (the terminator is not written to the collection file).  Collection
{ is also terminated if end-of-information is encounterred.
{
{   This request is intended for use by command utilities; therefore if the
{ requesting task does not have an active call to clp$include_file/line, the
{ request will terminate with an error status.
{
{       CLP$COLLECT_COMMANDS (FILE, TERMINATOR, STATUS)
{
{ FILE: (input)  This parameter specifies the file which is to receive the
{       collected commands.
{
{ TERMINATOR: (input)  This parameter specifies the collection "terminator"
{       name.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: cle$unexpected_call_to
{
