|
Hex Dec Type/Val Lng Label (dup) Comments
---- ---- --------- ---- -------------- --------
0000 0 Structure CMDBK Command Table Entry Block
These fields map the Indirect Call Request Block.
These fields must match the analogous fields in the
ICRBK. The fields are defined explicitly here in order
that BLOCKDEF and BLOCKMAP can correctly describe them.
0000 0 Character 8 CMDEPNAM Name of the entry routine
0008 8 Address 4 CMDADDRL Address of the ICLBK, or 0.
MODIFY RESET will need to clear
this field to zero.
000C 12 Bitstring 1 CMDATTR Attributes for HCPCALL
000D 13 Bitstring 1 * Reserved
000E 14 Bitstring 1 * Reserved
000F 15 Bitstring 1 * Reserved
Thus ends the Indirect Call Request Block fields
The user fields should remain at the front of the block
0010 16 Dbl-Word 8 CMDUSRD1 Reserved for non-IBM use
0018 24 Dbl-Word 8 CMDUSRD2 Reserved for non-IBM use
0020 32 Signed 4 CMDUSRF1 Reserved for non-IBM use
0024 36 Signed 4 CMDUSRF2 Reserved for non-IBM use
0028 40 Signed 2 CMDUSRH1 Reserved for non-IBM use
002A 42 Signed 2 CMDUSRH2 Reserved for non-IBM use
002C 44 Bitstring 1 CMDUSRX1 Reserved for non-IBM use
002D 45 Bitstring 1 CMDUSRX2 Reserved for non-IBM use
002E 46 Bitstring 1 CMDUSRX3 Reserved for non-IBM use
002F 47 Bitstring 1 CMDUSRX4 Reserved for non-IBM use
0030 48 Character 12 CMDNAME Command name
003C 60 Address 4 CMDFWD Addr of another CMDBK on chain
0040 64 Address 4 CMDADDR Address of routine. If zero, then
call CMDEPNAM indirectly
0044 68 Signed 4 CMDCOUNT Command issued this many times.
There is no relationship between
this field and any particular
CMDBK. This means that this field
in a CMDBK for a command with IBM
class A does not mean that the
command was executed for the
class A command and not the class
B or the class G command. Only
the sums of the CMDCOUNT fields
and the CMDMSECS fields for a
command name are meaningful.
0048 72 Signed 8 CMDMSECS Time (in micro-seconds) that the
routines that comprise this
command were active. There is no
relationship between this field
and any particular CMDBK. This
means that this field in a CMDBK
for a command with IBM class A
does not mean that the time was
spent executing for the class A
command and not the class B or
the class G command. Only the
sums of the CMDCOUNT fields and
the CMDMSECS fields for a command
name are meaningful.
0050 80 Address 4 CMDPUSHD Address of pushed CMDBK
0054 84 Signed 4 CMDOVRDE For use by MODIFY and OVERRIDE
0058 88 Signed 4 CMDCLASS Class mask
005C 92 Signed 4 CMDCNTER Creation counter, for HCPDA0
0060 96 Address 4 CMDALIAP If an alias, then this is the
address of the alias CMDBK.
0064 100 Bitstring 1 CMDIBMCL IBM class
0065 101 Bitstring 1 CMDTRUNC Minimum truncation
0066 102 Bitstring 1 CMDFLAG Command flags
1... .... CMDALOG X'80' CMDALOG Command allowed
before LOGON
.1.. .... CMDOLOG X'40' CMDOLOG Command allowed
only at LOGON
..1. .... CMDALIAS X'20' CMDALIAS Entry is an
'ALIAS'
...1 .... CMDENABL X'10' CMDENABL This CMDBK is
enabled
.... 1... CMDSILNT X'08' CMDSILNT Command may be
silenced
.... .1.. CMDNOUP X'04' CMDNOUP Do not uppercase
this command
.... ..1. CMDONLY X'02' CMDONLY Only one version
(IBMCLASS)
.... ...1 CMDNOCL X'01' CMDNOCL Command is class
'ANY'
Security bits defined for CMDFLAG1:
CMDPROC - Indicates that no call to the ESM
will be made in the command router.
This means that all required security
calls to the ESM must be made by the
command processor. If CMDPROC is set
for one version, then it must be set
for all versions.
CMDVPROT - This flag indicates that the 'PROTECT'
setting (CMDPROT) of this command may
be dynamically altered by the
External Security Manager (ESM).
CMDXLOG - Indicates that the command may be disabled
prior to logon. This bit can only be
dynamically altered by the ESM.
CMDVMAC - Indicates that the 'MAC' setting (CMDMAC)
for this command may be dynamically
altered by the ESM.
CMDBYAT - Indicates that the command may be issued
via the AT command.
0067 103 Bitstring 1 CMDFLAG1 Command flags
1... .... CMDPROC X'80' CMDPROC Command processor
performs further privilege class
checks
.1.. .... CMDXLOG X'40' CMDXLOG Command can be
turned off prior to logon
..1. .... CMDVPROT X'20' CMDVPROT Command can be
protected
...1 .... CMDVMAC X'10' CMDVMAC Command may be
Mandatory Access Controlled
.... 1... CMDBYAT X'08' CMDBYAT OK by AT
Security bits defined for CMDSECUR:
CMDAUDIT - Indicates that the command will be
'AUDITED' by the ESM. This bit can
be initialized when the table entry
is created and can be dynamically
altered by the ESM.
CMDPROT - Indicates that the command will be
'PROTECTED' by the ESM. This bit can
be initialized when the table entry
is created.
CMDMAC - Indicates that the command will be
Mandatory Access Controlled. This
bit can only be dynamically altered
by the ESM.
0068 104 Bitstring 1 CMDSECUR Command security flags
1... .... CMDAUDIT X'80' CMDAUDIT Command is to be
audited
.1.. .... CMDPROT X'40' CMDPROT Command is to be
protected
..1. .... CMDMAC X'20' CMDMAC Command is to be
Mandatory Access Controlled
0069 105 Character 1 * (3) Reserved
006C 108 Signed 4 * Reserved
0070 112 Dbl-Word 8 CMD$END (0) The end
00000070 CMDBSIZE *-CMDBK Size of CMDBK in bytes
0000000E CMDSIZE (*-CMDBK+7)/8 Size in double
words
0058 88 Bitstring 1 CMDCLB0
0059 89 Bitstring 1 CMDCLB1
005A 90 Bitstring 1 CMDCLB2
005B 91 Bitstring 1 CMDCLB3
| |