Previous Topic: z/OSNext Topic: z/VM—Local Mode


z/VSE—Local Mode

Note: MAINTAIN ASF may need to be relink edited with an IDMSDBLP module before being executed.

For information on the IDMSDBLP module, see the 'z/VSE JCL' chapter in CA IDMS Utilities Guide.

JCL to execute MAINTAIN ASF in local mode (z/VSE)

// EXEC PROC=IDMSLBLS
// DLBL RELDCTL,'user.reldctl',,SD
// EXTENT SYSnnn,nnnnnn,,,ssss,tttt
// ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
// DLBL infile,'input.data',,SD
// EXTENT SYS001,nnnnnn,,,ssss,tttt
// ASSGN SYS001,DISK,VOL=vvvvvv,SHR
// DLBL SYSPCH,'sort.info'
// EXTENT SYSPCH,nnnnnn,,,ssss,tttt
// ASSGN SYSPCH,DISK,VOL=nnnnnn,SHR
// DLBL SYS003,'user.fil3',,SD
// EXTENT SYS003,nnnnnn,,,ssss,tttt
// ASSGN SYS003,DISK,VOL=nnnnnn,SHR
// DLBL SYS004,'user.fil4',,SD
// EXTENT SYS004,nnnnnn,,,ssss,tttt
// ASSGN SYS004,DISK,VOL=nnnnnn,SHR
// DLBL SYS005,'user.fil5',,SD
// EXTENT SYS005,nnnnnn,,,ssss,tttt
// ASSGN SYS005,DISK,VOL=nnnnnn,SHR
// DLBL SYS006,'user.fil6',,SD
// EXTENT SYS006,nnnnnn,,,ssss,tttt
// ASSGN SYS006,DISK,VOL=nnnnnn,SHR
// DLBL SORTWK1,'sort.work.file'
// EXTENT SYSnnn,SYSWK0,,1,30
// ASSGN SYSnnn,SYS001,OUTPUT

Put additional sort files, as required, here

// DLBL SYSIDMS,'#SYSIPT'
// EXEC    IDMSBCF
Put parms for SYSIDMS here
/*
Put parms for MAINTAIN ASF here
/*
/&

Item

Description

IDMSLBLS

Name of the procedure provided at installation that contains the file definitions for CA IDMS dictionaries and databases.

Note: Tailor the IDMSLBLS proc provided on the installation media to include the appropriate files (database, journal, etc.) for local mode processing.

user.reldctl

File containing control records

Note: The logical record length of this file must be a multiple of four.

SYSnnn

Logical unit of the volume for which the extent is effective

nnnnnn

Volume serial ID

ssss

Starting track of block of disk extent

tttt

Number of tracks

infile

Filename of the input data for LOAD or EXTEND operations as specified in MAINTAIN ASF input statements. If not named specifically, filename should be SYS001.

input.data

File-ID of the input data for LOAD or EXTEND operations

sort.info

sort control info for intermediate sorts which is punched by the utility

user.fil3

Intermediate file written by utility steps

user.fil4

Intermediate file written by utility steps

user.fil5

Intermediate file written by utility steps

user.fil6

Intermediate file written by utility steps

Note: SYSIDMS is a parameter file added to the JCL stream of CA IDMS batch jobs that allows you to specify runtime directives such as, the name of the DMCL and database to use at runtime, as well as operating system-dependent file information. SYSIDMS is defined in the IDMSLBLS procedure.

For more information about SYSIDMS,see CA IDMS Common Facilities Guide parameters.