The C and C++ dependencies analysis handle C, H, CPP, and HPP files.
Include
#include <PATH>
#include “PATH“
This statement links to PATH which is a relative path from the current source file to a C and C++ files.
Pragma
#pragma linkage(FILE_ID, OS)
This statement is an external link to a mainframe source file identified by FILE_ID.