RCCULOG

RCCULOG writes log entries for running an API function.

Purpose

This function is invoked by other API functions to create log entries for individual API function execution. Entries from different input files are marked with lines, indicating the start and end of entries from a specific input file.

This function reads the RCCIN, RCCPARMS, RCCMAP, RCCOUT, and RCCERR files and writes to RCCLOG1.

Syntax

RCCULOG

Arguments

None.

Result

The following table lists the return and reason codes that result from running the RCCULOG function; it also provides a description of the meaning of the codes.

Table 1. Result of running the RCCULOG function
Return code Reason code Description
0 600 Processing successful.
8 614 Distributed command failure.
12 698 Internal error.
699 Internal error.

Example

PARSE Value RCCULOG() With rccret rccrsn rccmsg

Input

RCCIN, RCCPARMS, RCCMAP, and RCCERR. For the data sets corresponding to these file names, see RCCUALOC.

Output

RCCLOG1 (‘USERID'.TSC.TAPILOG) contains the log entries for RCCULOG.

For an example listing of the log, see Example of a log entry.