by swd » Tue Aug 10, 2010 6:07 pm
You can also use the CUT and PASTE edit commands which can be useful if you want to copy more than a screenful of data in one go. Put CUT on the command line in EDIT, then in the left hand margain put CC against the first record, and CC against the last record you want to copy, then hit enter. You then go to where ever you want to PASTE the JCL (or whatever you're copying) and put PASTE on the command line and A (for After) in the left hand side margain and it will paste the data After this point. Note, although the command is CUT, it actually copies the data much like control-c does (as mentioned by Robert above). When you PASTE, it will not over-write any lines, as it INSERTS the records that are to be pasted.