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


STDDATE

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

To perform an STDDATE check, specify the TYPE attribute as STDDATE. An STDDATE check allows you to validate a 10 character standard date, including the national language date delimiter. The format for the United States is YYYY/MM/DD.

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

  <varclass name=stddate type='CHAR 10'>
    <checkl msg=liba025>
     <checki type=stddate>
    </checkl>

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014