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.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1450
-
by willy jensen
View the latest post
Sun Nov 13, 2022 9:02 pm
-
- 12
- 3975
-
by RalphEagle
View the latest post
Fri Jul 30, 2021 1:00 pm
-
- 4
- 6352
-
by steve-myers
View the latest post
Sat May 15, 2021 1:58 am
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 2147
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-
-
-
Copy partial record after a string in a record using SORT.
by Esmayeelhusen » Thu May 04, 2023 3:03 pm » in DFSORT/ICETOOL/ICEGENER - 16
- 4351
-
by Esmayeelhusen
View the latest post
Mon May 22, 2023 3:50 pm
-