DISPLAY DSNAMES command: Difference between revisions
Created page with "==Summary== <dl> <dt>Privileges <dd>System manager <dt>Function <dd>Displays DSNAME, VOLSER, DSORG, RECFM, BLKSIZE, LRECL for each DDNAME selected. </dl> ==Syntax== <p class="syntax"><b>D</b>ISPLAY DSNAMES [<span class="term">pattern</span>] or <p class="syntax"><b>D</b> DSN [<span class="term">pattern</span>] </p> Where <var class="term">pattern</var> is a simple pattern that limits the number of DDNAMES displayed. A simple pattern is a character string with no wil..." |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
<ul> | <ul> | ||
<li><var>DISPLAY DSNAMES</var> is available as of version 8.0 of <var class="product">Model 204</var>. | <li><var>DISPLAY DSNAMES</var> is available as of version 8.0 of <var class="product">Model 204</var>. | ||
<li>The following is an example | <li><var>DISPLAY DSNAMES</var> is not supported under VSE or CMS. | ||
<li>The following is an example of the listing produced by <var>DISPLAY DSNAMES</var>. | |||
</ul> | </ul> | ||
Latest revision as of 18:41, 15 June 2026
Summary
- Privileges
- System manager
- Function
- Displays DSNAME, VOLSER, DSORG, RECFM, BLKSIZE, LRECL for each DDNAME selected.
Syntax
DISPLAY DSNAMES [pattern] or
D DSN [pattern]
Where pattern is a simple pattern that limits the number of DDNAMES displayed. A simple pattern is
a character string with no wildcard or special characters. Any DDNAME whose first characters match the pattern is displayed.
Usage notes
- DISPLAY DSNAMES is available as of version 8.0 of Model 204.
- DISPLAY DSNAMES is not supported under VSE or CMS.
- The following is an example of the listing produced by DISPLAY DSNAMES.
Example 1
DISPLAY DSNAMES CCA displays only those DDNAMES starting with CCA:
JOBNAME=PSDAM80T, STEPNAME=V800TEST DDNAME DSNAME VOLSER DSORG RECFM BLKSIZE LRECL CCAJRNL PSDAMON.V800.CCAJRNL.M204 M2P102 PS U 6749 6749 CCAPRINT PSDAMON.PSDAM80T.J0171916.D0000103.? PS VBA ? 137 CCAAUDIT PSDAMON.PSDAM80T.J0171916.D0000104.? PS VBA ? 137 CCASNAP PSDAMON.PSDAM80T.J0171916.D0000105.? ? ? ? ? CCASYS PSDAMON.CCASYS.M204 M2P103 PS U 6184 6184 CCAGRP PSDAMON.CCAGRP.M204 M2P102 PS U 6184 6184 CCASTAT PSDAMON.CCASTAT.M204 M2P103 PS U 13030 13030 CCAIN PSDAMON.PSDAM80T.J0171916.D0000102.? ? FB 80 80 PSDAM80T>