z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


The NMTP_PICODepStmts and NMTP_PICODepChanged fields

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Flags in these fields are set when deprecated profile statements are processed. Deprecated profile statements are those whose function is considered to be non-strategic. There are also some network interface types that are considered to be non-strategic. The flags for deprecated interface, IPv4 IP address, or route changes in the NMTP_PICODepStmts and NMTP_PICODepChanged fields are set when any profile statement, except the PRIMARYINTERFACE statement, is processed for one of the following non-strategic network interface types:
  • ATM (includes ATMARPSV, ATMLIS, ATMPVC profile statements)
  • CLAW
  • CTC
  • HCH
  • LCS
  • MPCIPA/IPAQTR
  • MPCOSA
  • SNA LU0 and LU6.2
  • X.25
  • CDLC

The PRIMARYINTERFACE setting is provided in the IPv4 configuration section. Non-strategic network interface types are supported for this setting.

Table 1 shows the profile information common section.

Table 1. Profile information common section
Offset Name Length Format Description
0(X'0') NMTP_PICOEye 4 EBCDIC PICO eyecatcher
4(X'4') NMTP_PICOStartTime 8 Binary Time TCP/IP stack was started (TOD clock value)
12(X'C') NMTP_PICOStartDate 4 Packed Date TCP/IP stack was started
16(X'10') NMTP_PICOChangeTime 8 Binary Time the TCP/IP stack's profile was last changed (TOD clock value) by a VARY TCPIP,,OBEYFILE command.
24(X'18') NMTP_PICOChangeDate 4 Packed Date the TCP/IP stack's profile was last changed by a VARY TCPIP,,OBEYFILE command.
28(X'1C') NMTP_PICOChangeRsn 1 Binary Reason for last profile change:
  • NMTP_PICOChangeRsn_OBEYFILE(1) - VARY TCPIP,,OBEYFILE command
29(X'1D') NMTP_PICOFlags 1 Binary Miscellaneous flags:
X'80', NMTP_PICOProfComplete:
Record contains complete profile information. If set, the record was created either during TCP/IP initialization or, by way of VARY TCPIP,,OBEYFILE where SMF TCP/IP profile record support was activated. Field NMTP_PICOSecChanged is zero if the record was created during initialization.
30(X'1E')   2 Binary Reserved
32(X'20') NMTP_PICODepStmts 2 Binary Flag that indicates which deprecated profile statements were specified in the initial profile:
X'80000000', NMTP_PICODepStIntf
DEVICE/LINK/BSDROUTINGPARMS for non-strategic interfaces.
X'40000000', NMTP_PICODepStHome:
HOME for non-strategic interfaces.
X'20000000', NMTP_PICODepStRoute:
GATEWAY or BEGINROUTES for non-strategic interfaces.
X'10000000', NMTP_PICODepStSMF:
SMFCONFIG TYPE118 or SMFPARMS
X'08000000', NMTP_PICODepStTrans:
TRANSLATE
X'04000000', NMTP_PICODepStSMParms:
VIPASMPARMS
34(X'22') NMTP_PICODepChanged 2 Binary Flag which indicates which deprecated profile statements were changed:
X'80000000', NMTP_PICODepChIntf:
DEVICE/LINK/BSDROUTINGPARMS for non-strategic interfaces.
X'40000000', NMTP_PICODepChHome:
HOME for non-strategic interfaces.
X'20000000', NMTP_PICODepChRoute:
GATEWAY or BEGINROUTES for non-strategic interfaces.
X'10000000', NMTP_PICODepChSMF:
SMFCONFIG TYPE118 or SMFPARMS
X'08000000', NMTP_PICODepChTrans:
TRANSLATE
X'04000000', NMTP_PICODepChSMParms:
VIPASMPARMS
36(X'24') NMTP_PICOSecChanged 4 Binary Flag that indicates which sections were changed. The following flags are set only if the record was created due to a profile change.
  • X'80000000', NMTP_PICOSecAutolog
  • X'40000000', NMTP_PICOSecV4Cfg
  • X'20000000', NMTP_PICOSecV6Cfg
  • X'10000000', NMTP_PICOSecTCPCfg
  • X'08000000', NMTP_PICOSecUDPCfg
  • X'04000000', NMTP_PICOSecGblCfg
  • X'02000000', NMTP_PICOSecPort
  • X'01000000', NMTP_PICOSecIntf
  • X'00800000', NMTP_PICOSecIPA6
  • X'00400000', NMTP_PICOSecRoute
  • X'00200000', NMTP_PICOSecSrcip
  • X'00100000', NMTP_PICOSecMgmt
  • X'00080000', NMTP_PICOSecIPSecCm
  • X'00040000', NMTP_PICOSecIPSecRules
  • X'00020000', NMTP_PICOSecNetacc
  • X'00008000', NMTP_PICOSecDVCfg
  • X'00004000', NMTP_PICOSecDVRoute
  • X'00002000', NMTP_PICOSecDistDV
  • X'00001000', NMTP_PICOSecDasp
40(X'28') NMTP_PICOConsName 8 EBCDIC Name of console from which VARY TCPIP,,OBEYFILE command was issued.
48(X'30') NMTP_PICOSysplexGrpName 8 EBCDIC Sysplex group name. The value is created when the TCP/IP stack joins the sysplex group. Because the stack joins the sysplex group after the initial profile is processed, the SMF record created during initial profile processing does not contain the sysplex group name. If the TCP/IP stack has never joined the sysplex group since it was initialized, this field is set to zeros.
56(X'38') NMTP_PICOUserToken 80 Binary RACF® user security token of user responsible for change. For a mapping of the fields, see the RUTKN data area in z/OS Security Server RACF Data Areas.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014