How do I download files from server to client using isCOBOL Thin Client?

Question ID : 24
Created on 2009-08-28 at 2:16 PM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=24



Question:

My program has syntax such as the following:

   CALL "C$COPY" USING "server_file" "@[DISPLAY]:client_file" 
How do I accomplish this with isCOBOL Thin Client?

Answer:

isCOBOL supports this syntax without any changes necessary. You can read more about it in the SDK documentation, under "Appendices/Library Routines/C$COPY"

C$COPY was rewritten in 2017 to improve performance. If you are using an earlier version and are concerned about performance, you should update your isCOBOL.



Back to Original Question