Add a Program to the Project

To add another program to the project:

  1. Right-click the project in Solution Explorer.
  2. Click Add > New Item.
  3. Click PL/I Program in the left pane.
  4. Change the name to sub.pli and click Add.

    This adds the new file to the project, and opens it in the editor.

  5. Add the following line to the code:
    put skip list ('Hello world sub1' );