Re: When will ADRDSSU start to ENQUEUE on data sets?



Hello Johnny,

Does your backup job use generic dataset masks for the INCLUDE list?

Search the archives for earlier posts on DF/DSS using the older SVC26
interface to retrieve CATALOG data.

In one case here a job took 2 hours to build the dataset list before mounting
the first output tape. Changing the job by adding build-include-list step,
before calling ADRDSSU, which uses REXX to call the IGGCSI00 Catalog Search
Interface and built an explicit filter list (FILTERDD), reduced that wait time to
2 minutes.

If you need to ENQUEUE on the dataset, just add

//DD001 DD DISP=SHR,DSN=dataset1
etc

to your backup JCL.

On Wed, 30 Apr 2008 11:08:56 +0800, Johnny Luo
<johnny.xingkui.luo@xxxxxxxxx> wrote:

Hi,

We encountered a problem on our production system.

A job was using DSS to backup a lot of data sets (logical dump) and we got
ADR321E for one extended format PS data set: the data set was not on the
supposed volume.

This job will run more than 3 hours and we found out that another job will
delete the data set and re-create it during that time (1.5 hours after the
dump job starts). It might be the cause of ADR321E.

<snip>
Best Regards,
Johnny Luo



Regards
Bruce Hewson


//MYUSERBLD JOB (ACCT#),'BUILD FILTER LIST',
// CLASS=I,
// MSGCLASS=X,
// NOTIFY=&SYSUID
//*
//*
//BGTSO EXEC PGM=IKJEFT01,DYNAMNBR=100
//*
//MASKLIST DD *
SA%%.CICS.%%.DFHCSD
SE%%.CICS.%%.DFHCSD
SC%%.CICS.%%.DFHCSD
/*
//SYSTSIN DD *
%BILDFILT MASKLIST
/*
//*
//FILTERDD DD DISP=(NEW,PASS),
// SPACE=(TRK,(1,1)),
// DSORG=PS,LRECL=80,RECFM=FB,BLKSIZE=0,
// DSN=&&amp;FILTERDD
//*
//*
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSPROC DD DISP=SHR,DSN=MYUSER.USER.CMDPROC
//*
//*
//DUMP EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN'
//FILTERDD DD DISP=(OLD,DELETE),
// DSN=&&amp;FILTERDD
//SYSPRINT DD UNIT=SYSDA,DISP=(NEW,CATLG),SPACE=(CYL,(2,1),RLSE),
// DSN=MYUSER.DFDSS.TESTRUN.SYSPRINT,DCB=DSCB,
// RECFM=VFB,LRECL=137,DSORG=PS
//BACKUP DD DSN=MYUSER.DFDSS.TESTRUN.BACKUP,
// UNIT=3390,SPACE=(CYL,(100,20),RLSE),
// DISP=(,CATLG,DELETE)
//SYSIN DD *
DUMP DATASET( -
FILTERDD(FILTERDD) -
) -
OUTDDNAME(BACKUP) -
TOLERATE(ENQFAILURE) -
SPHERE -
CONCURRENT -
SHARE
/*
//*
//

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

.



Relevant Pages

  • Re: DFHSM QUESTION - UNABLE TO BACKUP DSN
    ... DFHSM QUESTION - UNABLE TO BACKUP DSN ... ARC0269I DATA SET DASD BACKUP TASKS=02 DATA SET TAPE BACKUP TASKS=02, ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: DFHSM QUESTION - UNABLE TO BACKUP DSN
    ... Section 3.37.5.53 DSBACKUP: Controlling the Command Data Set Backup Environment of the z/OS V1R9.0 DFSMS Storage Administration Reference describes your options. ... DFHSM QUESTION - UNABLE TO BACKUP DSN ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: DFHSM QUESTION - UNABLE TO BACKUP DSN
    ... ARC0276I DATA SET BACKUP=INACTIVE, DATA SET BACKUP ACTUAL IDLETASKS=(ALLOC=00, ... DFHSM QUESTION - UNABLE TO BACKUP DSN ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: DFHSM QUESTION - UNABLE TO BACKUP DSN
    ... ARC0163I TAPEDATASETRECOVERY=NOT HELD, DATA SET BACKUP=NOT HELD, VOLUME ... It is the value of the second line above that controls Dataset Backup, ... DFHSM QUESTION - UNABLE TO BACKUP DSN ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • RE: HSM backup
    ... trying to backup dataset using HSM. ... ARC1358I BACKUP FAILED FOR DATA SET ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)