Hi, All,

In a RECEIVE FROMNETWORK job stream that has worked flawlessly for
"centuries", the following DD statement today spewed a JCL error:

SMPWKDIR DD  PATH='/tmp/gimsmp/',          
             PATHOPTS=(ORDWR,OCREAT,OEXCL),
             PATHMODE=(SIRWXU,SIRGRP)      

The /tmp filesystem is a real ZFS, and the SMPWKDIR filesystem is an HFS
mounted at /tmp/gimsmp.  The system is z/OS 1.11.

The JCL error messages:

IEF344I <jobname> SMPER1 SMPWKDIR - ALLOCATION FAILED DUE TO DATA
FACILITY SYSTEM ERROR          
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED, RETURN CODE IS (00000075)
REASON CODE IS (05620063)

Explanations for the Return and Reason codes:

0075   | JRSpFileExists                                               
       | The file specified on the mknod service already existed.     
       | Action: A file by this name exists. The mknod service request
       | cannot be processed. Correct the name and retry the          
       | operation.                                                   

And 

0063   | JRFileExistsExclFlagSet                                    
       | The file exists, but O_EXCL is specified on the open call. 
       | Action: The open service request cannot be processed.      
       | Correct the name or the open flags and retry the operation.

The question:  WHY has this never been a problem before today???

TIA,

    -jc-

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

Reply via email to