com.ibm.pdp.maf.rpp.pac.program

Interface ReportCall

  • All Superinterfaces:
    Element


    public interface ReportCall
    extends Element

    ReportCall allows to have the Report called in the program and its code in the program which can be different from the Report name.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright 
    • Method Detail

      • getReport

        Report getReport()

        Report referenced.

        Returns:
      • getSuffixInfProgram

        java.lang.String getSuffixInfProgram()

        This code is one character long.

        It sets the sequence in which Report is processed in the program.

        When the Report is used only once in a program, it is advised to indicate the code entered as Report name. This name is entered upon creation. However if it is called more than once in a program, you can differentiate these calls.

        You can parameterize this code in a Macro with $n.

        Returns: