Previous Topic

Next Topic

Book Contents

Book Index

Functions overview

AutoEdit functions perform functions on specified AutoEdit variables in the JCL. For example, in the following statement, the %%CALCDATE function sets AutoEdit variable %%NEXTDAY to one day after the current System variable %%ODATE:

//* %%SET %%NEXTDAY=%%CALCDATE %%ODATE +1

The format of a function statement depends on the function.

Parent Topic

Overview of JCL and AutoEdit Facility