File

CSUTLDTC.cbl: Core Module

Part of CardDemo Core Module: This COBOL program, CSUTLDTC.cbl, serves as a core module within the CardDemo system, handling specific logic with a fan-in of 2 and fan-out of 1, and calling CEEDAYS.

IsolatedExpanded
OverviewSource

Files

  • CORPT00C.cblThis program, CSUTLDTC.cbl, is the core module of the system. It acts as a caller to the CORPT00C.cbl program, indicating that CORPT00C.cbl is invoked by the main paragraph of CSUTLDTC.cbl. The program's header includes copyright information and licensing details under the Apache License, Version 2.0.
    View
  • COTRN02C.cblThis program, CSUTLDTC.cbl, is a core module within the system. It serves as a caller to the CEEDAYS routine, indicating it likely handles date or time-related operations. The program is invoked by and returns control to the A000-MAIN PARAGRAPH within the same module.
    View
  • CSUTLDTC.cblThis program, CSUTLDTC.cbl, is a utility module within the Core Module of the CSUTLDTC program. It is called by the A000-MAIN PARAGRAPH and appears to be involved in date-related operations, as indicated by the presence of a call to CEEDAYS in the source preview. The program is licensed under the Apache License 2.0.
    View
  • CORPT00CThis section, identified as CORPT00C, is a group within the CSUTLDTC.cbl program. It is included in the core module and is related to date processing, as indicated by the commented-out "CALL TO CEEDAYS" statement, which typically handles date-related operations.
    View

Utilities

  • CSUTLDTC.cblThis program, CSUTLDTC.cbl, is a utility module within the Core Module of the CSUTLDTC program. It is called by the A000-MAIN PARAGRAPH and appears to be involved in date-related operations, as indicated by the presence of a call to CEEDAYS in the source preview. The program is licensed under the Apache License 2.0.