Previous Topic

Next Topic

Book Contents

Book Index

Reformatting (REF) overview

The reformatting process is a standalone process, which functions independent of the validation process. The reformatting is performed on the original JCL statements, depending on the user's preferences. The reformatting process can be performed on procedures. The rules can reformat the following parts of JCL statements:

The rules do not reformat JCL records that are

The reformatting is performed after

The RFBRKEY parameter in CTJPARM controls reformatting when the rightmost column specified in a rule is reached while processing keyword positional subparameters.

Example:

Before formatting:

DISP=(NEW,CATLG,DELETE)  

When RFBRKY=Y  (default)

When RFBRKEY=N

The reformatting rules have a selection criteria through which the users can choose on which member, job name, and library the rule will be invoked.

The reformatting rules are saved in the rule library, OLPREFJ.REFRULES. The list for the reformatting rules, CTJRREF, is located in the OLPREFJ.PARM library.

Rule samples are provided for JOB, EXEC, and DD statements.

Parent Topic

Introduction