Previous Topic: FIX PAGENext Topic: INSTALL STAMPS


FORMAT

File assignments for the batch command facility (z/VSE)

To format a new database file:

// DLBL    userdb,'user.userdb',,tt
// EXTENT  SYSnnn,nnnnnn,,,ssss,rrrr
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

To reformat an existing database file:

// DLBL    userdb,'user.userdb',,tt
// EXTENT  SYSnnn,nnnnnn
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

To format a new disk journal file:

// DLBL    j1jrnl,'idms.j1jrnl',,SD
// EXTENT  SYSnnn,nnnnnn,,,ssss,rrrr
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

To reformat an existing disk journal file:

// DLBL    j1jrnl,'idms.j1jrnl',,SD
// EXTENT  SYSnnn,nnnnnn
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

Additional database and journal file assignments, as required

To format a new SYSTRK file:

// DLBL ffff.,'idms.systrk1',,xx
// EXTENT SYSnnn,nnnnnn,,,ssss,rrrr
// ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR

To reformat an existing SYSTRK file:

// DLBL ffff,'idms.systrk1',,xx
// EXTENT SYSnnn,nnnnnn
// ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR

userdb

Filename of the database file

user.userdb

File-ID of the database file

idms.j1jrnl

File-ID of the disk journal file

j1jrnl

Filename of the disk journal file

rrrr

Number of tracks (CKD) or blocks (FBA) in the disk extent; must be at least one more than the number of BDAM blocks or VSAM control intervals in the database

tt

File type of the file being formatted:

  • SD (sequential) if formatting by file or segment (unless it is a VSAM file)
  • DA (direct access) if reformatting by area
  • VSAM if formatting or reformatting a CA IDMS/DB VSAM file
  • Omit if reformatting by file

ffff

File name of the SYSTRK file

idms.systrk1

FILE-ID of the SYSTRK file

xx

File type of the file being formatted

  • SD (sequential) if INITIAL is specified
  • DA (direct access) if INITIAL is not specified
  • VSAM if formatting a VSAM file

Multiple extents

You can format a CA IDMS/DB VSAM file with multiple extents under z/VSE. However, you cannot format a BDAM file with multiple extents.

The SIZE parameter on the EXEC statement

The SIZE parameter on the EXEC statement enables the IBM rotational sensing (RPS) feature. When formatting CA IDMS/DB VSAM files, you should specify SIZE=AUTO on the EXEC statement for IDMSBCF.

Do not use the SIZE parameter at all when formatting BDAM files or files allocated on 3344 disk devices with RPS implemented within the hardware. When you use the SIZE parameter in these cases, CA IDMS/DB cannot access the required current updated copy of the DTF.

Central version

To execute FORMAT AREA or FORMAT SEGMENT under the central version:

file-id

Data set name of the sysctl file

SYSnnn

Logical unit of the volume for which the extent is effective

vvvvvv

Volume serial number