Some Digital Fortran compiler qualifiers automatically set KAP command qualifiers or alter the default KAP qualifier settings.
Explicitly calling the compiler qualifier
/assume=accuracy causes KAP to be called with
/roundoff=0 . Otherwise, the KAP command qualifier
/roundoff defaults to /roundoff=3 .
Explicitly calling the compiler qualifier /nof77 causes
KAP to be called with the /onetrip command qualifier.
Explicitly calling the compiler qualifier /noi4 causes
KAP to be called with the command qualifiers /integer=2
and /logical=2 ; otherwise, the defaults are
/integer=4 and /logical=4 .