Hello all,
thx for your replies, this situation happens on a single image, so,
according to your replies I think I can do it as follows:
a) define a new ACDS:
  //STEP  EXEC PGM=IDCAMS
  //SYSUDUMP DD SYSOUT=*
  //SYSPRINT DD SYSOUT=*
  //SYSIN    DD *
    DEFINE CLUSTER(NAME(SMS.DESV.ACDS) -
           LINEAR -
           VOL(*) -
           CYL(75) SHAREOPTIONS(2,3)) -
           DATA(NAME(SMS.DESV.ACDS.D) REUSE)
b) SETSMS SAVEACDS(SMS.DESV.ACDS)
c) SETSMS ACDS(SMS.DESV.ACDS)

PARMLIB/IGDSMS00 defs are ok. No need to change them.

Is this disruptive ?? I never did such a thing. What happens to active
jobs ?? Is it better to this out of busy period??

Thx in advance, A.Cecilio.

On Thu, Nov 3, 2011 at 5:01 PM, Staller, Allan <[email protected]> wrote:
> 1) Allocate SMS.RC1D.ACDS        (new file)
> 2) SETSMS SAVEACDS(SMS.RC1D.ACDS)
> 3) SETSMS ACDS(SMS.RC1D.ACDS)
> 4) Update IGDSMS00 as needed
> 5) Delete SMS.RC1D.ACDS
>
> IIRC, SMS will notify any other images in the SMSplex of the changes.
>
> HTH,
>
> <snip>
> I've DFSMS V1.12 and I've on my SMS configuration:
>
> RESPONSE=RC1D
>  IGD002I 16:33:42 DISPLAY SMS 014
>  SCDS = SMS.RCDV.SCDS
>  ACDS = SMS.RC1D.ACDS
>
> and on IGDSMS00 I have:
> SMS ACDS(SMS.RCDV.ACDS)
>    COMMDS(SMS.RCDV.COMMDS)
>
> What is the best way to "transform" the active SMS, SMS.RC1D.ACDS as
> SMS.RCDV.ACDS ??
> </snip>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to