Previous Topic: DM Command—Display Auxilliary Message TextNext Topic: DVA Command—Display all Volume Information


DN Command—Display Volume Status and Data Set Charactersitics

Use the DN command to display information about a volume by specifying the name of a data set. (The data set must be in the CA TLMS VMF Index file.) This information includes:

This is the same display you will see if you use the DV command, except you do not have to know the volume serial number.

This command has the following format:

DN DSN=dsn [VER=n]
DSN=dsn

Specifies the name of the data set. You will see the most current version of the data set, unless you specify VER=v.

VER=n

(Optional) Specifies the relative version number if you want to see a specific version of the data set. The most current version of the data set is version 1, the one created before that is version 2, and so on.

Note: When an optional parameter is specified, it must be separated from the data set name by a space; a comma is not valid.

Example: JCL for the Current Version

//TLMSINQR  JOB
//TLMSINQR  EXEC CATINQR,MODE=BATCH
//CAIIPT    DD   *
DN DSN=SVTS.TGRP51.P0106.DAT22
//

This JCL produces this display:

DN - Display Name

VSN=000055    VOLSEQ=001  VOLCNT=007               OWNER=         SERVICE=IN  SCRATCH=NO  CDS=00000 FILECNT=00100       *       DSNAME=PROD2.MULTIVOL.FILE                           VER=001         USER=4444-ACCOUNT-56  PROD2         BLKSIZE=060000       LRECL=00250    RECFM= FB              FILESEQ=00010        BLKCNT=001000000  CPU=XE95      ABEND=         KEEPDT =MM/DD/YYYY   EXPDT=MM/DD/YYYY            BASEVOL=0000055         CDATE  =MM/DD/YYYY   CUNIT=0381    CJOB=AA1J402 CSTEP= STEP01         CTIME  =06.21.54              CPGM=GREATEST___ CDDN=BIGFILE         LDATE  =MM/DD/YYYY   LUNIT=0381    LJOB=AA1J402USAGE nnn% nnn%

Example: JCL for a Specific Version

//TLMSINQR  JOB
//TLMSINQR  EXEC CATINQR
//CAIIPT    DD   *
DN DSN=SVTS.TGRP51.P0106.DAT22 VER=3
//

This JCL produces this display:

DN - Display Name

 VSN=001511    VOLSEQ=001  VOLCNT=001                OWNER=         SERVICE=IN  SCRATCH=YES  CDS=00000 FILECNT=00100       *       DSNAME=CA.CUSTOMER.ACCT.DAILY                           VER=003         USER=             BLKSIZE =06400      LRECL=00320  RECFM=FB     MGMTCLAS=         FILESEQ=00010 BLKCNT=046260000 CPU=A     ABEND         KEEPDT =MM/DD/YYYY   EXPDT=MM/DD/YYYY          BASEVOL=         CDATE  =MM/DD/YYYY   CUNIT=286    CJOB=CA1ACCTS CSTEP=CAS0010         CTIME  =15.14.26              CPGM=     CDDN =         LDATE  =MM/DD/YYYY   LUNIT=     LJOB=  USAGE nnn% nnn%