EasyManua.ls Logo

HP BACKCOPY

HP BACKCOPY
303 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
System Manager or System Operator Examples
To create a hard copy of all analysis reports from DSAP for the volume $DATA, including the
list of all user files that the DETAIL report provides:
1> DSAP /OUT $S.#PRTR/ $DATA, ANALYSIS, DETAIL
To produce a free-space distribution report about $DATA, which can be used to track space
use and detect errors on the disk before they cause problems:
1> DSAP $DATA, EXTENTCHECK, FREESPACE
To create a report for distribution to each user of the volume $DATA that describes the files
allocated to each of those users:
1> DSAP /OUT $S.#LINEPTR/ $DATA, DETAIL, SEPARATE
To perform a general security check:
1> DSAP $DATA, DETAIL, LICENSED, PROGID
Group Manager Example
To create a report for distribution to each user in the group ADMIN that describes the files
allocated to each user on the volume $DATA:
1> DSAP /OUT $S.#LSRPTR/ $DATA, USER ADMIN.*, SEPARATE,&
1>&DETAIL
User Examples
To create a listing of all the files on the volume $DATA that are owned by an individual user
(Janet) in the specified group (Sales):
1> DSAP $DATA, USER SALES.JANET, DETAIL
To create only the summary report on the volume $DATA for the current user:
1> DSAP $DATA, USER
To create a detail report for the files on volume $DATA that are Enscribe files or SQL object
program files:
1> DSAP $DATA, DETAIL, ENSCRIBE
To create a detail report for the files on volume $DATA that are SQL files:
1> DSAP $DATA, DETAIL, SQL
To create a DETAIL report limited to SQL files that are owned by the current user on volume
$DATA:
1> DSAP $DATA, SQL, USER
To create a DETAIL report limited to SQL files owned by user 9,99 on volume $DATA:
1> DSAP $DATA, SQL, USER 9,99
To create a DETAIL report limited to SQL files owned by users in group 9 on volume $DATA:
1> DSAP $DATA, DETAIL, SQL, USER 9,*
Format of the Permanent Work File
The work file is a machine-readable file that you can use to create Enform reports based on the
output of DSAP. If you do not specify a permanent work file with the WORKFILE option, DSAP uses
its swap-file volume as a default location for a temporary work file. The Data Definition Language
(DDL) description of the permanent work file is contained in the file $SYSTEM.SYSTEM.DSAPDDL.
The DSAPDDL file is released with each version of DSAP.
110 Disk Space Analysis Program (DSAP)

Table of Contents

Related product manuals