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


NAMEF

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

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

Here is an example where a NAMEF check in the chapters variable class ensures that the variable contains a valid name, obeying the rules of member names:
<!doctype dm system>

<varclass name=chapters type='CHAR 8'>
  <checkl msg=liba012>
     <checki type=namef>
  </checkl>

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014