z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 3

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

You want to select only those data items whose name begins with the character string "IXL1". The other characters in the name can be any character. You must provide the following values for the NAME and NAMEMASK keywords:
          IXLCACHE …,NAME=DNAME,NAMEMASK=MASK,…
⋮
DNAME     DC   CL16'IXL1'
MASK      DC   BL2'1111000000000000'
⋮

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014