Movement of datasets on z/OS

Source: Internet
Author: User

A recent need to move large volumes of datasets to the new storage Class, new volume, is beginning to feel very headache. After careful study, it is very simple to find this thing. It really fits the other person's saying that things are going to be easier after you really start trying.

First create your target Storage class and Storage group, and add the relevant volume to the SG, this time do not need to worry about existing vol on a dataset already exist, change Storage Group will not delete the dataset.

Then configure ACS Routines, associate HLQ,SC and SG, validate and activate your ACS. Use the command/setsms SCDS (SMS. ACS) avoids having to enter yes again on the console.

Finally you can start the real move dataset, using ADRDSSU to achieve

Imprtcon EXEC pgm=adrdssu           //sysprint dd  sysout=*               //sysin    DD  *                        COPY  -                                   DATASET ( INCLUDE (rbc9cat.**,  -                        rbc9reg.**,-                                   )-                  )  -                         Storclas (TPHCRYSC)-                  bypassacs (* *)  -                      DELETE                          

Note that line 9th writes the target SC to which these datasets are to be moved, because the SC and SG have established associations, so the dataset is automatically placed on the target volume. In fact, this time can not establish HLQ and SC correspondence, because there are bypassacs (* *), so these new datasets can ignore the ACS rules.

The rest of the time is waiting, and these jobs can run for a long time because moving large datasets is time-consuming. So one of the common mistakes is

iew4000i FETCH for MODULE antcvxpr from Ddname *vlf*    FAILED BECAUSE Insufficient STORAGE was AVAILABLE. csv031i LIBRARY ACCESS FAILED for MODULE antcvxpr, RETURN Code, REASON code 26080021, Ddname *lnklst*  
The main problem is that the size of region is too small to enlarge the region or split the dataset above the JCL include to let the job run smoothly.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.