z/OS ISPF Dialog Tag Language Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DSNAMEF

z/OS ISPF Dialog Tag Language Guide and Reference
SC19-3620-00

To perform a DSNAMEF test, specify the check item TYPE attribute as DSNAMEF.

Here is an example where a DSNAMEF check in the namefile variable class ensures that the specified variables contain a valid TSO file name:
<!doctype dm system>

<varclass name=namefile type='CHAR 44'>
  <checkl msg=liba011>
     <checki type=dsnamef>
  </checkl>

The conversion utility generates a DSNAMEF verification statement in the )PROC section.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014