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


ENUM

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

To perform an ENUM check, specify the check item TYPE attribute as ENUM. An ENUM check allows you to verify a variable as extended numeric. ISPF verifies variable values for correct decimal and comma notation plus correct sign placement.

Here is an example where an ENUM check in the quantity variable class ensures that specified variables are in correct extended numeric format:
<!doctype dm system>

<varclass name=quantity type='CHAR 10'>
  <checkl msg=liba020>
     <checki type=enum>
  </checkl>

The conversion utility generates an ENUM verification statement in the )PROC section.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014