Capture Processing

Overview of Messages

CAP0001 | CAP0002 | CAP0003 | CAP0004 | CAP0005 | CAP0006 | CAP0007 | CAP0008 | CAP0009 | CAP0010 | CAP0011 | CAP0012 | CAP0013 | CAP0014 | CAP0015 | CAP0016

CAP0001 Invalid parameter list specified in CAPTURE function
Explanation:

This message is associated with the CAPTUR function. It appears when a user program specifies an improper number of parameters in a CAPTUR function.

System action:

The user program is abnormally terminated and a Com-plete online dump is produced.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program being used when the error occurred.

Appl. programmer info:

Register 1 in the dump contains the location of the parameter list for the CAPTUR function in the program. Both the location and length of the data to be captured must be specified.


CAP0002 Invalid data length specified in CAPTURE function
Explanation:

This message is associated with the CAPTUR function. It appears when the value specified for the length of the data to be captured was less than 5 or greater than 32767.

System action:

The user program is abnormally terminated and a Com-plete online dump is produced.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program being used when the error occurred.

Appl. programmer info:

Register 1 in the dump contains the location of the parameter list for the CAPTUR function in the program. The second word in the list contains the location of the length parameter.


CAP0003 Invalid area or length specified in CAPTURE function
Explanation:

This message is associated with the CAPTUR function. It appears when either or both of the following conditions prevent successful execution of the CAPTUR function:

  1. The area specified was not within the area available to the user program.

  2. When added to the area specified, the value specified for the length of the data to be captured described a location that was not within the area available to the user program.

System action:

The user program is abnormally terminated and a Com-plete online dump is produced.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program being used when the error occurred.

Appl. programmer info:

Register 1 in the dump contains the location of the parameter list for the CAPTUR function in the program. The first word in the list contains the location of the length parameter.


CAP0004 Invalid Id specified in CAPTURE function
Explanation:

This message is associated with the CAPTUR function. It appears when the location specified to contain the capture ID was not within the area available to the user program.

System action:

The user program is abnormally terminated and a Com-plete online dump is produced.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program being used when the error occurred.

Appl. programmer info:

Register 1 in the dump contains the location of the parameter list for the CAPTUR function in the program. The third word in the list contains the location of the CAPTUR ID parameter.


CAP0005 Invalid length location specified in CAPTURE function
Explanation:

This message is associated with the CAPTUR function. It appears when the location specified to contain the length of the data to be captured is not within the area available to the user program.

System action:

The user program is abnormally terminated. A Com-plete online dump is produced.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program being used when the error occurred.

Appl. programmer info:

The batch program must specify a value in the capture ID parameter of its CAPTUR function.


CAP0006 No work buffer available for Capture processing
Explanation:

Com-plete needs to get a buffer to add the capture header to a user capture request. The request to get this buffer failed.

System action:

The application program requesting the Capture is terminated.

System programmer info:

This indicates a shortage of buffers in the Com-plete general buffer pool.

Appl. programmer info:

The batch program must specify a capture ID.


CAP0007 Actual CAPTURE file DD/DLBL name = $1
Explanation:

This indicates the z/OS DDname or VSE DLBL name of the capture file which is the current capture file.


CAP0008 Dataset name = $1
Explanation:

This indicates the dataset name of the current Capture dataset.


CAP0009 End of CAPTURE dataset name $1
Explanation:

This indicates that the current Capture dataset is full and has been closed. The name of the Capture dataset just closed is provided in the message.

System action:

The system will attempt to open the next Capture dataset if one is available.

Computer operator info:

Depending on the installation procedures, it may be necessary to back up the data in the filled dataset so that the dataset may be reused later in run.


CAP0010 Save the CAPTURE dataset, when saved reply 'S' to continue
Explanation:

The current Capture dataset is full and no other Capture datasets can be found which are available to be written to. This can occur if the REUSE option is not specified for the Capture datasets and the datasets are not cleared as they are being filled.

System action:

The system waits for a reply to the message. When a reply other than 'S' is returned, the message will be sent once again. Once the dataset has been saved and the correct reply received, processing will continue. During this time, any Capture user, including system tasks, will hang until the situation is resolved.

System programmer info:

If a correct procedure is in place to empty datasets as they go full, hitting a situation like this indicates that either not enough space is available in the currently defined Capture datasets or there are not enough datasets to enable the operators to have the time to save them as they go full.

Computer operator info:

Depending on installation standards, run the necessary job to save the Capture dataset(s) and reply 's' to the message. Also, inform your Systems Programmer that this message has appeared.


CAP0011 $1 OPEN error RF=X'$2' FDBK=X'$3'
Explanation:

This indicates that an OPEN was issued to a Capture dataset. The OPEN failed for an unexpected reason and so the return code and feedback codes from the open are printed in the message along with the DDname/DLBL of the Capture dataset in question.

System action:

As this is a situation which should not occur, Capture is disabled causing all Capturing of data to cease.

System programmer info:

Determine why the error was caused using the Return and Feedback codes. Explanations for these codes can be found in the applicable VSAM programming manual. Operating system message may also be issued relating to the problem and these may also assist in the diagnosis of the problem.

Computer operator info:

Inform your Systems Programmer immediately if this message occurs.


CAP0012 $1 PUT error RF=X'$2' FDBK=X'$3'
Explanation:

A 'PUT' was issued to the Capture dataset and failed for an unexpected reason. The DDname/DLBL of the Capture dataset, the return code and feedback codes are printed to help diagnose the problem.

System action:

The Catpure dataset is closed and Capture processing is disabled causing all Capturing of data to cease.

System programmer info:

Determine why the error was caused using the return and feedback codes. Explanations for these codes can be found in the applicable VSAM programming manual. Operating system messages may also be issued relating to the problem and these may also assist in the diagnosis of the problem.

Computer operator info:

Inform your systems programmer immediately if this message occurs.


CAP0013 $1 ENDREQ error RF=X'$2' FDBK=X'$3'
Explanation:

An 'ENDREQ' was issued against the Capture dataset and an unexpected error has occurred. The DDname/DLBL of the Capture dataset and the return and error codes from the request are displayed in the message for diagnostic purposes.

System action:

Capture processing is disabled casusing all Capturing of data to cease.

System programmer info:

Determine why the error occurred using the printed return and feedback codes. The explanation for these codes can be found in the applicable VSAM programming guide. Operating system message may be issued relating to the problem and these may also assist in the diagnosis of the problem.

Computer operator info:

Inform your systems programmer immediately if this message occurs.


CAP0014 $1 CLOSE error RF=X'$2' FDBK=X'$3'
Explanation:

A 'CLOSE' request has been issued against the Cpature dataset and failed for unexpected reasons. The DDname/DLBL of the Capture dataset, and the return and feedback codes are printed to assist with the diagnosis of the problem.

System action:

Capture processing is disabled causing all Capturing of data to cease.

System programmer info:

Determine why the error occurred using the return and feedback codes provided. The explanation for these codes can be found in the applicable VSAM programming manual. The operating system may also isssue messages in relation to the error and these may also help with the diagnosis.

Computer operator info:

Inform your systems programmer immediately if this message occurs.


CAP0015 $1 GET error RF=X'$2' FDBK=X'$3'
Explanation:

A 'GET' request was issued against the Capture dataset and failed for an unexpected reason. The DDname/DLBL of the Capture dataset, and the return and feedback codes are printed to assist with problem diagnosis.

System action:

Capture processing is disabled causing all Capturing of data to cease.

System programmer info:

Determine why the error occurred using the return and feedback codes. The explanation for these codes can be found in the applicable VSAM programming manual. The operating system may also issue messages relating to the problem which may also help with the problem diagnosis.

Computer operator info:

Inform your systems programmer immediately if this message occurs.


CAP0016 $1 MODCB (PUT) error RF=X'$2'
Explanation:

A 'MODCB' request against the Capture dataset failed for an unexpected reason. The DDname/DLBL of the Capture dataset, and the return and feedback codes are provided for problem diagnosis.

System action:

Capture processing is disabled causing all Capturing of data to cease.

System programmer info:

Determine why the error occurred using the return and feedback codes. The explanations for these codes can be found in the applicable VSAM programming manual. The operatin system may also issue messages in relation to the problem which may help with it's diagnosis.

Computer operator info:

Inform your systems programmer immediately is this message occurs.