Skip to Content

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

Estimated Reading Time: < 1 Minute

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.

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

Powered by PHPKB (Knowledge Base Software)