Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When the Disk_Deprecated forwarding agent is set to use MultiForwardingUDR input, it accepts input of the UDR type MultiForwardingUDR declared in the package FNT. The declaration follows:

Code Block
languagetext
themeEclipse
internal MultiForwardingUDR {
 // Entire file content
 byte[] content;
 // Target filename and directory
 FNTUDR fntSpecification;
};

The content of the MultiForwardingUDR will be stored at the path that you have set in the fntSpecification field. Use the APL functions fntAddString and fntAddDirDelimiter to set the value of this field. For further information about these functions, see /wiki/spaces/MD82/pages/3781359 in the /wiki/spaces/MD82/pages/3781270FNTUDR Functions in the APL Reference Guide.

The Disk_Deprecated forwarding agent can handle multiple batches simultaneously. A new batch is created when the agent receives a MultiForwardingUDR with a fntSpecification field that has not already been used in a preceding UDR.

...