After further research earlier today I modified 
PATHOPTS=(OWRONLY,OCREAT,OEXCL), and the job was successful. Thank You..
---------- Original Message ----------
From: "Jousma, David" <000001a0403c5dc1-dmarc-requ...@listserv.ua.edu>
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: BPXF105E
Date: Wed, 27 Feb 2019 13:58:30 +0000

You need to augment your PATHOPTS.  Try adding

PATHOPTS=(OWRONLY,OCREAT,OEXCL)

_________________________________________________________________
Dave Jousma
Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
esst...@juno.com
Sent: Wednesday, February 27, 2019 8:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: BPXF105E

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Both sub directories (SMPHOLD and SMPPTFIN) were created by me.They reside in 
My USS Home directory as specified in my RACF OMVS Segment..I can also use 
OEDIT from within OMVS to edit and save a file..The batch job uses my userid to 
do the OCOPY..There are no ICH408I messages in the SYSLOG nor Job Log. the 
permissions are drwxr-xr-x.Confused ?

---------- Original Message ----------
From: John Kelly <lasjke...@gmail.com>
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: BPXF105E
Date: Tue, 26 Feb 2019 17:03:23 -0500

One of the thing that usually bites me is the fact that you have to have the 
access to ALL of the directories to the path to the directory/file you're 
trying to get to.

On Tue, Feb 26, 2019 at 4:52 PM Lizette Koehler <stars...@mindspring.com>
wrote:

> Did you check SYSLOG to see if there were any additional messages, for 
> instance ICH408I
>
> Lizette
>
>
> > -----Original Message-----
> > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of
> > esst...@juno.com
> > Sent: Tuesday, February 26, 2019 2:30 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: BPXF105E
> >
> > Hi,.I need some help understanding BPXF105EBPXF105E RETURN CODE 
> > 0000007B, REASON CODE 05620064 JRDirWriteRequestThe service tried to 
> > open a
> directory
> > for write access.Action: The open service request cannot be processed.
> > Correct the name or the open flags and retry the operation .
> > Normally I use a standard SMP Receive From Network job.
> > At this time we are experiencing some network issues, so receive 
> > from
> network
> > is not possible.
> > .
> > I was able to download some PTFs (SMPHOLD and SMPPTFIN) to my 
> > Windows
> work
> > station.
> > And then FTP those files to a sequential file on z/os.
> > .
> > I'm trying to use OCOPY to copy these pax files from a sequential 
> > file
> to my
> > personnel omvs home directory.
> > What I receive is:
> > BPXF105E RETURN CODE 0000007B, REASON CODE 05620064 .
> > .
> > //COPYSTEP EXEC PGM=IKJEFT01
> > //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> > //            PATHDISP=(KEEP),
> > //            PATHOPTS=(OWRONLY)
> > //INMVS    DD DSN=VENDGHI.SMPHOLD,DISP=OLD
> > //SYSTSPRT DD SYSOUT=*
> > //SYSTSIN  DD *
> > OCOPY INDD(INMVS) OUTDD(OUTDIR) BINARY .
> > .
> > An Ideas why I'm failing ?
> > .
> > Paul
> > .
> > .
> >
> > --------------------------------------------------------------------
> > -- For IBM-MAIN subscribe / signoff / archive access instructions, 
> > send
> email to
> > lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


--
John Kelly

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to