{
{    The purpose of this request is to allow restricted programs to acquire
{ their respective "new" files in the output queue.  "New" output is an output
{ file that has not been acquired by the application.
{
{       JMP$ACQUIRE_NEW_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 applications to dispose of output files correctly.
{
{ 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
{
