{
{    The purpose of this request is to notify queued file management the
{  completion status of the disposition of a print.  The request also
{  returns information stating whether or not the print has been terminated
{  while disposition was in process.
{
{        QFP$PRINT_COMPLETED (PRINT_SYSTEM_ID, COMPLETED_SUCCESSFULLY,
{          PREVIOUSLY_TERMINATED, SYSTEM_SUPPLIED_NAME, STATUS);
{
{ PRINT_SYSTEM_ID: (input) This is what queued file management uses to
{        reference a print outside of queued files.
{
{ COMPLETED_SUCCESSFULLY: (input) Was the print disposed of successfully?
{
{ PREVIOUSLY_TERMINATED: (output) Was the print terminated while it was
{        acquired for disposition?
{
{ SYSTEM_SUPPLIED_NAME: (output) The system supplied name corresponding to
{        the print.
{
{ STATUS: (output) This is the record that contains the status of the request.
{
