Testing DSC customization site-wide dialog settings


))IF-VAR.DLGV<n>=<c>

Where:

<n>
One of 1, 2, 3, or 4
<c>
A one-character value set during DSC customization to the corresponding PEL managed variable.

Example:


    )BODY WIDTH(80) CMD(ZCMD)
    ))IF-VAR.DLGV1=A
    .                     .Corporate Accounting Menu
    ))ELSE
    ))IF-VAR.DLGV1=L
    .                     .Corporate Legal Affairs Menu
    ))ELSE
    .                     .Corporate General Menu
    ))IF-END
    ))IF-END