Create new resource definitions using your own default
values instead of the default values supplied by CICS®.

USERDEFINE syntax
>>-USERDEFINE--+-CONnection(name)---+--Group--(--groupname--)--->
+-CORbaserver(name)--+
+-DB2Conn(name)------+
+-DB2Entry(name)-----+
+-DB2Tran(name)------+
+-DJar(name)---------+
+-DOctemplate(name)--+
+-Enqmodel(name)-----+
+-File(name)---------+
+-Journalmodel(name)-+
+-LSRpool(name)------+
+-Mapset(name)-------+
+-PARTItionset(name)-+
+-PARTNer(name)------+
+-PIpeline(name)-----+
+-PROCesstype(name)--+
+-PROFile(name)------+
+-PROGram(name)------+
+-Requestmodel(name)-+
+-Sessions(name)-----+
+-TCpipservice(name)-+
+-TDqueue(name)------+
+-TErminal(name)-----+
+-TRANClass(name)----+
+-TRANSaction(name)--+
+-TSmodel(name)------+
+-TYpeterm(name)-----+
+-Urimap(name)-------+
'-Webservice(name)---'
>--Attribute list--(--value--)---------------------------------><
Description
The USERDEFINE command is an
alternative to the DEFINE command. Instead of using the default values
supplied by CICS, the USERDEFINE
command uses your own default values to create a resource definition.
Otherwise it operates in exactly the same way as the DEFINE command.
To
set up your own default values for the USERDEFINE command, use the
normal DEFINE command to create resource definitions named USER in
a group named USERDEF:
When you have created resource definitions in the USERDEF
group, you can use the USERDEFINE command to define those types of
resources, and the default values that you set up are used in the
resource definitions. For example, if you have created a PROGRAM resource
definition in the USERDEF group that specifies LANGUAGE(ASSEMBLER),
the following command creates a resource definition for program P2
in group GRP and specifies Assembler as the language:
USERDEFINE PROGRAM(P2) GROUP(GRP)
Options
- Attribute list(value)
- The attribute list depends on the resource type that is being
defined; some resources have attributes that must be included in the
definition. For a description of the attributes and default values
of each resource type, see RDO resource types and their attributes. Attributes that you do not specify are given
default values.
- Group(groupname)
- Specifies the name of the group that will contain the resource
definition to be created. Do not use a generic group name. If you
specify the name of a group which does not already exist, the group
is created.
- Resource(name)
- Specifies the name of the resource you want to define. Do not
use a generic resource name. The resource option must always be the
first operand of the USERDEFINE command.