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


NUM

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

To perform a NUM check, specify the check item TYPE attribute as NUM. A NUM check allows you to verify a variable as a numeric character 0-9.

Here is an example where a NUM check in the numbers variable class ensures that specified variables are numeric:
<!doctype dm system>

<varclass name=numbers type='CHAR 5'>
  <checkl msg=liba022>
     <checki type=num>
  </checkl>

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014