thanks wayne and all . it works .

On Fri, Mar 23, 2018 at 5:20 AM, Wayne Bickerdike <wayn...@gmail.com> wrote:

> Tested this....works fine.
>
> COPY DS( INC(DATASET.SEQALL) ) -
> OUTDYNAM(BDB20D) -
> NMC BYPASSACS(DATASET.SEQALL) -
> DELETE                       -
> CATALOG SPHERE TOL(ENQF)
> DATA SET DATASET.SEQALL ALLOCATED, ON VOLUME(S): BDB20D
> DATA SET DATASET.SEQALL HAS BEEN UNCATALOGED FROM CATALOG    USERCAT.CICS
> DATA SET DATASET.SEQALL IN CATALOG USERCAT.CICS HAS BEEN DELETED
> DATA SET DATASET.SEQALL HAS BEEN CATALOGED IN CATALOG USERCAT.CICS
> 2018.082 00:44:54 DATA SET FILTERING IS COMPLETE. 1 OF 1 DATA SETS WERE
> AND 0 FAILED FOR OTHER REASONS
> THE FOLLOWING DATA SETS WERE SUCCESSFULLY PROCESSED
>  DATASET.SEQALL
>
> On Fri, Mar 23, 2018 at 1:34 AM, retired mainframer <
> retired-mainfra...@q.com> wrote:
>
> > My reference says " NULLMGMTCLAS/NMC specifies that the input to the ACS
> > routines is a null management class rather than the source data set’s
> > management class."  Since he has BYPASSACS, what difference does it make?
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf
> > > Of Wayne Bickerdike
> > > Sent: Wednesday, March 21, 2018 11:40 PM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: need guide iehmove or adrdssu
> > >
> > > Still missing NMC parameter
> > >
> > > On Thu, Mar 22, 2018 at 3:54 PM, retired mainframer <
> > > retired-mainfra...@q.com> wrote:
> > >
> > > > Look up the error message.  The reason code 08 tells you there is
> > already
> > > > a dataset with that name on the volume.
> > > >
> > > > > -----Original Message-----
> > > > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> > > Behalf
> > > > > Of johnnydeep san
> > > > > Sent: Wednesday, March 21, 2018 9:41 PM
> > > > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > > > Subject: Re: need guide iehmove or adrdssu
> > > > >
> > > > > Below is the modified jcl
> > > > >
> > > > > //STEP1    EXEC PGM=ADRDSSU,REGION=0M
> > > > > //DASD1    DD  UNIT=SYSDA,VOL=SER=JASYS1,DISP=OLD
> > > > > //DASD2    DD  UNIT=SYSDA,VOL=SER=KCVOL1,DISP=OLD
> > > > > //SYSPRINT DD SYSOUT=*
> > > > > //SYSIN    DD  *
> > > > >     COPY INDDNAME(DASD1),OUTDDNAME(DASD2) -
> > > > >     DATASET(INCLUDE('ADCDMST.IMON.LOAD')) -
> > > > >     NULLSTORCLAS  -
> > > > >     BYPASSACS(*)  -
> > > > >     DELETE -
> > > > >     CATALOG
> > > > > /*
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
>
>
> --
> Wayne V. Bickerdike
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to