To change the source type:
- Close
program.pli.
- Select it in the project tree.
- In the
Properties pane, change the source type from
Normal to
Punched Card.
- Open
program.pli.
- Insert spaces at the left margin to recover the colorization.
Note:
- If you add spaces into the end of the comment until the end comment marker
*/ is past column 72, this causes it to become invalid because the
/ is outside the margins and so the whole program is treated as a comment. Thus it is displayed in the comment color.
- Characters outside the margins are coloured with PL/I Margin.
- The
-margins 2,72 option is automatically added to the compile line for this program.