Can anyone describe how to copy paste JCL

TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...
daretoshare
Posts: 2
Joined: Tue Aug 10, 2010 1:37 pm
Skillset: mainframes
Referer: googld

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!!

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

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.

User avatar
swd
Posts: 109
Joined: Wed Feb 18, 2009 9:18 pm
Skillset: COBOL, DB2, JCL, REXX, ISPF, IBM Utility Programs, Performance Tuning and Benchmarking
Referer: Google Search
Location: UK

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.

daretoshare
Posts: 2
Joined: Tue Aug 10, 2010 1:37 pm
Skillset: mainframes
Referer: googld

Re: Can anyone describe how to copy paste JCL

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

thanks so much!!


  • Similar Topics
    Replies
    Views
    Last post