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


EBCDIC

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

To perform an EBCDIC test, specify the check item TYPE attribute as EBCDIC.

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

<varclass name=title1 type='CHAR 40'>
  <checkl msg=liba014>
     <checki type=ebcdic>
  </checkl>

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014