Back To LeighWeb Mainframe Utilities Page
View the module associated with this documentation
The INSCOPY edit macro will insert the lines from all of the copy book members
in a COBOL program into the program as edit "message" lines.
So, you're editing your program and you would like to see all of your copy book
lines. Just type INSCOPY on the command line and it will parse your program
for all the uncommented "COPY" verbs and their associated member names. It
then reads those members and inserts the lines in your code as edit "message"
lines. When we upgrade to the next level of ISPF, you will be able to actually
make those message lines into normal data lines and store them with your code
using the new MD ("make data") line command.
|