Overview › Batch Coding Conventions › Batch Syntax Conventions › Use of Equal Sign (=)
You can use an equal sign (=) in place of the literal IS anytime IS is specified in command syntax. For example:
ENTITY NAME = entity-name
would produce the same results as:
ENTITY NAME IS entity-name