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


DSNAMEQ

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

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

Here is an example where a DSNAMEQ 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=dsnameq>
  </checkl>

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014