CUTOUT Statement
- Last UpdatedDec 13, 2023
- 1 minute read
The CUTOUT statement specifies a cutout type to be used for specific profile types.
Syntax:
|
CUTOUT, |
<name> |
|
/ CTYP = < cutout_type > |
|
|
< name> |
A name (string shorter than eight (8) characters) that uniquely identifies a certain cutout selection rule. The same name may be used in several statements provided the profile types occur only once in a rule with a certain name. Thus one specific rule may be the result of several CUTOUT statements. |
|
CTYP |
The cutout type to be used |
|
PROF |
The profile types for which CTYP should be valid in this cutout selection rule. |
|
The same cutout selection rule may be referred to from any number of brackets. |
|
Example:
|
Example: |
|
|---|---|
|
CUTOUT, |
CUT_BKTA /CTYP = 31 /PROF = 10 ; |
|
CUTOUT, |
CUT_BKTA /CTYP = 308 /PROF = (20,30,31) ; |
|
CUTOUT, |
CUT_BKTB /CTYP = 31 /PROF = 10 ; |
|
CUTOUT, |
CUT_BKTB /CTYP = 305 /PROF = (20,30,31) ; |