The GETLIKE function reads the variables that match a name mask as specified within the supporting NAME keyword and returns the list of variable names, values, and attributes in unique stemmed variables. The default stemmed variable names begins with VASRV_, or can optionally be named by using the PREFIX keyword. The OPTIONS keyword can be used to select or limit the data that is returned if needed.
The default stemmed variables that are created from a GETLIKE function call without the PREFIX keyword are:
The count total of variables that match the specified stem mask.
Full variable name
Length: 1-128
Example: GLVPLXT1.STATUS.SYSTEM
These VALUE variables contain multiple word values.
Note: These variables are not created if the OPTIONS(NOVALUES) keyword was specified on the GETLIKE function.
Variable data type name
Length: 8
The Supported data types are: UNDEF, SIGNED32, STRING, or XML.
Variable data value
Length: 1-30000
Example value for a VASRV_VALUE.x variable: UNDEF PROD CICSA ACTIVE ON SYSTEMX
The variable token value in printable hex characters.
Note: These variables are only created when the OPTIONS(STATS) keyword is specified on the GETLIKE function.
Length: 32
Example value for a VASRV_TOKEN.x variable: FFFFFFFFF2F4F6F9FFFFFFAFCF2F0F0
These INFO variables contain multiple word values.
Note:These variables are only created when the OPTIONS(STATS) keyword is specified on the GETLIKE function.
Variable product name
Length: 1-16
For CA OPS/MVS, the variable product name is always CA OPS/MVS.
Variable instance name
Length: 1a-16
For CA OPS/MVS, the variable instance name is always a CA OPS/MVS subsystem name such as OPSS.
Variable group name
Length: 1-16
Example: PRODPAYROLL
Variable data type name
Length: 5-8
Example: STRING
Variable scope
Length: 7
For CA OPS/MVS, the scope is always SYSPLEX.
Variable is eligible to trigger a )GLV rule.
Length: 1
Y=Yes or N=No
Persist attribute.
Length: 4
TEMP (temporary) is the only value supported.
Length: 1-8
Contains the system name that created the variable.
Creation user ID or job name.
Length: 1-8
Length: 1-8
Contains the program name or the memory address of the program that created the variable.
Length:10
Creation date in YYYY/MM/DD format
Length:8
Creation time is in HH:MM:SS (UTC time)
Length: 1-8
Contains the system name that updated the variable
Length: 1-8
Contains the User name or Job name that updated the variable
Length: 1-8
Contains the name or the memory address of the program that updated the variable
Length:10
Update date in YYYY/MM/DD format
Length:8
Update time is in HH:MM:SS format (UTC time)
Length:10
Last reference date in YYYY/MM/DD format
Length:8
Last reference time is in HH:MM:SS format (UTC time).
Refer to Sample Coding Statements for samples on using the GETLIKE function for more details.
|
Copyright © 2013 CA.
All rights reserved.
|
|