{    The purpose of this request is to get the output attributes of all files
{ that fit the options supplied in the target_options_p sequence on the
{ requesting mainframe.  This routine functions as a co-routine with the
{ jmp$get_output_attributes request.  This request is called by the
{ jmp$general_purpose_cluster_rpc request.
{
{       JMP$MAINFRAME_GET_OUTPUT_ATTRIB (TARGET_OPTIONS_P,
{             DATA_AREA_P, NUMBER_OF_DATA_PACKETS, STATUS);
{
{ TARGET_OPTIONS_P: (input)  A pointer to a sequence that contains the caller
{       information and options about what outputs are to be selected.
{
{ DATA_AREA_P: (input, output)  The area where the output attribute information is
{       written.
{
{ NUMBER_OF_DATA_PACKETS: (output)  This indicates the number of data packets
{       in the data_area_p sequence.  Each file is returned as a data packet.
{       Therefore, this represents the number of outputs returned by this
{       request.
{
{ STATUS: (output) This is the status of the request.
{      CONDITION:
{            jme$work_area_too_small
