{
{    The purpose of this request is to allow restricted programs to acquire
{ their respective "modified" files in the output queue.  "Modified" output is
{ an output file that has been previously acquired and has since had its
{ attributes changed.
{
{       JMP$ACQUIRE_MODIFIED_OUTPUT (OUTPUT_DESTINATION_USAGE,
{             OUTPUT_DESCRIPTOR, STATUS);
{
{ OUTPUT_DESTINATION_USAGE: (input)  This parameter indicates what the
{       output_destination_usage of the output file must be.
{
{ OUTPUT_DESCRIPTOR: (output)  This record contains the information that is
{       necessary for an application to dispose of the output file.
{
{ STATUS: (output) This is a record which specifies the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$output_queue_is_empty
{
