{
{    The purpose of this request is to notify queue file manager that the
{ disposition of an output file has commenced (or is about to).  This request
{ prevents any attribute changes from taking place in the output file until
{ disposition has completed.
{
{       JMP$SET_OUTPUT_INITIATED (OUTPUT_DESTINATION_USAGE, SYSTEM_FILE_NAME,
{             STATUS);
{
{ OUTPUT_DESTINATION_USAGE: (input)  This is the output_destination_usage of
{       the output file that is being disposed of.
{
{ SYSTEM_FILE_NAME: (input)  This is the name that NOS/VE assigned to the file
{       when it was printed.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$name_not_found
{             jme$output_cannot_initiate
{
