HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


PROGCHK (CMS only)

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Simulates a program check to the target program, typically to test the target program's recovery from program checks (for example, through an established ESPIE or ESTAE or ABNEXIT or PSW steal).
Read syntax diagramSkip visual syntax diagram
>>-+-PROGck--+--check-code-------------------------------------><
   '-PROGchk-'               

check-code
The program check code to be simulated. An integer, with the following possible values:
1
Operation exception
2
Privileged operation exception
3
Execute exception
4
Protection exception
5
Addressing exception
6
Specification Exception
7
Data exception
8
Fixed-point overflow exception
9
Fixed-point divide exception
10
Decimal overflow exception
11
Decimal divide exception
12
Exponent overflow exception
13
Exponent underflow exception
14
Significance exception
15
Floating-point divide exception

The program check is simulated with the current GPRs, FPRs, ARs, CREGS, and PSW.

As this command is intended to simulate an error and drive an error handler, that handler may be expecting some other conditions that must be set up before this command is issued. If necessary, you must first change these values before issuing the PROGCK command.

Return codes

0
Operation successful

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014