The MNUDDS files show the Data Description Specification of an Application Menu. The dependency analysis handles the following statements.
FILE CALL
statement implies dependency on the program named PROGRAM_ID
in the project.
FILE (CALL PROGRAM_ID)
FILE
statement implies dependency on the source file named FILE_ID
in the project.
FILES (FILE_ID)
INTERFACE
statement implies dependency on the source file named FILE_ID
in the project.
INTERFACE (FILE_ID)