You can copy in the same member. You can copy and place the data in a new member,
>From what I know, you cannot copy and paste it into a different screen edit. Not sure what you are trying to do, but an easier process is to just create a bunch of new members with what you want to insert in the receiving file and then copy those members into the members in the receiving file. I do not think you can go swapping between screens to copy and paste. However, if you go to Mark Zelden's website http://www.mzelden.com/mvsutil.html He has many helpful rexx-bots to help facilitate these types of functions. He has a CUT AND PASTE function that copies to the ISPF Clip board that might help you in this endeavor. INSLINE.TXT Insert a character string or previously "CUT" data from the ISPF Default Clipboard either after or before every line. The insert can optionally be limited to specific lines if labels are used. Excluded lines are omitted from the operation. After Examples: INSLINE '// DISP=SHR' A INSLINE '// DISP=SHR' A .FROM .TO INSLINE PASTE A INSLINE PASTE A .FROM .TO Before Examples: INSLINE ' DELETE +' B INSLINE ' DELETE +' B .FROM .TO INSLINE PASTE B INSLINE PASTE B .FROM .TO If you use VIEW instead of EDIT you can prevent the accidental alteration of your source code. If you are not aware, there is an ISPF list you can post these types of questions to and maybe get better targeted answers. To join, go to this URL ISPF https://listserv.nd.edu/cgi-bin/wa?A0=ispf-l > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Charles Mills > Sent: Tuesday, June 23, 2015 9:24 AM > To: [email protected] > Subject: Split screen ISPF edit copy? > > In a split screen ISPF session, with two edit logical screens open, is it possible > to do a line command CC/A type copy from one logical screen to the other? > That is, it does not seem to work. Is there some option I can turn on to > enable it, or some trick to it? > > I know I can do a command line CUT and PASTE but I have a lot of edits to do > where a basic CC/A type copy would be more convenient. > > Charles > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
