SPACE is intended to provide information about EDMS record
utilization for a given data base.  SPACE physically scans
the data base counting the # of record (group) occurrences.
It then examines the schema which defines the data base and
calculates the record size and total space used by all of
the occurrences.  It also determins the group type and the
number of sets and pointers in each group.

The standard DCBs F:DB01, F:DB02 etc. should be !SET
to the EDMS data base areas.  The schema should be !SET F:SCHE.
Input directives are only required if all areas of the data base
are not to be scanned or if any area requires a CIPHER key.

Input control commands*

!SPACE
DMSSPACE -EXTENDED DMS
>AREA=area-name
>(cr)

You may run SPACE in batch by using the following:

!.  !BATCH SPACE_BA.X ;
!.  $ SNAME=source-schema-name,;
!.  $ DB1=area-name-1,;
!.  $  ... ,;
!.  $ DB10=area-name-10

!.  !BATCH SPACE_BA.X ;
!.  $ SNAME=source-schema-name,;
!.  $ DBPACK=DP or data-base-pack-name,;
!.  $ DB1=area-name-1,;
!.  $  ... ,;
!.  $ DB10=area-name-10
