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


MIX

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

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

Here is an example where a MIX check in the title2 variable class ensures that specified variables contain valid DBCS and EBCDIC characters:
<!doctype dm system>

<varclass name=title2 type='CHAR 40'>
  <checkl msg=liba015>
     <checki type=mix>
  </checkl>

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014