

Starting Your Product › How to Configure Without CA CSM › Configuring Host Encyclopedia and Host Construction › Create a New Encyclopedia › Package Bind › CEJOB07A-BINDPACK
CEJOB07A-BINDPACK
Here is a sample of the executable portion of JCL:
------------------
//JOBCARD...
//*
........
........
//*
//*
//TSOPROC PROC TILCLIB='CAI.CAGEN.CEHBCLS0',
// SOUT='*'
//*
//PS10 EXEC PGM=IKJEFT01,DYNAMNBR=30
//STEPLIB DD DSN=CAI.CAGEN.CEHBPLD1,DISP=SHR
// DD DSN=CAI.CAGEN.CEHBPLD0,DISP=SHR
//SYSPROC DD DSN=&TILCLIB,DISP=SHR
//SYSPRINT DD SYSOUT=&SOUT
//SYSTSPRT DD SYSOUT=&SOUT
// PEND
//*
//JS10 EXEC TSOPROC
//PS10.SYSTSIN DD *
%BINDPACK MEMBER(ALL) + (1)
COLLID(XXXXXXXX) + (2)
OWNER(2ND_AUTH) + (3)
QUALIFIER(XXXXXXXX) + (4)
RESTART (5)
Note:
- MEMBER(ALL)-Bind all DBRMs into packages in a collection.
- COLLID(XXXXXXXX)-XXXXXXXX is the collection ID. You must specify a collection ID when performing a package bind. Enter the collection ID value on the Set DB2 Variables screen in the CEINSTAL procedure to add to the CEJOB07A JCL.
- OWNER(2ND_AUTH)- 2ND_AUTH is the secondary authorization ID used in the BIND packages job. This job only includes the OWNER parameter when you include a value in CEINSTAL for the Secondary Authorization ID in the Set DB2 Variables screen. For example:
%BINDPACK MEMBER(ALL) COLLID(XXXXXXXX) OWNER(2ND_AUTH)
- QUALIFIER(XXXXXXXX)-Specifies the prefix used for tables, indexes, and views, in the DB2 BIND process. The job only includes the QUALIFER parameter when you set the Bind Qualifier and DB2 Table-Index-View Owner in CEINSTAL's Set DB2 Variables screen. This value must be defined to the DB2 security system. For example:
%BINDPACK MEMBER(ALL) COLLID(XXXXXXXX) .... QUALIFIER(XXXXXXX)
- RESTART-The CEJOB07A job can restart. When a bind error occurs, correct the error, and use the messages provided at the end of the failing BINDPACK CLIST to provide the package DBRM name as input through the MEMBER() parameter. Add the keyword RESTART. For example:
%BINDPACK MEMBER(DBRMNAME) ... RESTART
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|