Can anyone describe how to copy paste JCL
-
- Posts: 2
- Joined: Tue Aug 10, 2010 1:37 pm
- Skillset: mainframes
- Referer: googld
Can anyone describe how to copy paste JCL
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!!
-
- 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
Personally, I use ISPF line commands or control-c and control-v to do such tasks.
- 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
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.
-
- Posts: 2
- Joined: Tue Aug 10, 2010 1:37 pm
- Skillset: mainframes
- Referer: googld
Re: Can anyone describe how to copy paste JCL
thanks so much!!
-
- Similar Topics
- Replies
- Views
- Last post
-
- 12
- 4003
-
by RalphEagle
View the latest post
Fri Jul 30, 2021 1:00 pm
-
- 4
- 6387
-
by steve-myers
View the latest post
Sat May 15, 2021 1:58 am
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 2161
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-
-
-
Copy partial record after a string in a record using SORT.
by Esmayeelhusen » Thu May 04, 2023 3:03 pm » in DFSORT/ICETOOL/ICEGENER - 16
- 4390
-
by Esmayeelhusen
View the latest post
Mon May 22, 2023 3:50 pm
-