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


FILEID

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

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

Here is an example where a FILEID check in the infile variable class ensures that specified variables contain a valid file ID in CMS syntax:
<!doctype dm system>

<varclass name=infile type='CHAR 20'>
  <checkl msg=liba010>
     <checki type=fileid>
  </checkl>

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014