z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Alphanumeric tests

z/OS DFSORT Application Programming Guide
SC23-6878-00

You can test a field for alphanumerics or non-alphanumerics in character format. Various combinations of uppercase characters (A-Z), lowercase characters (a-z) and numeric characters (0-9) can be used.

For example, you can include only those records in which a 10-byte field contains only 'A'-'Z' characters (that is, uppercase characters) or '0'-'9' characters (that is, numeric characters). Or you can include only those records in which a 20-byte field contains characters other than 'a'-'z' (that is, lowercase characters).

The following combinations of alphanumeric characters can be used:
  • Uppercase characters (A-Z)
  • Lowercase characters (a-z)
  • Mixed case characters (A-Z, a-z)
  • Uppercase and numeric characters (A-Z, 0-9)
  • Lowercase and numeric characters (a-z, 0-9)
  • Mixed case and numeric characters (A-Z, a-z, 0-9)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014