pkgsn = readFastUnsignedShort(); // Package Section Number.
adjustLengths(ddmLength);
// this is a server generated section
// the -1 is set for holdability and it is not used for generated sections
Section section = new Section(this.agent_, pkgid, pkgsn, null, -1, true);
section.setPKGNAMCBytes(pkgnamcsnBytes);
return section;
}