|
|
| Author |
Message |
kiran_polnati Warnings : 2 New User
Joined: 23 Jun 2005 Posts: 23
|
|
|
|
How to Expand the copybook in COBOL Programme itself. I know that the copy book will expand in Precompilation time when we code Copy COPYBOOKNAME IN COBOL PROGRAM.
My requirement is while coding the program I want to refer the one variable name in copy book, for this we need to open the copy book explicitly. For convenience purpose expand the copy book in program itself. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 02, 2008 5:17 pm Post subject: Re: How to Expand the COPY Book while in Program itself. |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1488 Location: germany
|
|
|
|
anything other than expanding the copybook as notelines could lead to problems if you save the module without deleting the 'expanded copybook'.
suggest that you utilize SWAP and cut&paste. |
|
| Back to top |
|
 |
|
|