CSV464I   hh.mm.ss PROG,EXIT DISPLAY EXIT exitname
text

Explanation

In the message, text is
MODULE   STATE  EPADDR LOADPT  LENGTH  JOBNAME  PARAM
modname  state  epaddr loadpt  len     jobname  param
modname  state  epaddr loadpt  len     jobname  param
modname  state  epaddr loadpt  len     jobname  param

In response to a DISPLAY PROG,EXIT,EXITNAME=exitname,DIAG command, this message displays the exit routines associated with the named exit.

In the message text:
hh.mm.ss
The time in hours (00-23), minutes (00-59), and seconds (00-59) of the DISPLAY PROG,EXIT command.
exitname
The name of the exit
MODULE modname
The name of the exit routine
STATE state
One of the following:
A
The exit routine is active
I
The exit routine is inactive
EPADDR epaddr
The entry point address of the exit routine. This was either determined by the system or provided by the issuer of CSVDYNEX REQUEST=ADD via the MODADDR keyword. Bit 0 of this word is on if the module is to be called in 31-bit AMODE. The value is only valid when the exit routine is active.
LOADPT loadpt
The load point address of the exit routine module. The value is only valid when the exit routine is active.

The load point is only known when the module was located by the system from the lnklst or a user-specified data set. If the module was located from the LPA, the load point is displayed as zeroes. However, you can issue a D PROG,LPA,MODNAME=modulename command to determine the actual load point.

LENGTH len
The length of the exit routine load module. The value is only valid when the exit routine is active.

The length is only known when the module was located by the system from the lnklst or a user-specified data set. If the module was located from the LPA, the length is displayed as zeroes. However, you can issue a D PROG,LPA,MODNAME=modulename command to determine the actual length.

JOBNAME jobname
Depending on the value, one of the following:
Value
Explanation
jobname
The name of the job which must be running in order for the exit routine to be called. The jobname was provided via the JOBNAME parameter of the SETPROG or SET PROG operator command, or the JOBNAME keyword on CSVDYNEX REQUEST=ADD, CSVDYNEX REQUEST=MODIFY, or CSVDYNEX REQUEST=REPLACE. Alternately, the JOBNAME could have been determined from the STOKEN provided via the STOKEN keyword on CSVDYNEX REQUEST=ADD, CSVDYNEX REQUEST=MODIFY, or CSVDYNEX REQUEST=REPLACE.
STOKEN
The STOKEN provided via the STOKEN keyword on CSVDYNEX REQUEST=ADD, CSVDYNEX REQUEST=MODIFY, or CSVDYNEX REQUEST=REPLACE does not represent an active address space.
*
The exit routine can be called from any job or address space.
PARAM param
The parameter associated with the exit routine.

System action

The system continues processing.

Module

CSVPDAPF

Source

Contents supervision (CSV)

Routing Code

-

Descriptor Code

5