[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface : Subroutine Reference

GPELOG - Error Logging

GPELOG (file)

Purpose

Use GPELOG to print an error message to the specified error file. When invoked, the error which caused the first-level error handler to be called is logged to the specified file. If the specified file is blank or cannot be opened, then the error is logged to the console from which the application was started.

This subroutine is available only to a first-level error handler.

Parameters

file -- specified by user, 8-byte character string

Error file identification.

Error Codes

521
NOT IN ERROR STATE

Related Subroutines

GPEHND
Define Error Handling Subroutine

RCP code

201337858 (X'0C002C02')


[ Previous | Next | Contents | Glossary | Home | Search ]