• The first time isCOBOL inquires the system printers (e.g. the first time you call WIN$PRINTER to enumerate printers or select a printer) it takes more time because it loads printer settings in memory. From the second time, it reads from the memory and it’s faster. In order to hide the first slow printer interaction to the user, you might consider calling the WINPRINT-GET-NO-PRINTERS op-code in a separate thread at the very beginning or your application while the user is inputting login data or exploring the main menu looking for the subprogram to launch.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |