JCL Standards

The OUTPUT statement:

Use the //xxxx OUTPUT statement for all user output.

Place all print parameters on the //xxxx OUTPUT statement; no output parameters should be placed on SYSOUT DD statements.

The same output definition may be used for multiple reports with the same attributes.

The output definition name should be in the format RPTn, where "n" is the sequence in which the definitions occur. "n" values should be 1-9 and A-Z.

For special user forms, skip 1 space and place a one word description of the form after the last parameter on the //xxxx OUTPUT statement.

Any FCB used must be appropriate for the form with which it is used.

Example


Standards


Last Modified:

©1999 All Rights Reserved