{
{ NOTE: Implementation of this request has been DEFERRED.
{
{    The purpose of this request is to transfer to the caller information
{ concerning the files attached as a result of the execution of the command
{ DEFINE_APPLICATION_RPC.  This request is executed only on a server mainframe
{ and the information returned applies only to that mainframe.
{
{       DFP$GET_RPC_ATTACHED_FILES (APPLICATION_NAME, ATTACHED_FILE_POINTERS,
{             ATTACHED_FILE_NAMES, NUMBER_OF_ATTACHED_FILES, STATUS)
{
{ APPLICATION_NAME: (input)  This parameter specifies the name of the
{       application of interest.
{
{ ATTACHED_FILE_POINTERS: (output)  This parameter specifies an array of
{       pointers to be set by this request.  If the size of this array is
{       smaller than the number of defined attached files for the application,
{       no information will be returned to the array and the status condition
{       dfe$callers_variable too small will be returned.
{
{ ATTACHED_FILE_NAMES: ( output) This parameter specifies an array of path
{       names to be set by this request.  If the size of this array is smaller
{       than the number of defined attached files for the application, no
{       information will be returned to the array and the status condition
{       dfe$callers_variable too small will be returned.
{
{ NUMBER_OF_ATTACHED_FILES: (output)  This parameter specifies the number of
{       attached files as defined by the define_application_rpc command.
{
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             dfe$application_not_known
{             dfe$callers_variable_too_small
