Re: BPXF105E

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

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  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 
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 
wrote:

> Did you check SYSLOG to see if there were any additional messages, for 
> instance ICH408I
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List  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 
> > 007B, 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 007B, REASON CODE 05620064 .
> > .
> > //COPYSTEP EXEC PGM=IKJEFT01
> > //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> > //PATHDISP=(KEEP),
> > //PATHOPTS=(OWRONLY)
> > //INMVSDD 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 sende

Re: BPXF105E from AMP/E

2019-02-27 Thread Paul Gilmartin
On Wed, 27 Feb 2019 13:58:30 +, Jousma, David wrote:

>You need to augment your PATHOPTS.  Try adding
>
>PATHOPTS=(OWRONLY,OCREAT,OEXCL)
>
(Long ago) I got "Permission denied" from SMP/E when I specified OWRONLY.
SR.  WAD.  Rationale was that SMP/E first opens *every* output data set for
INPUT to verify that it is not DSORG=PO with no member specified.

Likewise OEXCL can cause problems if a utility unwittingly opens a file more
than once.  I suspect that (perhaps for this reason) allocation 
ignores/suppresses
OEXCL.  I have been able to specify DD PATHOPTS=(...,OEXCL) and overwrite
a previously existing file.  I didn't attempt SR.

-- gil

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


Re: BPXF105E

2019-02-27 Thread Jousma, David
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  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 
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 
wrote:

> Did you check SYSLOG to see if there were any additional messages, for 
> instance ICH408I
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List  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 
> > 007B, 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 007B, REASON CODE 05620064 .
> > .
> > //COPYSTEP EXEC PGM=IKJEFT01
> > //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> > //PATHDISP=(KEEP),
> > //PATHOPTS=(OWRONLY)
> > //INMVSDD 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


Re: BPXF105E

2019-02-27 Thread Elardus Engelbrecht
esst...@juno.com  wrote:

>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 ?

Perhaps someone modified the permissions after you created them.

Check the permissions of all and every folders: u and pauld01 and SMPHOLD

(and also SMPPTFIN which I don't see in your previous post)

Also, check out the attributes of the dataset INMVS.

Is your batch job id really pauld01? If so, please show your OMVS Segment of 
your RACF id.

Lastly - your FTP attempt may be not correct. Did you do a binary FTP? Can you 
compare your previous downloads with your problem file?

Groete / Greetings
Elardus Engelbrecht

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


Re: BPXF105E

2019-02-27 Thread esst...@juno.com
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 
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 
wrote:

> Did you check SYSLOG to see if there were any additional messages, for
> instance
> ICH408I
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List  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 007B,
> > 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 007B, REASON CODE 05620064 .
> > .
> > //COPYSTEP EXEC PGM=IKJEFT01
> > //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> > //PATHDISP=(KEEP),
> > //PATHOPTS=(OWRONLY)
> > //INMVSDD 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


Re: BPXF105E

2019-02-26 Thread John Kelly
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 
wrote:

> Did you check SYSLOG to see if there were any additional messages, for
> instance
> ICH408I
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List  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 007B,
> > 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 007B, REASON CODE 05620064 .
> > .
> > //COPYSTEP EXEC PGM=IKJEFT01
> > //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> > //PATHDISP=(KEEP),
> > //PATHOPTS=(OWRONLY)
> > //INMVSDD 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


Re: BPXF105E

2019-02-26 Thread Lizette Koehler
Did you check SYSLOG to see if there were any additional messages, for instance
ICH408I

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  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 007B,
> 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 007B, REASON CODE 05620064 .
> .
> //COPYSTEP EXEC PGM=IKJEFT01
> //OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',
> //PATHDISP=(KEEP),
> //PATHOPTS=(OWRONLY)
> //INMVSDD 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


BPXF105E

2019-02-26 Thread esst...@juno.com
Hi,.I need some help understanding BPXF105EBPXF105E RETURN CODE 007B, 
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 007B, REASON CODE 05620064  
.
.
//COPYSTEP EXEC PGM=IKJEFT01
//OUTDIR   DD PATH='/u/pauld01/SMPHOLD/',   
//PATHDISP=(KEEP),  
//PATHOPTS=(OWRONLY)
//INMVSDD 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