You must change the number of parameters specified either when defining the section or calling the section.
       perform s1(1, 2, 3, 4) *> Specifies four paramaters
       goback
       .
       s1 section (i1 as binary-long, i2 as binary-long). *> Specifies two parameters
           display i1 space i2