5.36 IGNORE (Ignore subsequent INCLUDE errors)

5.36.1 Function

This system parameter indicates that errors caused by subsequent INCLUDE statements - for files which
do not exist - should be ignored rather than causing the Hercules startup to be aborted as it would other-
wise normally occur

5.36.2 Syntax

Descriptive

Diagram

¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

5.36.3 Parameter

INCLUDE_ERRORS

Indicates that subsequent INCLUDE errors will be ignored.

5.36.4 Examples

Example 1:

Specify that errors caused by subsequent INCLUDE statements should be ignored.

IGNORE INCLUDE_ERRORS

5.37 INCLUDE (Include configuration file)

5.37.1 Function

An INCLUDE statement instructs the Hercules initialisation process to treat the contents of the file speci-
fied by filepath as if its contents had appeared in the configuration file at the point where the INCLUDE
statement appears.

The included file itself may contain yet another INCLUDE statement as long as the maximum nesting
depth of 8 is not exceeded.

5.37.2 Syntax

Descriptive

filepath

Diagram

filepath ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

5.37.3 Parameter

filepath

Specifies the path and the filename of the configuration file that is to be included.

5.37.4 Examples

Example 1:

Specify that Hercules should include the contents of the file "D:\S390\CONF\CONFIG2.CONF" into the
configuration.

INCLUDE D:\S390\CONF\CONFIG2.CONF

Previous Page Next Page