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


IDATE

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

To perform an IDATE check, specify the TYPE attribute as IDATE. An IDATE check allows you to validate an 8 character international date, including the national language date delimiter. The format for the United States is YY/MM/DD.

This example validates an IDATE:
<!doctype dm system>

  <varclass name=idate type='CHAR 8'>
    <checkl msg=liba024>
     <checki type=idate>
    </checkl>

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014