Author: Bill Woodger
Subject: Reply to: Can sending 5 MB data between cobol programs cause issue
Posted: Tue Oct 18, 2016 6:59 pm (GMT 5.5)
The pointer will be eight bytes in length. As you "pass" it around, its address (also eight bytes) is the only thing which would actually be involved in any data movement.
Subject: Reply to: Can sending 5 MB data between cobol programs cause issue
Posted: Tue Oct 18, 2016 6:59 pm (GMT 5.5)
The pointer will be eight bytes in length. As you "pass" it around, its address (also eight bytes) is the only thing which would actually be involved in any data movement.