On 08/11/2011 09:52 AM, esmie moo wrote:
Norbert,
...

  Here is my job:
//BACKUP  EXEC PGM=ADRDSSU,REGION=4096K,PARM='TYPRUN=NORUN'
//*STEP01    EXEC PGM=ADRDSSU,REGION=4096K,TIME=1440,PARM='UTILMSG=YES'
//SYSPRINT  DD  SYSOUT=*
//DISK1    DD  UNIT=SYSDA,VOL=SER=SHRPP4,DISP=SHR
//TAPE1    DD  DSN=ZWAXPG.BKUP.SHRPP4,
//        DISP=(,CATLG,DELETE),
//        UNIT=SYSDA,VOL=SER=VE6C01,SPACE=(CYL,(1055,20),RLSE),
//        DCB=BLKSIZE=32760,TRTCH=COMP
//SYSIN    DD *
     DUMP FULL INDDNAME(DISK1) OPT(4) ALLEXCP ALLDATA(*) -
           BYPASSSMS(**) -
           BYPASSACS(**) -
           NULLSTORCLAS  -
           NULLMGMTCLAS -
           OUTDDNAME(TAPE1))
/*
//
...
And, forgot to mention:
TRTCH is not relevant to a DASD dataset and BLKSIZE should not be specified unless you manually calculate what would give two blocks per track -- forcing blksize 32760 on a 3390 means you will throw away about 40% of the useful space on each track and correspondingly increase the number of tracks required for the dump dataset.
--
Joel C. Ewing,    Bentonville, AR       jcew...@acm.org 

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

Reply via email to