EDC7006E
The getopt() function detected an option character option_char that is missing an argument when it was invoked from program program_name.

Explanation

The getopt() function encountered an option character that required an option-argument, but the option-argument was not found.

System action

The getopt() function returns the character in error. The application continues to run.

Programmer response

Respecify the option character with an option-argument.

Symbolic Feedback Code

EDC6QU