![]() | The contents of the Copybook (programming) page were merged into include directive on 19 February 2014. For the contribution history and old versions of the merged article please see its history. |
Copybooks may be used in PL/I as well, in fact copybooks seem to be supported in many IBM platform languages. I am not sure we should limit the definition to COBOL.
I agree. That's quite misleading. I've rewritten this extensively to indicate that. T-bonham 10:10, 17 May 2007 (UTC)
"copy" occurs in HTML? —Preceding unsigned comment added by 205.242.229.36 (talk) 20:06, 6 March 2008 (UTC)
Contrary to what is stated in the main article of this topic, in Java, the import statement does not perform the same function as the COBOL COPY statement or the C include statement.
Rather, the Java import statement merely indicates what Java package name will be used to resolve class references that are incompletely-specified - that is, class names within the same Java source file as the import statement that do not have their package names prefixed. —Preceding unsigned comment added by 64.253.165.30 (talk) 22:11, 4 June 2008 (UTC)
Can someone explain just how a copybook/include is actually different from a "modern" import? DEddy (talk) 18:23, 17 November 2008 (UTC)
.class
file) instead of having to parse additional source code. — Loadmaster (talk) 16:32, 12 April 2010 (UTC)