DFHSZxxxx (FEPI) messages

DFHSZ4001 I
date time applid FEPI initialization has started.
Explanation:

The Front End Programming Interface (FEPI) is being initialized.

This means the CSZI transaction - FEPI - has started its processing. CSZI is started as part of CICS system initialization, if the system initialization parameter FEPI is set to YES.

If you specified FEPI=YES and this message does not appear during CICS initialization, CSZI failed to start; the most common reason for this is that group DFHFEPI is not included in the list specified by the GRPLIST system initialization parameter.

If message DFHSZ4001 is not followed by message DFHSZ4002, FEPI failed to start. In this case, a DFHSZnnnn message is issued to indicate the error.

System action:

FEPI initialization proceeds.

User response:

None.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid

DFHSZ4002 I
date time applid FEPI initialization has ended.
Explanation:

The Front End Programming Interface (FEPI) has finished initialization.

System action:

EXEC CICS FEPI commands are made available.

User response:

None.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid

DFHSZ4003 I
date time applid FEPI termination complete.
Explanation:

The Front End Programming Interface (FEPI) has ended.

A DFHSZnnnn message may precede message DFHSZ4003 to indicate what caused FEPI to terminate.

System action:

EXEC CICS FEPI commands are made unavailable.

User response:

Resolve the problem indicated by the messages, then restart CICS.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid

DFHSZ4004 E
date time applid FEPI cannot be started: FEPI=YES not specified in the SIT.
Explanation:

The Front End Programming Interface (FEPI) cannot be started because the FEPI system initialization parameter was set to NO indicating that FEPI is not required.

This message usually means that you attempted to start the FEPI transaction (CSZI) manually, but did not set up the correct environment for it to run.

System action:

The FEPI transaction is not run.

User response:

If you require FEPI in the CICS system, restart CICS specifying the system initialization parameter FEPI=YES. You do not need to start the FEPI transaction manually.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid

DFHSZ4005 E
date time applid FEPI cannot be started: FEPI is already active, in state X'ssssssss'.
Explanation:

The Front End Programming Interface (FEPI) cannot be started because FEPI is already active in the system.

This message usually means that you attempted to start a new instance of FEPI manually by running the FEPI transaction (CSZI), but the previous instance of FEPI failed in some way that caused an ‘active’ indication to be left in error.

The possible FEPI states (X'ssssssss') are:

State
Meaning
X'00000002'
FEPI is being initialized
X'00000003'
FEPI is active
X'00000004'
FEPI is terminating as CICS is undergoing a normal shutdown
X'00000005'
FEPI is terminating as CICS is undergoing an immediate shutdown
X'00000006'
FEPI is terminating as CICS is undergoing an abnormal shutdown
System action:

The request to start a new instance of FEPI is rejected.

User response:

If the state suggests that a previous instance of FEPI failed, you must restart CICS to resolve the problem. You do not need to start the FEPI transaction manually.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, X'ssssssss'

DFHSZ4006 E
date time applid FEPI initialization failed: enqueue failure, code X'rr'.
Explanation:

The Front End Programming Interface (FEPI) cannot be initialized because an attempt to enqueue on the FEPI enqueue name SZENQRMI failed, indicating that FEPI is already active in the system. FEPI initialization issues this enqueue to prevent a second instance of FEPI being present in the system.

This message usually means that you attempted to start the FEPI transaction (CSZI) manually, but there is a previous instance of CSZI still running.

The possible values of X'rr', the reason for failure, are:

Code
Meaning
X'31'
Duplicate enqueue on SZENQRMI attempted.
X'32'
Failure during enqueue processing.
System action:

The request to start a second instance of FEPI is rejected.

User response:

None.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, X'rr'

DFHSZ4007 E
date time applid FEPI initialization failed: storage ADD_SUBPOOL failure for subpool pppppppp, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) cannot be initialized because creating the named storage subpool for FEPI use failed.

The values of X'rr', the reason for failure, are:

Reason
Meaning
X'01'
Insufficient storage available for the subpool
X'03'
Subpool requested with an invalid fixed length
X'04'
Subpool requested with an invalid boundary alignment
X'05'
Subpool requested with an invalid initial number of elements
X'06'
Subpool requested with an invalid name
X'08'
Subpool requested already exists
X'11'
Access to the Storage Manager was denied

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully
X'02'
Exception response generated
X'03'
Disaster response generated
X'04'
Invalid response generated
X'05'
A kernel error was detected
X'06'
The request was purged
System action:

FEPI initialization ends, and EXEC CICS FEPI commands are unavailable. An exception trace entry is generated.

User response:

The only action you can take is when there is insufficient storage, in which case you can increase the storage available to CICS on restart.

All other errors are system failures, and you should consult the system programmer. You need further assistance from IBM to resolve this problem. See CICS® Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, pppppppp, X'rr', X'ee'

DFHSZ4008 E
date time applid FEPI initialization failed: Non-runaway task setting failure, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) cannot be initialized. Because FEPI is a long-running transaction (CSZI), it must not be subject to a runaway task time out. The request to prevent this failed.

The value of X'rr', the reason for failure, is always X'00'.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully
X'02'
Exception response generated
X'03'
Disaster response generated
X'04'
Invalid response generated
System action:

FEPI initialization ends, and EXEC CICS FEPI commands are made unavailable. An exception trace entry is generated.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, X'rr', X'ee'

DFHSZ4009 E
date time applid FEPI initialization failed: change-priority failure, response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) cannot be initialized because changing the dispatching priority of the FEPI transaction (CSZI) failed.

Because FEPI runs as a transaction, a high priority is required. The request to set this dispatching priority failed.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully
X'03'
Disaster response generated
X'04'
Invalid response generated
X'05'
A Kernel error was detected
System action:

FEPI initialization ends, and EXEC CICS FEPI commands are made unavailable. An exception trace entry is generated.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, X'ee'

DFHSZ4010 E
date time applid FEPI initialization failed: SZ TCB swap failure, response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) usually runs under the CICS SZ TCB. Transferring the FEPI transaction (CSZI) from running under the QR TCB to the SZ TCB failed.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully
X'02'
Exception response generated
X'03'
Disaster response generated
X'04'
Invalid response generated
X'05'
A kernel error was detected
System action:

FEPI initialization ends, and EXEC CICS FEPI commands are made unavailable. An exception trace entry is generated.

User response:

The SZ TCB is created as part of the early CICS initialization and you should examine the console log to see if any messages were generated indicating a TCB creation failure.

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid, X'ee'

DFHSZ4011 E
date time applid FEPI storage GETMAIN failed in subpool NB, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) issued a GETMAIN storage request in the SZSPFCNB storage subpool for NIB usage which failed.

The values of X'rr', the reason for failure, are:

Reason
Meaning
X'01'
Insufficient storage for the request
X'02'
Invalid subpool token given
X'04'
Invalid length of element requested
X'05'
Length of element not specified
X'08'
Access was denied to the storage subpool
X'11'
Invalid initial image supplied
X'12'
An abnormal end occurred in the storage manager
X'13'
A loop was detected in the storage manager

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully.
X'02'
Exception response generated.
X'03'
Disaster response generated.
X'04'
Invalid response generated.
X'05'
A Kernel error was detected.
X'06'
The request was purged.

All these responses indicate that a system error has occurred.

System action:

An exception trace entry is generated.

FEPI tries to recover from this error by retrying the request. However, no action is taken to prevent multiple occurrences.

User response:

If this message occurs frequently, you should take a dump of the CICS system before restarting it. You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZZNG)

XMEOUT Parameters: date, time,applid, X'rr', X'ee'

DFHSZ4012 E
date time applid FEPI storage GETMAIN failed in subpool DA, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) issued a GETMAIN storage request in the SZSPVCDA storage subpool for general usage which failed.

The values of X'rr', the reason for failure, are:

Reason
Meaning
X'01'
Insufficient storage for the request.
X'02'
Invalid subpool token given.
X'04'
Invalid length of element requested.
X'05'
Length of element not specified.
X'08'
Access was denied to the storage subpool.
X'11'
Invalid initial image supplied.
X'12'
An abnormal end occurred in the storage manager.
X'13'
A loop was detected in the storage manager.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully.
X'02'
Exception response generated.
X'03'
Disaster response generated.
X'04'
Invalid response generated.
X'05'
A kernel error was detected.
X'06'
The request was purged.

All of these responses indicate that a system error occurred.

System action:

An exception trace entry is generated.

FEPI tries to recover from this error by retrying the request. However, no action is taken to prevent multiple occurrences.

User response:

If this message occurs frequently, you should take a dump of the CICS system before restarting it.

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZZAG)

XMEOUT Parameters: date, time,applid, X'rr', X'ee'

DFHSZ4013 E
date time applid FEPI storage GETMAIN failed in subpool RP, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) issued a GETMAIN storage request in the SZSPPCRP storage subpool for RPL usage. The request failed.

The values of X'rr', the reason for failure, are:

Reason
Meaning
X'01'
Insufficient storage for the request.
X'02'
Invalid subpool token given.
X'04'
Invalid length of element requested.
X'05'
Length of element not specified.
X'08'
Access was denied to the storage subpool.
X'11'
Invalid initial image supplied.
X'12'
An abnormal end occurred in the storage manager.
X'13'
A loop was detected in the storage manager.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully.
X'02'
Exception response generated.
X'03'
Disaster response generated.
X'04'
Invalid response generated.
X'05'
A kernel error was detected.
X'06'
The request was purged.

All of these responses indicate that a system error occurred.

System action:

An exception trace entry is generated.

FEPI tries to recover from this error by retrying the request. However, no action is taken to prevent multiple occurrences.

User response:

If this message occurs frequently, you should take a dump of the CICS system before restarting it.

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZZRG)

XMEOUT Parameters: date, time,applid, X'rr', X'ee'

DFHSZ4014 E
date time applid FEPI storage FREEMAIN failed in subpool DA|NB|RP, reason X'rr' response X'ee'.
Explanation:

The Front End Programming Interface (FEPI) issued a FREEMAIN storage request in an SZSPxxxx storage subpool. The request failed.

The values of X'rr', the reason for failure, are:

Reason
Meaning
X'02'
Invalid subpool token given.
X'03'
The address of the element to be freed is invalid.
X'06'
Invalid length of element specified.
X'07'
Length of element not specified.
X'08'
Access was denied to the storage subpool.
X'10'
The specified storage subpool was empty.
X'12'
An abnormal end occurred in the storage manager.
X'13'
A loop was detected in the storage manager.

The values of X'ee', the response to the failed request, are:

Response
Meaning
X'01'
Request completed successfully.
X'02'
Exception response generated.
X'03'
Disaster response generated.
X'04'
Invalid response generated.
X'05'
A kernel error was detected.
X'06'
The request was purged.

All of these responses indicate that a system error occurred.

System action:

The request is rejected, and a retry is not attempted (perhaps leaving storage that is never subsequently accessible). An exception trace entry is generated.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZZFR)

XMEOUT Parameters: date, time,applid, X'rr', X'ee'

DFHSZ4015 I
date time applid FEPI {normal | immediate | forced} termination has started.
Explanation:

The Front End Programming Interface (FEPI) has acknowledged a shutdown request and is starting to terminate.

Message DFHSZ4003 is issued when FEPI completes termination.

FEPI terminates only in response to a CICS shutdown request (such as CEMT PERFORM SHUTDOWN). Some types of CICS shutdown can result in more than one DFHSZ4015 message being issued.

System action:

Certain EXEC CICS FEPI commands are made unavailable during FEPI termination.

Normal termination allows all transactions using FEPI resources to end before FEPI itself ends. However, no new usage of FEPI resources is permitted.

Immediate termination stops usage of FEPI facilities immediately but does a controlled shutdown of communication functions.

Forced termination stops usage of FEPI facilities immediately, and does the quickest possible shutdown of communication functions (which may lead to many VTAM messages being issued).

User response:

None.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZRDP)

XMEOUT Parameters: date, time,applid, {1=normal, 2=immediate, 3=forced}

DFHSZ4099 E
date time applid FEPI ended abnormally.
Explanation:

The Front End Programming Interface (FEPI) has ended abnormally.

System action:

A system dump is taken. All EXEC CICS FEPI commands are made unavailable.

User response:

You need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

Console and Transient Data Queue CSZL

Modules:

DFHSZRMP(DFHSZSIP)

XMEOUT Parameters: date, time,applid

DFHSZ4101 I
date time applid FEPI node nnnnnnnn installed, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully installed the named node.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, nnnnnnnn, xxxx

DFHSZ4102 W
date time applid FEPI node nnnnnnnn installation failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot install the named node. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI INSTALL NODE command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, nnnnnnnn, rrr, xxxx

DFHSZ4103 I
date time applid FEPI node nnnnnnnn discarded, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully discarded the named node.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRDN)

XMEOUT Parameters: date, time,applid, nnnnnnnn, xxxx

DFHSZ4104 I
date time applid FEPI node nnnnnnnn discard scheduled, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has scheduled the discard operation for the named node.

System action:

Processing continues. The node is discarded when it becomes inactive.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, nnnnnnnn, xxxx

DFHSZ4105 W
date time applid FEPI node nnnnnnnn discard failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot discard the named node. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DISCARD NODE command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, nnnnnnnn, rrr, xxxx

DFHSZ4106 I
date time applid FEPI pool pppppppp (with property set yyyyyyyy) installed, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully installed the named pool which has the characteristics of the named property set.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, pppppppp, yyyyyyyy, xxxx

DFHSZ4107 W
date time applid FEPI pool pppppppp (with property set yyyyyyyy) installation failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot install the named pool, which has the characteristics of the named property set. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI INSTALL POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, pppppppp, yyyyyyyy, rrr, xxxx

DFHSZ4108 I
date time applid FEPI pool pppppppp discarded, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully discarded the named pool.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRDG)

XMEOUT Parameters: date, time,applid, pppppppp, xxxx

DFHSZ4109 I
date time applid FEPI pool pppppppp discard scheduled, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has scheduled the discard operation for the named pool.

System action:

Processing continues. The pool is discarded when it becomes inactive.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, pppppppp, xxxx

DFHSZ4110 W
date time applid FEPI pool pppppppp discard failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot discard the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DISCARD POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, pppppppp, rrr, xxxx

DFHSZ4111 I
date time applid FEPI target tttttttt installed, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully installed the named target.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, tttttttt, xxxx

DFHSZ4112 W
date time applid FEPI target tttttttt installation failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot install the named target. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI INSTALL TARGET command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, tttttttt, rrr, xxxx

DFHSZ4113 I
date time applid FEPI target tttttttt discarded, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully discarded the named target.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRDT)

XMEOUT Parameters: date, time,applid, tttttttt, xxxx

DFHSZ4114 I
date time applid FEPI target tttttttt discard scheduled, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has scheduled the discard operation for the named target.

System action:

Processing continues. The target is discarded when it becomes inactive.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, tttttttt, xxxx

DFHSZ4115 W
date time applid FEPI target tttttttt discard failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot discard the named target. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DISCARD TARGET command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, tttttttt, rrr, xxxx

DFHSZ4116 I
date time applid FEPI property set yyyyyyyy installed, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully installed the named property set.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, yyyyyyyy, xxxx

DFHSZ4117 W
date time applid FEPI property set yyyyyyyy installation failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot install the named property set. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI INSTALL PROPERTYSET command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, yyyyyyyy, rrr, xxxx

DFHSZ4118 I
date time applid FEPI property set yyyyyyyy discarded, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully discarded the named property set.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, yyyyyyyy, xxxx

DFHSZ4119 W
date time applid FEPI property set yyyyyyyy discard failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot discard the named property set. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DISCARD PROPERTYSET command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, yyyyyyyy, rrr, xxxx

DFHSZ4120 I
date time applid FEPI node nnnnnnnn added to pool pppppppp, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully added the named node to the named pool.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, nnnnnnnn, pppppppp, xxxx

DFHSZ4121 W
date time applid FEPI node nnnnnnnn not added to pool pppppppp, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot add the named node to the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI ADD POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, nnnnnnnn, pppppppp, rrr, xxxx

DFHSZ4122 I
date time applid FEPI node nnnnnnnn deleted from pool pppppppp, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully deleted the named node from the named pool.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, nnnnnnnn, pppppppp, xxxx

DFHSZ4123 W
date time applid FEPI node nnnnnnnn not deleted from pool pppppppp, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot delete the named node from the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DELETE POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, nnnnnnnn, pppppppp, rrr, xxxx

DFHSZ4124 I
date time applid FEPI target tttttttt added to pool pppppppp, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully added the named target to the named pool.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, tttttttt, pppppppp, xxxx

DFHSZ4125 W
date time applid FEPI target tttttttt not added to pool pppppppp, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot add the named target to the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI ADD POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRII)

XMEOUT Parameters: date, time,applid, tttttttt, pppppppp, rrr, xxxx

DFHSZ4126 I
date time applid FEPI target tttttttt deleted from pool pppppppp, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) has successfully deleted the named target from the named pool.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, tttttttt, pppppppp, xxxx

DFHSZ4127 W
date time applid FEPI target tttttttt not deleted from pool pppppppp, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot delete the named target from the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DELETE POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, tttttttt, pppppppp, rrr, xxxx

DFHSZ4128 W
date time applid FEPI delete from pool pppppppp failed, code rrr, for transaction xxxx.
Explanation:

The Front End Programming Interface (FEPI) cannot do a delete operation on the named pool. The code indicates the reason, and is the RESP2 value returned by the EXEC CICS FEPI DELETE POOL command.

System action:

Processing continues.

User response:

Investigate the failure, and correct it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRID)

XMEOUT Parameters: date, time,applid, pppppppp, rrr, xxxx

DFHSZ4151 I
date time applid Unsolicited data received for FEPI pool pppppppp target tttttttt node nnnnnnnn. Transaction xxxx started.
Explanation:

The Front End Programming Interface (FEPI) received some unsolicited data for the named pool-target-node connection, and started the named transaction to process this data.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBUN)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, xxxx

DFHSZ4152 I
date time applid Begin-session processing required for FEPI pool pppppppp target tttttttt node nnnnnnnn. Transaction xxxx started.
Explanation:

The Front End Programming Interface (FEPI) invoked begin-session processing for the named pool-target-node connection, by starting the named transaction.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBSI)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, xxxx

DFHSZ4153 I
date time applid STSN processing required for FEPI pool pppppppp target tttttttt node nnnnnnnn. Transaction xxxx started.
Explanation:

The Front End Programming Interface (FEPI) invoked STSN processing for the named pool-target-node connection, by starting the named transaction.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBST)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, xxxx

DFHSZ4154 W
date time applid FEPI session setup in pool pppppppp to target tttttttt and node nnnnnnnn failed with a reason code of X'rrrrrrrr'. Setup will be retried later.
Explanation:

The Front End Programming Interface (FEPI) has detected an error during session setup for the named pool-target-node connection. Refer to VTAM Messages and Codes or to SNA Formats for a description of the reason code (error code or sense code) that describes this error.

System action:

Processing continues; the session setup is tried again after a short interval, using a different node if one is available.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBLO)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, X'rrrrrrrr'

DFHSZ4155 W
date time applid FEPI session in pool pppppppp to target tttttttt and node nnnnnnnn ended with a reason code of X'rrrrrrrr'.
Explanation:

The Front End Programming Interface (FEPI) has detected this VTAM event for the named pool-target-node connection. Refer to VTAM Messages and Codes or to SNA Formats for a description of the reason code (error code or sense code) that describes this event.

System action:

Processing continues.

User response:

None. This message can have a reason code of zero. If a message with a reason code of zero is not wanted, we recommend the use of the XMEOUT global user exit to suppress it.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBLO)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, X'rrrrrrrr'

DFHSZ4156 I
date time applid End-session processing required for FEPI pool pppppppp target tttttttt node nnnnnnnn. Transaction xxxx started.
Explanation:

The Front End Programming Interface (FEPI) invoked end-session processing for the named pool-target-node connection, by starting the named transaction.

System action:

Processing continues.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBFT)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, xxxx

DFHSZ4157 W
date time applid FEPI session setup in pool pppppppp to target tttttttt and node nnnnnnnn failed with a reason code of X'rrrrrrrr'. Setup will not be retried.
Explanation:

The Front End Programming Interface (FEPI) has detected an error during session setup for the named pool-target-node connection. Refer to VTAM Messages and Codes or to SNA Formats for a description of the reason code (error code or sense code) that describes this error. Setting up a session for this connection has failed several times.

System action:

Processing continues; the session setup for this connection is not tried again.

User response:

None; operator intervention may be needed to make the connection available.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZBLO)

XMEOUT Parameters: date, time,applid, pppppppp, tttttttt, nnnnnnnn, X'rrrrrrrr'

DFHSZ4158 W
date time applid The VTAM OPEN request for FEPI node nnnnnnnn failed with a reason code of X'rrrrrrrr'. This operation will be retried.
Explanation:

The Front End Programming Interface (FEPI) has detected an error during VTAM OPEN processing for the named node.

The possible values of X'rrrrrrrr', the reason for failure, are:

Code
Meaning
X'00000000'
VTAM TPEND occurred with error code 0.
X'00000004'
VTAM TPEND occurred with error code 4.
X'00000008'
VTAM TPEND occurred with error code 8.
X'0000000C'
VTAM SETLOGON failed.
other values
VTAM OPEN failed with error code given.

Refer to VTAM Programming for a description of these error codes.

System action:

Processing continues; the VTAM OPEN for the node is repeated after a short interval.

User response:

None.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRIO)

XMEOUT Parameters: date, time,applid, nnnnnnnn, X'rrrrrrrr'

DFHSZ4159 W
date time applid The VTAM OPEN request for FEPI node nnnnnnnn failed with a reason code of X'rrrrrrrr'. This operation will not be retried.
Explanation:

The Front End Programming Interface (FEPI) has detected an error during VTAM OPEN processing for the named node. The reason code is the error code returned by the VTAM OPEN operation. Refer to VTAM Programming for a description of these error codes.

System action:

Processing continues; the VTAM OPEN for the node is not repeated.

User response:

None; operator intervention may be needed to make the node available.

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRIO)

XMEOUT Parameters: date, time,applid, nnnnnnnn, X'rrrrrrrr'

DFHSZ4201 I
date time applid FEPI node nnnnnnnn now has status {INSERVICE | OUTSERVICE | GOINGOUT}, {ACQUIRED | RELEASED |ACQUIRING | RELEASING}.
Explanation:

The status of a Front End Programming Interface (FEPI) node has been changed by an EXEC CICS FEPI SET NODE or a CEMT SET FENODE command, and is now as described.

System action:

Processing continues.

User response:

None

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRIW)

XMEOUT Parameters: date, time,applid, nnnnnnnn, {1=INSERVICE, 2=OUTSERVICE, 3=GOINGOUT}, {4=ACQUIRED, 5=RELEASED, 6=ACQUIRING, 7=RELEASING}

DFHSZ4202 I
date time applid FEPI pool pppppppp now has status {INSERVICE | OUTSERVICE | GOINGOUT}.
Explanation:

The status of a Front End Programming Interface (FEPI) pool has been changed by an EXEC CICS FEPI SET POOL or a CEMT SET FEPOOL command, and is now as described.

System action:

Processing continues.

User response:

None

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRIW)

XMEOUT Parameters: date, time,applid, pppppppp, {1=INSERVICE, 2=OUTSERVICE, 3=GOINGOUT}

DFHSZ4203 I
date time applid FEPI target tttttttt now has status {INSERVICE | OUTSERVICE | GOINGOUT}.
Explanation:

The status of a Front End Programming Interface (FEPI) target has been changed by an EXEC CICS FEPI SET TARGET or a CEMT SET FETARGET command, and is now as described.

System action:

Processing continues.

User response:

None

Destination:

CSZL

Modules:

DFHSZRMP(DFHSZRIW)

XMEOUT Parameters: date, time,applid, tttttttt, {1=INSERVICE, 2=OUTSERVICE, 3=GOINGOUT}

[[ Contents Previous Page | Next Page Index ]]