COBCH1995 No RETURNING item specified for parameterized section

The parameterized section must specify a RETURNING item.

The parameterized section must have a returning item as the section is being displayed. See the example below, which includes a returning item to resolve the error.

       display s1(1 2)
       goback
       .
       s1 section (i1 as binary-long, i2 as binary-long) returning i3 as binary-long. *> This line resolves the error
           display i1 space i2