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


INCLUDE

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

To perform an INCLUDE check, specify the TYPE attribute as INCLUDE, and, at a minimum, the PARM2 attribute as ALPHA, ALPHAB, or NUM. The PARM1 and PARM3 attributes are optional.

Here is an example where an INCLUDE check in the incl variable class allows an embedded blank and validates the values for both the ALPHA and NUM characters:
<!doctype dm system>

<varclass name=incl type='CHAR 10'>
  <checkl msg=liba023>
     <checki type=include parm1=IMBLK parm2=ALPHA parm3=NUM>
  </checkl>
Note: See the z/OS ISPF Dialog Developer's Guide and Reference for more information about panel variable verification.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014