SYSIMG Control Statement

The SYSIMG control statement directs EREP to process records by system image rather than CPU address.

Use SYSIMG control statements as follows:
  • To request a report with records from a central processor complex (CPC) with more than one internal processor(CP).
  • To define the CPs in a physically partitioned CPC as system images.
  • To define the physical CPs associated with a logical partition as system images. See PR/SM Feature for information on logical partitioning.
  • When message IFC201I in the EREP messages (TOURIST) indicates that records are being ignored due to an excessive number of CPUs.
An n-way CPC produces up to n different CPU identification numbers. Use the SYSIMG control statement to group the CPU identification numbers into system images. Without a SYSIMG statement, EREP can process records from only 16 CPUs, with the following exceptions:
  • PRINT=PT can process records from an unlimited number of CPUs
  • EVENT can process records from 256 CPUs
  • SYSEXN can process records from 255 CPUs
  • SYSUM and TRENDS can group all CPUs after the first 15 under serial number X'FFFFFF'
System image processing involves replacing the CP address with a control digit (either E or F) during record processing. The CP addresses are changed as follows:
  • To F for a single-image CPC
  • To either F or E depending on the order of the SYSIMG control statements for a physically partitioned CPC
The CPU table at the end of system or subsystem reports reflects these changes. The changes occur in the internal EREP tables and output, no external records are changed.

Indicates

That records are processed by specific system images rather than CPU identification number.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SYSIMG BASESN=----------------------------------------------->

>--+-ALL---------------------------------------------------+---><
   '-sssss--+-------------------+--+---------------------+-'   
            '-,--CPCTYPE=--tttt-'  |               .-.-. |     
                                   |               V   | |     
                                   '-,--CP=--n--.----n-+-'     

ALL
Indicates that all processor complexes are single images (no physical or logical partitions) or all I/O devices have unique identifiers in their sense (unique addresses or device numbers).
sssss
Is the 5-digit serial number of a specific CPC. When the processor resource/system manager (PR/SM) feature is used to create logical partitions the high-order digit must be the same as the PR/SM partition identifier. See PR/SM Feature for information on logical partitioning.
tttt
Is the 4-digit processor type.
n
A single hexadecimal digit identifying the CPs in this system image.

Defaults

None.

If you omit this control statement EREP processes all records by the CPU identification number and machine type (CPUID).

Coding

Notes

Examples

The following example shows you how to code SYSIMG control statements:

Code as follows if all I/O units in the complex can be identified by unique identifiers within their sense data:
SYSIMG BASESN=ALL
This defines all CPCs as single images and changes the first two digits of the serial numbers in the CPU table to FF.