Testing And Debugging Your Program - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

group containing the definitions in your startup grouplist. If you specify an invalid
name for the control program, CICS disables the program, thus disabling the
program autoinstall function.
The following program resource definitions are supplied by CICS for the autoinstall
control program; the default is the assembler version, DFHPGADX. If these
definitions are not suitable for your use, you can create your own, using RDO or the
DFHCSDUP utility.
v Default autoinstall control program definition for DFHPGADX. This defines the
v Autoinstall control program definition for DFHPGAOX. This defines the
v Autoinstall control program definition for DFHPGAHX. This defines the
v Autoinstall control program definition for DFHPGALX. This defines the

Testing and debugging your program

You can use the CICS execution diagnostic facility (EDF) to help you test your
autoinstall control program. However, EDF is inhibited for programs with names that
begin with the letters DFH; so to use EDF you must name your program something
other than one of the default names.
588
Customization Guide
assembler version, and its status is set to ENABLED:
GROUP(DFHPGAIP)
DESCRIPTION(Assembler definition for program autoinstall exit)
LANGUAGE(ASSEMBLER)
RELOAD(NO)
STATUS(ENABLED)
CICS-supplied COBOL version, and its status is set to DISABLED:
GROUP(DFHPGAIP)
DESCRIPTION(COBOL definition for program autoinstall exit)
LANGUAGE(COBOL)
RELOAD(NO)
STATUS(DISABLED)
CICS-supplied C version, and its status is set to DISABLED:
GROUP(DFHPGAIP)
DESCRIPTION(C definition for program autoinstall exit)
LANGUAGE(C)
RELOAD(NO)
STATUS(DISABLED)
CICS-supplied PL/I version, and its status is set to DISABLED:
GROUP(DFHPGAIP)
DESCRIPTION(PL/I definition for program autoinstall exit)
LANGUAGE(PLI)
RELOAD(NO)
STATUS(DISABLED)
PROGRAM(DFHPGADX)
EXECKEY(CICS)
EXECUTIONSET(FULLAPI)
RESIDENT(NO)
USAGE(NORMAL)
CEDF(NO)
DATALOCATION(ANY)
PROGRAM(DFHPGAOX)
EXECKEY(CICS)
EXECUTIONSET(FULLAPI)
RESIDENT(NO)
USAGE(NORMAL)
CEDF(NO)
DATALOCATION(ANY)
PROGRAM(DFHPGAHX)
EXECKEY(CICS)
EXECUTIONSET(FULLAPI)
RESIDENT(NO)
USAGE(NORMAL)
CEDF(NO)
DATALOCATION(ANY)
PROGRAM(DFHPGALX)
EXECKEY(CICS)
EXECUTIONSET(FULLAPI)
RESIDENT(NO)
USAGE(NORMAL)
CEDF(NO)
DATALOCATION(ANY)

Advertisement

Table of Contents
loading

Table of Contents