Previous Topic: CA Easytrieve Log History Report JCLNext Topic: Specify Log History Pull Options


Possible PULL Step Condition Codes

Completion of the PULL step results in one of the following condition codes:

0

Indicates that normal processing was completed.

4

Indicates that no records were found between the FROM and THRU values. For TYPE=161, summary increment records are written anyway containing all zeros for the desired range.

8

Indicates that one or more log records from a previous release cannot convert to the current release.

The EARL step and the EZTRIEVE step in the examples only execute when the PULL step completes with a condition code of zero. When TYPE=161, you can produce a report with all statistic values equal to zero by changing the COND parameter on the EXEC. In this way, CA Earl and CA Easytrieve let that step execute even though a condition code 4 occurs.

The BR14 step in the examples deletes the ERROUT file created in the PULL step. The BR14 step executes unless either step completes with a condition code of 8 or higher.