Hi,
I have coded a program to increase space for high potential B37 SAS DB candidates using SAS PROC COPY and it is working fine as expected.
I need to know if there are any other ways which could be more efficient than SAS COPY? Does taking the backup and restoring using ICEGENER be more efficient?
PROC COPY OR IBM Utilities
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: PROC COPY OR IBM Utilities
There are two, perhaps three elements here.
There are many relatively common copy utiliities,
All the batch oriented copy utilities use the space specification in a DD statement. This leaves little room to sneak in an improvement.
- Your space analysis in SAS PROC COPY.
- Your query about an efficient copy utility.
- Hiding under the covers, perhaps, is extending your space analysis to the more mainline copy utilities.
There are many relatively common copy utiliities,
- IEBGENER
IEBGENER is probably the best known copy utility. It usually works and is fairly easy to use. Efficient? Well, to be polite about it, no. - ICEGENER
Many people think ICEGENER (or the Syncsort equivalent) are about as efficient as a copy utility can be. They are probably correct. - IEBCOPY
IEBCOPY is for partitioned data sets. Partitioned data sets, especially partitioned data sets containing load modules, can be difficult to copy. There are third party alternates to IEBCOPY that claim they are more efficient, but my sense is IEBCOPY is OK.
All the batch oriented copy utilities use the space specification in a DD statement. This leaves little room to sneak in an improvement.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4
- 5624
-
by NicC
View the latest post
Mon Oct 19, 2020 1:17 am
-
- 12
- 7860
-
by Misha786
View the latest post
Mon Nov 30, 2020 9:32 pm
-
- 12
- 3913
-
by RalphEagle
View the latest post
Fri Jul 30, 2021 1:00 pm
-
- 4
- 6204
-
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
- 2065
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-