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


133

z/OS MVS System Codes
SA38-0665-00

133

Explanation

An unauthorized program requested an SVC dump.

To request an SVC dump through an SDUMP macro (SVC 51), the program must be one of the following:
  • Authorized by the authorized program facility (APF)
  • In storage key 0-7
To request an SVC dump by a branch entry, the program must be one of the following:
  • In storage key 0, supervisor state.
  • One of the following must be true:
    • The caller is in SRB mode.
    • The caller owns a lock.
    • The caller is disabled and has a PSASUPER bit set on.
    • The caller is in enabled unlocked task (EUT) mode. That is, the caller specified EUT=YES for the SETFRR macro.

Generally, those modules that cannot issue Supervisor Call (SVC) instructions can do a branch entry to request an SVC dump.

System action

The system abnormally ends the program. If a recovery routine is available, it is given control. SVC dump processing issues message IEA911E or IEA611I. This message indicates whether the dump is complete or partial.

System programmer response

For an unauthorized program, request an ABEND dump. If the branch entry is being used incorrectly, correct the error or use an SDUMP macro.

If the problem persists or is in an IBM-provided program, search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the assembly listing and the linkage editor output for the job.

Source

Dumping services

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014