COBCH2323 Only simple perform or functional perform allowed with parameterized section

You must use a simple perform or functional perform with a parameterized section.

In the example below, the inline perform is not permitted. See The PERFORM Statement for more information.

           perform s1(1) 3 times
           goback.
       s1 section (i1 as binary-long).
           display i1