Previous Topic: HELPDSNNext Topic: INCLUDE


ILOG

This parameter defines one or more ILOG files. These can be specified in any order, but there must be one ILOG statement per ILOG file.

Syntax

ILOG FILE file SUBFILE subfile DSN dsname [PAGES pages]
 
  [[SYSNAME sysname] [SSNAME ssid] [SMFID smfid]

Parameters

FILE

Indicates that an ILOG file definition follows. Specify one FILE occurrence for each ILOG subfile required.

file

File number to identify the collection of subfiles that comprise the ILOG. Specify a value from 0 to 99 (inclusive).

subfile

subfile number, unique within the ILOG. CA‑GSS rotates among all subfiles within an ILOG, filling each in its turn. Specify a value from 0 to 9 (inclusive).

dsname

Name of a VSAM linear data set, for the exclusive use of this CA‑GSS address space, that is used to contain the ILOG subfile. This file must be large enough to contain the entire ILOG subfile.

Common errors include specification of a non-linear data set and invalid SHAREOPTIONS.

pages

Number of 4K pages to be allocated to the subfile. This value must be 5 or greater.

Default: 5

sysname

If this parameter is present, its value is compared with the z/OS system name and, if it does not match, the ILOG parameter is ignored.

ssid

If this parameter is present, its value is compared with the value specified by the SSNAME initialization parameter and, if it does not match, the ILOG parameter is ignored.

smfid

If this parameter is present, its value is compared with the z/OS SMF ID and, if it does not match, the ILOG parameter is ignored.