4.1.6 -skip, -sk, -nsk, (-noskip)

This switch tells KAP to ignore the specified routines.

For example, the following command tells KAP to process all the program units in Digital Fortran source file program.f except for temp_sub_1 and temp_sub_2 :

kapf program.f -skip=temp_sub_1 -skip=temp_sub_2


Previous Page | Next Page | Contents | Index |
Command Line Switches