Indicates whether support is enabled in your product region for a specified operating system (or family of operating systems) or capability.
&ZOSCHK { ANY | ALL } name [ name ... ]
&ZOSCHK is a built-in function and must be used to the right of an assignment statement.
The result is Boolean (0 or 1):
Operands:
This operand is mandatory. Specifying ANY means that, if any of the following tests is true, then the result is true (1 is returned).
Specifying ALL means that all of the following tests must be true for the result to be true.
Each name that you specify here indicates an operating system (or family of operating systems) or capability that you want to test for.
The value of this field is any of the following:
Any OS system (for example, z/OS or MSP)
Any VM system
Any VOS3 system
Any IBM system
Any IBM OS system
Any IBM VM system
Any non-IBM system
Any Fujitsu system
Any Fujitsu OS system
Any Fujitsu FSP system
Any Hitachi system
Any Hitachi OS system
z/OS and OS/390
z/OS and OS/390
z/OS only
z/OS only
z/OS or later Z/OS> z/OS or later
MSP only
MSP or later (up to and beyond MSP/EX)
MSP/AE only
MSP/AE only
MSP/AE or later (up to and beyond MSP/EX)
MSP/AE or later (up to and beyond MSP/EX)
MSP/EX only
MSP/EX only
MSP/EX or later
MSP/EX or later
Hitachi VOS3 only
Any VM
GCS or later (up to and beyond VM/ESA)
VM/ESA or later X
VM/ESA or later X
System supports EXTMCS consoles
System supports 31-bit addressing
System supports basic cross-memory services
System supports ESA-style cross-memory services
System supports SMF record 119 (x'77') (z/OS 1.2 and later)
System supports IPv6 (z/OS 1.4 and later)
Notes:
The result is boolean (0 or 1):
Standard NCL function semantics apply. This function is used only on the right of an assignment statement.
This function returns 0 or 1, not YES or NO.
Examples: &ZOSCHK
&RESULT = &ZOSCHK ANY GENOS MSP &RESULT = &ZOSCHK ALL IBM VM
| Copyright © 2009 CA. All rights reserved. |
|