Follow

Start Here: The Heirloom PL/I Documentation Map

Table of Contents

  1. Two stages: compile-time and run-time
  2. Start with the overviews
  3. How your code becomes Java (compile-time)
  4. Language coverage (what is supported)
  5. SQL / DB2
  6. CICS
  7. IBM MQ messaging
  8. Running & operating
  9. Suggested reading paths
  10. Summary

Audience: anyone working with a PL/I application migrated to Java with Heirloom — developers, operations engineers, and technical decision-makers. This page is a map of all the Heirloom PL/I articles, grouped so you can find the right one fast.


Two stages: compile-time and run-time

Heirloom turns your mainframe PL/I into a standard Java application in two stages, and the articles fall into the same two groups:

  • Compile-time (migration) — the compiler translates your PL/I source into Java. These articles explain how your code becomes Java and what controls the translation.
  • Run-time (operations) — the runtime and application server run that Java and connect it to your database, queues, files, and screens. These articles explain how the migrated application runs and how you configure it.

If you are new, read the two overviews first, then jump to the topic you need.

Note: Articles tagged (Compiler) are about translating your source; (Runtime) are about running and configuring the result.


1. Start with the overviews


2. How your code becomes Java (compile-time)

3. Language coverage (what is supported)

4. SQL / DB2

5. CICS

6. IBM MQ messaging

7. Running & operating


Suggested reading paths

  • New to Heirloom PL/I: §1 overviews → the topic you care about (§4 SQL, §5 CICS, or §6 MQ) → §7 running & operating.
  • Developer reading migrated code: How the Compiler Translates Your CodeReading Your Generated JavaStatic vs Instance Strategy → the language references in §3.
  • Operations / deployment: Understanding Your Migrated PL/I Application → the relevant configuration article (§4 DB2, §5 CICS deploy, §6 MQ) → §7 (transactions, memory, JVM options).

Summary

  • Heirloom PL/I has two stages: compile-time (the compiler turns PL/I into Java) and run-time (the runtime runs and connects it). Articles are tagged (Compiler) or (Runtime) accordingly.
  • Start with the two overviews, then go to your topic — language coverage, SQL/DB2, CICS, MQ, or running & operating.
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk