z/OS MVS System Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CC7

z/OS MVS System Codes
SA38-0665-00

CC7

Explanation

A work unit (a task or a system service running under an SRB) issued an instruction requiring the presence of an Integrated Cryptographic Feature (ICRF) on a processor that does not have the feature installed. The system was unable to move the work to a processor with the feature. A hexadecimal reason code in register 15 further describes the error condition.
Code
Explanation
00
The work unit was disabled.
04
The ICRF is not available in the processor complex.
08
No processors with the feature satisfy the work unit's restrictive processor affinity requirements.
10
An unexpected error occurred.

System action

The system ends the work unit.

Programmer response

Respond according to the reason code:
00
Correct the program so that the instruction requiring the ICRF is issued while running enabled.
04
Resubmit the job to a processor complex that has the ICRF installed. In a recovery routine, if this condition is temporary, the routine could:
  • Retry the instruction later
  • Issue a message to the end users to retry the request later
  • Terminate the part of the program that requires the feature.
08
Remove the restrictive processor affinity which might have been assigned to the work unit in one of the following ways:
  • In the program properties table (PPT) (using the AFF keyword in SYS1.PARMLIB member SCHEDxx)
  • In the SRB (in the SRBCPAFF field)
10
Search problem reporting databases for a fix for the problem. If no fix exists, collect diagnostic data and contact the IBM® Support Center.

Source

Supervisor control

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014