External References List

The External References section lists the external procedures and fields which are required from or available to other modules at bind time. This section is shown whenever the source contains statically bound procedures, imported Fields, or exported fields.

The statically bound procedures portion contains the procedure name, and the references to the name on a CALLB operation or %PADDR built-in function, or the name of a prototyped bound procedure called by CALLP or within an expression.

The imported fields and exported fields portions contain the field name, the dimension if it is an array, the field attribute and its definition reference. Figure 252 shows an example.

Figure 252. Sample External References
                      E x t e r n a l   R e f e r e n c e s
      Statically bound procedures:
         Procedure                            References
         PROTOTYPED                                2       2
         PADDR_PROC                                4
         CALLB_PROC                                6
      Imported fields:
         Field             Attributes         Defined
         IMPORT_FLD        P(5,0)                 3
      Exported fields:
         Field             Attributes         Defined
         EXPORT_ARR(2)     A(5)                   2
   * * * * *   E N D   O F   E X T E R N A L   R E F E R E N C E S   * * * * *


[ Top of Page | Previous Page | Next Page | Contents | Index ]