
{
{     The purpose of the request is to fragment an the application's message
{  described by the data description into data fragments (message) acceptable
{  to the underlying network and a potential remainder.
{
{       NLP$AL_FRAGMENT_DATA (FRAGMENT_SIZE, DATA_DESCRIPTION,
{           REMAINING_DATA_LENGTH, MESSAGE)
{
{  FRAGMENT_SIZE: (input) This parameter specifies the size of the application's
{       message fragment which will become a portion of the NAM/VE message.
{
{  DATA_DESCRIPTION: (input, output) This parameter specifies the current
{       description of the application message data area (i.e., on input it
{       describes the data to be fragmented, on output it describes any
{       remainder).
{
{  REMAINING_DATA_LENGTH: (output) This parameter specifies the number of bytes
{       remaining in the application's message after the fragmentation process.
{
{  MESSAGE: (output) This parameter specifies the data fragments which resulted
{       from the request.
{
