Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may use the following samples code snippets for reference:

  • Free-format:

    Code Block
    themeEmacs
    firstline1
    linenumberstrue
    **free
     dcl-pi *n;                   
       flda      char(1);         
       fldb      char(1);         
     end-pi;

    Note: **free is required for the code to be identified by the extraction process.

  • Fixed-format (remove the starting quotes when trying out copying this code block):

    Code Block
    themeEmacs
    firstline1
    linenumberstrue
    '     C     *entry        plist
    '     C                   parm                    flda              1
    '     C                   parm                    fldb              1

    Note: Fixed format requires accurate spacing for the correct columns.

...