PDUMPA - dump selected areas of memory, ASCII.

Usage:

call pdumpa(a1,b1,j1, ... ,aN,bN,jN)
   or
call pdumpa

Where:

a
is the beginning variable of the area to be dumped.
b
is the ending variable of the area to be dumped.
j
is an integer expression specifying the type of data being dumped.
0
undefined (dump in octal).
1
integer
2
real
3
float
4
complex
5
logical
6
character

Description:

PDUMPA dumps the specified list of memory areas. The argument list is a set of triples specifying a sequence of areas to be dumped. PDUMPA can also be called without an argument list, in which case all of memory is dumped in octal.

PDUMPA can only be called from a program compiled in ASCII. (Fortran 77 compiles in ASCII by default.)

See Also:

expl f77 lib dump

expl f77 lib dumpa

expl f77 lib pdump

Copyright © 1996, Thinkage Ltd.