Mark the range on screen 1 with CC - CC Mark the insert point on screen 2 with A
String a couple of commands together on a PF key: swap;cut;swap;paste -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Bruce Hewson Sent: Thursday, 25 June 2015 4:22 PM To: [email protected] Subject: Re: Split screen ISPF edit copy? one option might be to implement something via the Line Command Table... Primary command to "Copy from screen XXX to screen YYY" - need to create a nice ACRONYM - that could then go on PF KEY mark source range in screen XXX mark target in screen YYY issue command... REXX does the rest. use SWAP XXX to get to source screen use SWAP YYY to get to target screen.. code captures in XXX and adds to YYY using relevant ISPF EDIT MACRO services. Regards Bruce ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This e-mail and any attachments to it (the "Communication") is, unless otherwise stated, confidential, may contain copyright material and is for the use only of the intended recipient. If you receive the Communication in error, please notify the sender immediately by return e-mail, delete the Communication and the return e-mail, and do not read, copy, retransmit or otherwise deal with it. Any views expressed in the Communication are those of the individual sender only, unless expressly stated to be those of Australia and New Zealand Banking Group Limited ABN 11 005 357 522, or any of its related entities including ANZ Bank New Zealand Limited (together "ANZ"). ANZ does not accept liability in connection with the integrity of or errors in the Communication, computer virus, data corruption, interference or delay arising from or in respect of the Communication. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
