DUMP - dump selected memory and terminate execution, BCD.
Usage:
call dump(a1,b1,j1, ... ,aN,bN,jN)
   or
call dump
Where:
    - a1,b1,j1, ... ,aN,bN,jN 
 
    - is an argument list specifying the areas of memory to be
        dumped, and the formats to use. 
 
Description:
DUMP dumps the selected areas of memory, and terminates the
program. 
DUMP is used by a program compiled in BCD. 
See Also:
    - expl f77 lib pdumpa 
 
    - for a description of the argument list. 
 
Copyright © 1996, Thinkage Ltd.