CV API
This API allows the programmer to determine whether or not thie current company's .DAT files have been converted to .BTR files.
Screen-Parameters:
CV Check the converted status for the current company.
CV Check the converted status for the current company.
CV,nn Check the converted status for the specified company (nn), like CV,01
Return Value:
Screen-Answer - "Y" means the .DAT files have been converted to .BTR.
Return Value:
Screen-Answer - "Y" means the .DAT files have been converted to .BTR.
"N" means they have not.
Example:
MOVE "CV" TO SCREEN-PARAMETERS.
PERFORM SCREEN-ROUTINE.
MOVE SCREEN-ANSWER TO DAT-CONVERTED-TO-BTR-FLAG
Example:
MOVE "CV" TO SCREEN-PARAMETERS.
PERFORM SCREEN-ROUTINE.
MOVE SCREEN-ANSWER TO DAT-CONVERTED-TO-BTR-FLAG
JEG
NWSMSCRN.CBL, SYSCALLS.CBL