Parameter quick reference
The following table provides a quick reference to the SET statement diagnostics parameters.
For more information, see Reference-for-MainView-SRM-products.
ET statement diagnostics parameters
Parameter | Required | Description |
---|---|---|
ABEND=YES | NO | No | Forces an S0C3 abend when a particular module is entered |
DEBUG=YES | NO | No | Displays optional debugging information from a MainView SRM module |
DUMP=YES | NO | No | Issues SDUMP if a program abend occurs |
IGNORE=YES | NO | No | Skips this function |
MODTRC=YES | NO | No | Displays a MainView SRM module trace |
TRACE=YES | NO | No | Displays FLST/RLST trace output |
The following table provides a quick reference to the INC and EXC statement diagnostics parameters.
INC and EXC statement diagnostics parameters
Parameter | Description |
---|---|
FUNCTION=xxxxxxxx | Specifies the valid MainView SRM function name (up to eight characters) |
JOB=xxxxxxxx | Specifies the job name (up to eight characters) |
MODULE=xxxxxxxx | Specifies the valid MainView SRM module name (up to eight characters) |
PGM=xxxxxxxx | Specifies the valid MainView SRM program name (up to eight characters) |
STEP=xxxxxxxx | Specifies the step name (up to eight characters) |
This example shows how you can use diagnostic parameters.
Command | Result |
---|---|
SMDIAGxx member | |
SET TRACE=YES DEBUG=NO MODTRC=NO DUMP=NO | Sets the trace parameter for the SPACLIMI function and job name RICKM |
SET IGNORE=YES TRACE=NO DEBUG=NO MODTRC=NO X | Skips the OPTBLKSZ function on job name JERRY |