FLAG syntax considerations

Flag names are issued individually. You must issue only one name and one action in each flag category. If you issue multiple names or actions in a single category, XRC processes only the last issued name. For example, the following syntax is incorrect:
FLAG   - 
       Name(AUTO_READD) Action(ON) - 
       Name(SCTRAP) Action(ON)
This syntax processes only the Name(SCTRAP) Action(ON) flag. XRC ignores the first name, AUTO_READD. The correct command would issue each name in a separate category:
FLAG   - 
       Name(AUTO_READD) Action(ON)
FLAG   - 
       Name(SCTRAP) Action(ON)

PARMLIB example shows an example of a parmlib command that includes flag names and their action values.