Is what you are doing, could it be handled easier with COPY functions?  Like
a COBOL COPYBOOK?

COPY instruction

High Level Assembler for z/OS & z/VM & z/VSE V1R6 (HLASM V1R6) Language
Reference
SC26-4940-05

Use the COPY instruction to obtain source statements from a source language
library and include them in the program being assembled. You can thereby
avoid writing the same, often-used sequence of code over and over.

Read syntax diagramSkip visual syntax
diagram>>-+-----------------+--COPY--member---------------------------><
   '-sequence_symbol-'                
 

sequence_symbol
    is a sequence symbol. 
member
    is an ordinary symbol that identifies a source language library member
to be copied from either a system macro library or a user macro library. In
open code it can also be a variable symbol that has been assigned a valid
ordinary symbol.


Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of Lizette Koehler
> Sent: Tuesday, June 23, 2015 9:49 AM
> To: [email protected]
> Subject: Re: Split screen ISPF edit copy?
> 
> 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:IBM-
> [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

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to