Previous Topic

Next Topic

Book Contents

Book Index

Operators overview

AutoEdit operators modify the values of AutoEdit variables in the JCL. For example, in the following statement, operator %%PLUS assigns a number to a scratch tape that is one higher than the previously assigned tape number:

//* %%SET %%SCRATCH=%%SCRATCH %%PLUS 1

Parent Topic

Overview of JCL and AutoEdit Facility