Object and set naming restrictions
When you specify an object or set name as part of your syntax for a TOMEXEC function, you must enclose the name within single quotation marks (') if it contains lowercase characters, spaces, or non alphanumeric characters.
- If the object name is CICS.testsystem.2, you must specify:
OBJECT(‘CICS.testsystem.2’) - If the object name has spaces such as CICS.system F, you must specify:
OBJECT(‘CICS.system f’)
The syntax of OBJECT(CICS.systemD.test) that uses mixed upper and lower case letters but is not enclosed in single quotes represents the same object as the name OBJECT(CICS.SYSTEMD.TEST) that uses all upper case letters. However, TOM processing recognizes that object names that have part of the name enclosed within single quotation marks, such as OBJECT('cics.a') and OBJECT('cics.A'), as two separate objects.
- If the object name is CICS.testsystem.2, you must specify:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*