1 | presence_flag | Output | INT4 |
2 | arg_num | Input | INT4 |
3 | fc | Output | FEEDBACK |
The Test for Omitted Argument (CEETSTA) API is used to test for the presence or absence of an omissible argument.
None.
CEE0000 | The API completed successfully |
Severity: 00 | |
CEE0503 | The argument number is not valid
Note: ILE does not check the condition where the argument number is greater than the number of arguments in the list. |
Severity: 30 | |
CEE3005 | The argument being tested is not an address |
Severity: 30 |
It is an error to use CEETSTA to test an argument that is not a reference argument or that is preceded in the argument list by other arguments that are not reference arguments.
Note: This error may not be diagnosed.
CEETSTA is implemented as a builtin and therefore cannot have its address taken or be called through a procedure pointer.
Top | ILE CEE APIs | APIs by category |