The failing command, /bin/rm, is the very last command processed in the 
SMP/E RECEIVE job.  Everything else must work successfully before SMP/E 
issues this command.  What it is doing is just "clean up" - deleting temporary 
data used during the RECEIVE command.

"Do I care?"

I guess I would care, if only to understand what's wrong.  For example, an 
unrelated product APAR PQ73043 describes an error with an rm -rf command 
which happened when the user's HOME directory had an invalid value defined.  
This is not a match for your symptoms (your error is on rm -r and not rm -rf), 
but this makes me suspect there might be something wrong with your 
directory permissions for the /u/userid/autousers/CMH5342/ directory or your 
user id definition.

To get closer to the error, I would be curious to hear what happens if you 
simply enter the failing command from the omvs shell yourself:

/bin/rm -r
      /u/userid/autousers/CMH5342/U00537471/smpe2008254125757071353/

(with the above two lines actually entered into the shell as one complete 
command on one line).

Or, others on this list with more z/OS UNIX expertise than I have might chime 
in....

Brian

On Wed, 10 Sep 2008 14:45:38 -0400, Chris Hoelscher wrote:

>i am receiving DB2 maint:
>
> RECEIVE SYSMODS
>         HOLDDATA
>         FROMNETWORK(
>          SERVER(SERVINFO)
>      /*  CLIENT(CLNTINFO) */         /* <=== NOTE 4 */
>      /*  TRANSFERONLY     */         /* <=== NOTE 3 */
>                       ).
>
>i received the follinw during the receive:
>
>THE TRANSFER IS COMPLETE FOR FILE
>/u/userid/autousers/CMH5342/U0053747/1GIMPAF.XML.
>and other files under /u/userid/autousers/CMH5342/U00537471
>
>after all the SYSMODS had been received, i got one more mesasage:
>
>GIM48200S ** RECEIVE PROCESSING WAS NOT ABLE TO REMOVE THE
>             /u/userid/autousers/CMH5342/U00537471/smpe20082541257570713
53/
>DIRECTORY.
>GIM20501I    RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN 
CODE WAS
>12.
>
>and in the SYSPRINT:
>
>DATE 09/10/08  TIME 12:58:23                                      SMP/E
>34.23
>UNIX COMMAND OUTPUT
>> /bin/rm -
r /u/userid/autousers/CMH5342/U00537471/smpe2008254125757071353/
>rm: FSUM7283 rm: fatal error during "-r" option: EDC5134I Function not
>implemented.
>
>
>
>do i care? i saw nothing but information messages (other than the above) -
>SMP/E online shows me that the SYSMODS were indeed RECEIVEd
>
>
>thanks,
>
>
>Chris Hoelscher
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to