064031

Last updated

Added for PUT11.

Program

Displayed on the console and in the dump.

Error message

One of the following messages:
  • PROGRAM name CALLED THE function_name FUNCTION WITH AN INVALID NAME PARAMETER
  • PROGRAM name CALLED THE tpf_nameValueLocalSet FUNCTION WITH THE NAME TPF_NAMEVALUE_REMOVE_ALL

Where

name
The 4-character name of the program that called the function.
function_name
The name of the function that was called. Valid functions include tpf_nameValueLocalSet, tpf_nameValueLocalGet, and tpf_nameValueLocalRemove.

Explanation

One of the following situations occurred:
  • The pointer to the name of the data value that was provided was not valid. A possible reason for this error is that the pointer was NULL.
  • The tpf_nameValueLocalSet function was called with the name parameter specified as TPF_NAMEVALUE_REMOVE_ALL, which is not valid.

System action

Processing continues. An error is returned to the program that called the function.

User response

Complete the following steps:
  1. Determine the cause of the error.
  2. Correct the error.