
Pre-Open Processing (TSIDASS)
8-6 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
CHECK
Parameter
The following provides a description of the parameters you can use with a
CHECK statement.
Definitions The following provides definitions for the parameters you can use with a
CHECK statement.
Examples The following example determines if Start Track 1
PRODUCT.ID.MASTER exists.
// DLBL FILEIN,'PRODUCT.ID.MASTER'
// EXTENT SYS010,CKDP16,,,1,10
// EXEC TSIDASS
CHECK FILEIN
/*
The following example determines if version 1 of
PRODUCT.ID.MASTER exists.
// DLBL FILEIN,'PRODUCT.ID.MASTER'
// EXEC TSIDASS
CHECK FILEIN
/*
The following example determines if version 5 of
PRODUCT.ID.MASTER exists.
Parameter Required? Valid Default
dtfname Yes 1 to 7 characters None
Parameter Definition
dtfname dtfname identifies the dataset to be opened.
dtfname specifies the DLBL, TLBL, or DD
statement that identifies the Dataset Version or Start
Track 1 DSN to be checked. The DLBL or TLBL
can be in the TSIDASS JCL or it can be in Standard
Labels. The DD statement must be in the TSIDASS
JCL.
If a CHECK statement is present, there can be only
one of them in a TSIDASS step. No other TSIDASS
control statements can be present.
At completion, TSIDASS will display one of the
following return codes on the VSE console.
0—The version is in the BIM-EPIC Catalog, or if a
Start Track 1 DLBL/EXTENT was provided, exists
as a Start Track 1 dataset.
8—The version is not in the BIM-EPIC Catalog, or
if a Start Track 1 DLBL/EXTENT was provided,
does not exist as Start Track 1 dataset.
16—BIM-EPIC is not active.
Comentarios a estos manuales