I am converting a mainframe COBOL program that:
a) defines one printer file with SELECT xxx ASSIGN TO
PRINTER yyyy
b) OPEN's it, WRITE's to it CLOSE's it
c) uses calls to the Exec to initiate printing of that file
d) uses an Exec call to reASSIGN the xxx printer to file
zzz.
e) repeats b thru d several times
So when does Fujitsu COBOL for Windows send the print file
to the Windows spooler? When the file is closed or when the program ends?
a) defines one printer file with SELECT xxx ASSIGN TO
PRINTER yyyy
b) OPEN's it, WRITE's to it CLOSE's it
c) uses calls to the Exec to initiate printing of that file
d) uses an Exec call to reASSIGN the xxx printer to file
zzz.
e) repeats b thru d several times
So when does Fujitsu COBOL for Windows send the print file
to the Windows spooler? When the file is closed or when the program ends?