Hey thx.
I coded a sample program to pass a copybook size of greater than 100kb and it did work. I suppose there isnt any logical size limit in passing copybook from one module to another.
I am new to cobol programming. I am have to use pure COBOL batch program. I will be calling module using
"Call prgm name using copybook" syntax.
I havent start coding yet but i learned fr ...
I have to pass a copybook with size 66k to another program. Is there any way to pass this copybok. I cannot process data unless i receive all the contents of copybook. copybook contains arrays.