Any parm data passed by JES to a program is defined as:
Length s9(4) binary
data --------
you define the data, the length is populated by jes to tell your program how much data is being passed.
the above is the jes format.
when you define your own data structures that are used in calls, it normally does not have the length as the first field, because the application has not defined it as such.