A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
5-18 Administrative Products for DB2 Installation Guide
Default Option Descriptions
JCLCLEAN=N Enables you to generate a job step that automatically deletes many of the
permanent (also known as non-temporary) data sets that the Execution
component creates. These data sets are created during worklist processing
and have a disposition (
NEW,CATLG,CATLG). The automatic delete step is
only performed if the condition code that is returned from any previous job
step is four or less (
Y or N).
JDSN='''&&PREFIX..ANALYSIS(&&WORKID)'''
Defines the default data set name that is used for Analysis JCL. This data set
can be either a sequential or partitioned data set. Hardcoding a member name
is not recommended for a partitioned data set. The products automatically
use the Work ID as the member name.
JDSNBG='''&&PREFIX..JCLGEN(&&WORKID)'''
For DB2 Version 5 and later, defines the default data set name that is used for
batch JCL Generation. This data set can be either a sequential or partitioned
data set. Hardcoding a member name is not recommended for a partitioned
data set. The products automatically use the Work ID as the member name.
JDSNE='''&&PREFIX..EXEC(&&WORKID)'''
Defines the default data set name that is used for Execution JCL. This data
set can be either a sequential or partitioned data set. Hardcoding a member
name is not recommended for a partitioned data set. The product
automatically uses the Work ID as the member name.
LOCATION The local subsystem location. If you are using Single Point Entry, the
parameter is set to
SPE_METHOD.
LOCK=X Controls the SQL LOCK TABLE statements that are issued by the Execution
component for ALTER unloads. The
LOCK parameter does not apply to the
BMC Software UNLOAD PLUS product.
S Issue the SQL LOCK TABLE IN SHARE MODE statement
X Issue the SQL LOCK TABLE IN EXCLUSIVE MODE statement
N Do not issue SQL LOCK TABLE statements
LOG=N Specifies that records be logged during loads that use the IBM LOAD utility
(
Y or N).
MGMTCLAS=N Indicates whether support for the MGMTCLAS parameter is required for
VCAT-defined DB2 objects (
Y or N).
PC=ALU Defines the product code to the ALTER components.
PIC=N (Pre-Image Copy) Indicates whether an image copy should be taken of each
table space before a database is dropped, a table is dropped, or the table
space is dropped or reorganized (
Y or N).