what is the difference between in using COPY and ++INCLUDE stmts in a cobol pgms?
and also give the difference b/w ++include and include++
Difference between COPY and ++INCLUDE stmts
Re: Difference between COPY and ++INCLUDE stmts
To my experience i came to know that copy will expand the member at the time of compilation, and include only at the time of execution. And the other thing i have no idea.
Thanks
shriram
Thanks
shriram
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: Difference between COPY and ++INCLUDE stmts
COPY is opened by COBOL compiler.
++INCLUDE is a Panvalet command to include data into a source library.
INCLUDE is opened by DB2 pre-processor.
++INCLUDE is a Panvalet command to include data into a source library.
INCLUDE is opened by DB2 pre-processor.