ASM (Assembly Language)

Assembly language files dependencies provided by AWS Blu Insights rely only on the Call statement.

CALL

The call expression in ASM implies a dependency on another ASM file.

  • CALL filename this expression must start at the 10th column of a line and filename is the name of an ASM file in the project.

Those statements can also address an ENTRY defined in an ASM or Cobol file.

The call on a CSECT section defined in the same file will not produce any dependency.