Primary CSV Return Codes

0000

sv_ok
The verb executed successfully.

0001

sv_parameter_check
The verb did not execute because of a parameter error.

0002

sv_state_check
The verb did not execute because it was issued in an invalid state.

0021

sv_cancelled
This code is returned for an asynchronous verb when it has been shut down by a WinCSVCleanup call.

0030

sv_file_already_exists
When the SV_NEW file option was used, the file name specified was the name of an existing file.

0031

sv_output_device_full
There is insufficient space on the device where the output file resides. Retry the operation after freeing additional disk space.

F006

sv_thread_blocking
This verb exceeds the maximum number of simultaneous synchronous verbs allowed.

F008

sv_invalid_verb_segment
The VCB extended beyond the end of the data segment.

F011

sv_unexpected_dos_error
One of the following conditions occurred:

F012

sv_comm_subsystem_not_loaded
A required component could not be loaded or has terminated while processing the verb. Thus, communication could not take place. Contact the system administrator for corrective action.

F024

sv_server_resource_not_found
No communication server was found that could provide the requested function.

F026

sv_server_resource_lost
The communications server that was providing the function was lost due to a connection failure.

FFFF

sv_invalid_verb
The opcode parameter did not match the operation code of any verb. No verb executed.