Previous Topic: Using the KeywordsNext Topic: Interfaces


Keywords

You can use the following keywords within parmlib members to direct CA SYSVIEW. All keywords must start in column 1.

)INCLUDE member <dataset-name> <MSG|NOMSG> <DSNREQ>

Includes parmlib statements from the specified parmlib member.

<dataset-name>

Parmlib members from an alternate data set can be included by specifying an optional data set name.

MSG|NOMSG

Indicates whether to include an error message when the member is not found.

DSNREQ

Indicates that the data set must be present, which is useful when using a substitution variable for dataset-name. If the substituted data set name is blank, the statement would appear as a normal member include with no data set. This parameter causes the member include to be skipped in this circumstance.

)IF SYSNAME=sysname
)IF SYSNAME¬=sysname

Include the lines that follow if the current z/OS system name matches or does not match the specified name.

)IF FEATURE=HCHECK

Is evaluated as yes if you specified Yes for the Component-Health-Check keyword in the System Configuration Options member.

)IF USERID=userid
)IF USERID¬=userid

Include the lines that follow if the user ID of the CA SYSVIEW user matches or does not match the specified user ID.

)IF GROUP=security-group

Include the lines that follow if the security-group matches the specified security-group.

)IF INTERACTIVE

Interactive product interface

Examples: TSO, VTAM, CICS, ISPF

)IF NONINTERACTIVE

Noninteractive product interface

Example: Batch and API

)IF SMFID=smfid
)IF SMFID¬=smfid

Include the lines that follow if the current z/OS SMF ID matches or does not match the specified SMF ID.

)IF SSID=ssid
)IF SSID¬=ssid

Include the lines that follow if the CA SYSVIEW subsystem ID matches or does not match the specified subsystem ID.

)IF SYSPLEX=sysplex

Include the lines that follow if the current sysplex name matches or does not match the specified sysplex name.

)IF JOBNAME=jobname
)IF JOBNAME¬=jobname

Include the lines that follow if the CA SYSVIEW home address space matches or does not match the home address space that is specified.

)IF INTERFACE=interface
)IF INTERFACE¬=interface

Include the lines that follow if the CA SYSVIEW interface matches or does not match the specified interface. For a list of interfaces, see Interfaces in this appendix.

)IF TASKID=taskid
)IF TASKID¬=taskid

Include the lines that follow if the CA SYSVIEW task ID matches or does not match the specified task ID.

)IF CICSLOGR=cicslogr
)IF CICSLOGR¬=cicslogr

Include the lines that follow if the CICS logger task ID matches or does not match the specified CICS logger task ID.

)IF IMSLOGR=imslogr
)IF IMSLOGR¬=imslogr

Include the lines that follow if the IMS logger task ID matches or does not match the specified IMS logger task ID.

)IF DAY=day
)IF DAY¬=day

Include the lines that follow if the day of the week matches or does not match the specified day.

)IF MONTH=month
)IF MONTH¬=month

Include the lines that follow if the month of the year matches or does not match the specified month.

)IF JOBACTIVE=jobname
)IF ACTIVE=jobname
)IF JOBINACTIVE=jobname
)IF INACTIVE=jobname

Include the lines that follow if the active or inactive job name matches the specified jobname/STC/TSU.

)IF QMGR=qmgr

Include the lines that follow if the WebSphere MQ Queue Manager (QMGR) matches.

)IF CICS=vr
)IF CICS¬=vr

Include the lines that follow if the current CICS release matches or does not match the release that you specify. The following are values for vr and the CICS versions that they stand for:

vr CICS Release

6+ 6.x.x
60 6.x.x
62 6.2.x
63 6.3.x
64 6.4.x
65 6.5.x

)IF SPLEVEL=SPv.r.m
)IF SPLEVEL¬=SPv.r.m
)IF SPLEVEL>=SPv.r.m
)IF SPLEVEL<=SPv.r.m

Include the lines that follow if the z/OS operating system SPLEVEL matches, or does not match, is higher than, or lower than the version, release, and modification that you specify.

)ENDIF

End the prior IF statement.

)SKIP
)ENDSKIP

Provide dynamic skipping of entries. These keywords allow you to skip or bypass the included entries without marking each line as a comment.

)END
)EOF

Process this record as the logical end of file.