[Migrated content. Thread originally posted on 16 April 2008]
Is it possible to pass packets by the 01 level only?For example my Linkage Section
Linkage Section.
01 TCM-Person-Packet.
02 PER-ID USAGE IS SIGNED-INT.
02 PER-Name pic X(30).
And the Procedure-Division will only have
Procedure Division using
tcm-person-packet.
In my Java code I've tried passing a single string that contains both variables with the "linkage_signature" set to "X34" without much success.
With how the CVM class is written is this possible?



