The REPORT statement provides a way to produce a report of the DLimit database accounts and associated datasets.
This function requires READ authority to the DSL.$CONTROL facility class resource.
REPORT ACCOUNT(DETAIL)
DSNAME(DETAIL
SORT (DSNAME/VOLSER/ACCOUNT/SPACE) )
ACCOUNT
Function: This is an optional parameter. The ACCOUNT operand produces a report of datasets and which account they are assigned. A list of account names is produced at the end of the report. If the DETAIL option is specified, the report will include in the list of accounts each dataset belonging to the account. DETAIL sorts by account and dataset name within the account.
Default: None
Format: REPORT ACCOUNT(DETAIL)
DSNAME
Function: This is an optional parameter. The DSNAME operand produces a report of datasets and which account they are assigned. It also produces a report of all datasets sorted by dataset name, regardless of whether they are assigned to an account. If a sort operand is specified, the subse- quent report will be sorted by the specified value.
Default: None
Format: REPORT DSNAME(SORT(SPACE))