Other Items in the Log File

The following table describes other items that can appear in a debugging trace:

Trace Item Description

Store Field:record name.field name Value=xx

Issued when the assignments trace option is selected. It contains the record and field names and the value that is stored.

Fetch Field:recordname.fieldname Value=xx

Issued when the Fetch Field option is selected. It contains the record and field name and the value that is retrieved.

Fetch Field:recordname.fieldname Contains Null Value

Issued when the Fetch Field option is selected and the selected record.field contains a null value.

Fetch Field:recordname.fieldname Does Not Exist

Issued when the Fetch Fields option is selected and when the field is not found.

Branch Taken

Displayed after a branch test when the branch is taken.

Field Not Found, Statement Skipped

Displayed whenever a referenced field was not found error causes the PeopleCode processor to skip to the next statement.

vvvvvv PeopleCode Program Listing

Issued when the List Program option is selected. It marks the beginning of a PeopleCode program listing.

^^^^^ PeopleCode Program Listing End

Issued when the List Program option is selected. It marks the end of a PeopleCode program listing.

Error Return -> NNN

Issued when a fatal error condition terminates the PeopleCode program.