Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Print Disk Information (PRTDSKINF) command is used to print disk space information that was stored in database file QAEZDISK or QAEZDnnnnn by the Retrieve Disk Information (RTVDSKINF) command, where 'nnnnn' is the ASP number of the independent ASP for which disk space information was retrieved. The output with file name QPEZDISK goes to the spool queue associated with the job using this command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
RPTTYPE | Type of report | *LIB, *FLR, *OWN, *OBJ, *SYS | Required, Positional 1 |
ASPDEV | ASP device | Name, *SYSBAS | Optional |
LIB | Libraries | Generic name, name, *ALL | Optional |
OWNER | Owners | Generic name, name, *ALL | Optional |
FLR | Folders | Generic name, name, *ALL | Optional |
DOC | Documents | Generic name, name, *ALL, *NONE | Optional |
OBJ | Objects | Generic name, name, *ALL, *NONE | Optional |
OBJTYPE | Object types | Single values: *ALL Other values (up to 60 repetitions): *ALRTBL, *AUTL, *BLKSF, *BNDDIR, *CFGL, *CHTFMT, *CHRSF, *CLD, *CLS, *CMD, *CNNL, *COSD, *CRQD, *CSI, *CSPMAP, *CSPTBL, *CTLD, *DEVD, *DEACR, *DEADI, *DEADS, *DIR, *DIRCR, *DIRDS, *DOC, *DTAARA, *DTADCT, *DTAQ, *EDTD, *EXITRG, *FCT, *FIFO, *FILE, *FLR, *FNTRSC, *FORMDF, *FTR, *GSS, *IMGCLG, *IPXD, *JOBD, *JOBQ, *JOBSCD, *JRN, *JRNRCV, *LIB, *LIND, *MENU, *MGTCOL, *MRD, *MODD, *MODULE, *MSGF, *MSGQ, *NODL, *NODGRP, *NWID, *NWSCFG, *OVL, *PAGDFN, *PAGSEG, *PDFMAP, *PDG, *PGM, *PNLGRP, *PRDDFN, *PRDLOD, *PSFCFG, *QMFORM, *QMQRY, *QRYDFN, *RCT, *SBSD, *SCHIDX, *SPADCT, *SQLPKG, *SRVPGM, *SSND, *STMF, *SVRSTG, *SOCKET, *SYMLNK, *S36, *TBL, *TIMZON, *USRIDX, *USRPRF, *USRQ, *USRSPC, *VLDL, *WSCST |
Optional |
MINSIZE | Smallest size | Decimal number, 0 | Optional |
SORT | Sort by | *SIZE, *OWNER, *LSTCHG, *LSTUSE, *NAME | Optional |
Top |
Specifies the type of report to print. The report information is taken from member QCURRENT in QAEZDISK or QAEZDnnnnn, where 'nnnnn' is the ASP number of the independent ASP for which disk space information was retrieved. If QCURRENT does not contain any data, an error message is sent.
This is a required parameter.
Restrictions:
Top |
Specifies the auxiliary storage pool (ASP) device for which disk space information is to be printed.
Top |
Specifies the names of the libraries to print information about.
Top |
Specifies the names of the owners (user profiles) to print information about.
Top |
Specifies the names of the folders to print information about.
Top |
Specifies the names of the documents to print information about.
Top |
Specifies the names of the objects to print information about.
Top |
Specifies the object types to print information about.
Single values
Other values (up to 60 repetitions)
Top |
Specifies the size of the smallest piece of information to include. For example, if a library report is requested without objects, then this size would be the size of the smallest library to include. If objects within the library are requested, then this would be the size of the smallest object within the library to include.
Top |
Specifies the order in which the information should be sorted.
Top |
PRTDSKINF ASPDEV(*SYSBAS) RPTTYPE(*LIB) LIB(*ALL) OBJ(*ALL) SORT(*SIZE)
This command prints a library report from database file QAEZDISK in library QUSRSYS in member QCURRENT, containing information about all libraries, objects, and object types in the libraries. The information is sorted by size and sent to the printer file QPEZDISK.
Top |
*ESCAPE Messages
Top |