Note: before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.
E05JJF is used to get the value of an ‘ON’/‘OFF’-valued character E05JBF optional parameter. E05JJF can be used before or after calling E05JBF, but the initialization routine E05JAFmust have been called before calling E05JJF.
will result in the ‘ON’/‘OFF’ value of the optional parameter Local Searches being output in LCSRCH.
A complete list of optional parameters, their symbolic names and default values is given in Section 11 in E05JBF.
4 References
None.
5 Parameters
1: OPTSTR – CHARACTER(*)Input
On entry: a string defining a single ‘ON’/‘OFF’-valued character optional parameter (as described in Section 11 in E05JBF).
2: CVALUE – CHARACTER(*)Output
On exit: if on exit, CVALUE contains the ‘ON’/‘OFF’ value associated with the keyword in OPTSTR.
3: COMM(LCOMM) – REAL (KIND=nag_wp) arrayCommunication Array
On entry: communication data as initialized by E05JAF.
4: LCOMM – INTEGERInput
On entry: the dimension of the array COMM as declared in the (sub)program from which E05JJF is called.
Constraint:
.
5: IFAIL – INTEGERInput/Output
On entry: IFAIL must be set to , . If you are unfamiliar with this parameter you should refer to Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value is recommended. If the output of error messages is undesirable, then the value is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is . When the value is used it is essential to test the value of IFAIL on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6 Error Indicators and Warnings
If on entry or , explanatory error messages are output on the current error message unit (as defined by X04AAF).
Errors or warnings detected by the routine:
On entry,
,
or
the initialization routine E05JAF has not been called.
The optional parameter given in OPTSTR is invalid. A keyword or keyword combination was not recognized.