x04ncc takes, as a string argument, the name of a NAG error (e.g., NE_BAD_PARAM) and returns, as an int, the corresponding
fail
code for the given NAG error.
The function may be called by the names: x04ncc or nag_error_name_to_code.
3Description
x04ncc takes, as a string argument, the name of a NAG error (e.g., NE_BAD_PARAM) and returns, as an int, the corresponding
fail
code for the given NAG error. If the input string does not correspond to a NAG error name then the function returns .
Converting the error name to int may be useful when the NAG Header Files are not available, but the int value of an error name is required, say, for checking fail.code following a call to a NAG function.
4References
None.
5Arguments
1: – const char *Input
On entry: the value of a NAG enumeration member.
6Error Indicators and Warnings
If the value is returned then the input value is not recognized as a valid NAG fail code.
7Accuracy
Not applicable.
8Parallelism and Performance
Background information to multithreading can be found in the Multithreading documentation.
x04ncc is not threaded in any implementation.
9Further Comments
None.
10Example
This example produces integer error codes corresponding to a number of error code names.