In this blog post, let’s learn about the error message “13007 The output file argument is missing after the -c option.CauseYou specified the -c option without giving the output file argument, which is required.EffectThe operation fails.RecoveryProvide the output file argument and resubmit. The syntax is:-c out-file “ when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
13007 The output file argument is missing after the -c option.CauseYou specified the -c option without giving the output file argument, which is required.EffectThe operation fails.RecoveryProvide the output file argument and resubmit. The syntax is:-c out-file
Reason for the Error
You specified the -c option without giving the output file argument, which is required.
Solution
Provide the output file argument and resubmit. The syntax is:
-c out-file
Where,
out-file specifies the name of the preprocessed output source file containing the translated embedded SQL/MX statements. If you are preparing a C++ application, specify the name with the .cpp extension