Previous Topic: ROSCOENext Topic: RPTRPT


ROSLIMIT

The ROSLIMIT option specifies the maximum number of JCL statements to process when CA JCLCheck is run as a CA Roscoe monitor routine.

Use this option only in a CA Roscoe environment.

This option has the following format:

ROSLimit(statement-count)|NOROslim
statement-count

Specifies CA JCLCheck logical statements that include all continuation statements. The actual count of statements CA JCLCheck processed is higher than the specified limit.

Limit: 9999

Usage notes:

Example: Set an 80 statement limit

The following example causes CA JCLCheck operating under CA Roscoe to terminate processing prematurely when more than 80 statements are included in the input stream.

ROSL(80)