Usage Conventions
In some syntax illustrations, the following characters have special meaning:
Arguments separated by vertical bars ( | ) indicate that only one of the shown values may be entered for the argument. For example, in the following syntax illustration,
DFTACTGRP(*NO | *YES)
either of the following entries would be valid:
DFTACTGRP(*NO) DFTACTGRP(*YES)
Arguments enclosed in curly braces ( { } ) are optional arguments. For example, in the following syntax illustration,
%KDS(data-structure-name {: num-keys})
either of the following entries would be valid:
%KDS(MYDS) %KDS(MYDS : 2)