Non-positional Qualifiers
Apply to the entire command, no matter where they appear.
$ command param1/qual param2
Example:
$ COPY A.DAT A.NEW/LOG
$ DELETE/LOG C.TMP;
Notes:
Some qualifiers have the same effect no matter where they appear on the command line. These are called non-positional qualifiers.
The slide shows some examples. The /LOG qualifier is usually non-positional.