z/OS MVS System Messages, Vol 3 (ASB-BPX)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


BPXP012I

z/OS MVS System Messages, Vol 3 (ASB-BPX)
SA38-0670-00

BPXP012I
{FORK|SPAWN} SYSCALL TERMINATED DURING CHILD PROCESSING WITH RETURN CODE returncode, REASON CODE reasoncode. THE CHILD PROCESS IS pid1 IN ASID asid1. THE PARENT PROCESS IS pid2, UID uid, IN ASID asid2.

Explanation

This message is written to the hardcopy log when fork child processing terminates due to an error. This message may be captured to a joblog in the HFS by using the _BPXK_JOBLOG environment variable.

In the message text:
returncode
The return code, in hexadecimal, associated with the fork error.
reasoncode
The reason code, in hexadecimal, associated with the fork error. For an explanation of the return code and reason code, see z/OS UNIX System Services Messages and Codes.
pid1
The process ID, in decimal, of the child process.
asid1
The address space ID, in hexadecimal, of the child process.
pid2
The process ID, in decimal, of the parent process, or zero if not available.
uid
The real user ID, in decimal, associated with the parent process, or zero if not available.
asid2
The address space ID, in hexadecimal, of the parent process, or zero if not available.

System action

No action is taken. The child process terminates.

Operator response

None.

System programmer response

None.

User response

Use the return code and reason code to determine the cause of the fork error.

Module

BPXPRFC

Source

z/OS UNIX System Services kernel (BPX)

Routing Code

11

Descriptor Code

6

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014