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


Example 2

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

You want to select only those data items whose name contains the characters 'RL' in the third and fourth character positions. 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'XXRL'
MASK      DC   BL2'0011000000000000'
⋮
Note: The characters 'XX' in the data constant DINAME can be anything you choose because they are not used in the selection process.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014