Can anyone describe how to copy paste JCL



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Can anyone describe how to copy paste JCL

Postby daretoshare » Tue Aug 10, 2010 2:39 pm

I want to know how do we use anchors to copy paste a section of the JCL to another. This is very basic and I am a beginner!!
daretoshare
 
Posts: 2
Joined: Tue Aug 10, 2010 1:37 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Can anyone describe how to copy paste JCL

Postby Robert Sample » Tue Aug 10, 2010 4:05 pm

Personally, I use ISPF line commands or control-c and control-v to do such tasks.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Can anyone describe how to copy paste JCL

Postby 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.
User avatar
swd
 
Posts: 109
Joined: Wed Feb 18, 2009 9:18 pm
Location: UK
Has thanked: 0 time
Been thanked: 0 time

Re: Can anyone describe how to copy paste JCL

Postby daretoshare » Tue Aug 10, 2010 6:47 pm

thanks so much!!
daretoshare
 
Posts: 2
Joined: Tue Aug 10, 2010 1:37 pm
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post