On Wed, 2005-09-21 at 18:43 -0500, Mike Liberatore wrote:
> so I also need to allocate a FDR file(?) on these volume(s)

Look in the FDR/ABR books for program FDRABRM, which you can use to
produce a model DSCB for ABR's use.  The JCL will look something like
this:

// EXEC PGM=FDRABRM 
//SYSPRINT DD  SYSOUT=* 
//SYSIN    DD  * 
 ABRINIT CYCLE=cc,GEN=gggg,RETPD=rr,VOL=vvvvvv,STORCLAS=ABRMODEL,
       ENABLE=(ARCHIVE,OLDBKUP),FORCE 
/*

Don't use these parameters!  Choose parameters that match the existing
SMS storage group that you are adding volumes to.  To inspect the ABR
model for an existing volume, code:

// EXEC PGM=FDRABRP
//SYSPRINT DD  SYSOUT=* 
//SYSOUT   DD  SYSOUT=* 
//SYSIN    DD  * 
 P VOLSTAT,VOL=vvvvvv 
/* 

-- 
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]

----------------------------------------------------------------------
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