Re: Dataset update error from MVS guest

2014-08-19 Thread Dale R. Smith
On Tue, 19 Aug 2014 19:55:39 +0530, Jake anderson  
wrote:

>q da TCHN01
>DASD 966F CP SYSTEM TCHN01   57SHARED
>  966F is the real address
>
>
>
>On Tue, Aug 19, 2014 at 7:49 PM, Binyamin Dissen > wrote:
>
>> What does Q V addr show?
>>
>> :>> >
>> :>> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
>> :>> >  80026F14081218D156000F004CE0
>> :>> >
>> :>> > > > I am trying to update a dataset but I receive the below error :
>> :>> > > >
>> :>> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
>> :>> > > > TCHN01.ASM.DATA
>> :>> > > > ***

It appears that you have Real Address 966F defined as Virtual Address 0F81 in 
your MVS Guest.  What Binyamin is asking for is what does "Q V 0F81" (Query 
Virtual 0F81) show?  You will need to issue this command from the MVS Guest ID 
either before IPLing the guest, or by pressing the PA1 "key" and entering the Q 
V 0F81 command, (then enter "b" for BEGIN to restart the guest.  The "Q V 0F81" 
command should display something like this:
DASD 0F81 3390 TCHN01 R/x   n CYL on DASD 966F SUBCHANNEL = 
If the fifth word is R/O then the volume is linked Read Only.  It should say 
R/W if it's linked Read Write.

Since your query shows that the real volume is attached to the VM system, that 
should mean that you have a full pack MDISK defined in a VM directory entry, 
(presumably the MVS Guest ID).  The full pack minidisk entry should look 
something like this:
MDISK 0F81 3390 000 END TCHN01 MWV
The "MWV" allows Read/Write access even if another ID also has it Read/Write, 
(do you have another ID that might have this same volume linked R/W?).  The "V" 
tells VM to use Virtual Reserve Release for the volume, (Very important if you 
are sharing the volume with other MVS Guests!).

-- 
Dale R. Smith

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


Re: Dataset update error from MVS guest

2014-08-19 Thread Binyamin Dissen
You need to see the virtual address information - that is how it is connected
to your virtual machine.

Use the address that MVS knows about - 0F81

On Tue, 19 Aug 2014 19:55:39 +0530 Jake anderson 
wrote:

:>q da TCHN01
:>DASD 966F CP SYSTEM TCHN01   57SHARED
:>  966F is the real address
:>
:>
:>
:>On Tue, Aug 19, 2014 at 7:49 PM, Binyamin Dissen > wrote:
:>
:>> What does Q V addr show?
:>>
:>> On Tue, 19 Aug 2014 19:38:57 +0530 Jake anderson > >
:>> wrote:
:>>
:>> :>Hi,
:>> :>
:>> :>MVS guest directory has the volume in READ/WRITE and also the security
:>> :>access to the Volume has been enabled to access as WRITE. After the
:>> Change
:>> :>the MVS guest and it  was also IPLed to pick up the changes.(But still no
:>> :>luck)
:>> :>
:>> :>
:>> :>On Tue, Aug 19, 2014 at 7:32 PM, John P Kalinich 
:>> wrote:
:>> :>
:>> :>> WRI is write inhibited or read-only.  Check your VM sharing options.
:>> :>>
:>> :>> Regards,
:>> :>> John K
:>> :>>
:>> :>> IBM Mainframe Discussion List  wrote on
:>> :>> 08/19/2014 08:57:41 AM:
:>> :>>
:>> :>> > From: Jake anderson 
:>> :>> > To: IBM-MAIN@LISTSERV.UA.EDU
:>> :>> > Date: 08/19/2014 08:57 AM
:>> :>> > Subject: Re: Dataset update error from MVS guest
:>> :>> > Sent by: IBM Mainframe Discussion List 
:>> :>> >
:>> :>> > Hi John,
:>> :>> >
:>> :>> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
:>> :>> >  80026F14081218D156000F004CE0
:>> :>> >
:>> :>> >
:>> :>> > On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
:>> :>> wrote:
:>> :>> >
:>> :>> > > What IOS000I message did you receive?
:>> :>> > >
:>> :>> > > Regards,
:>> :>> > > John K
:>> :>> > >
:>> :>> > > Jake A of the IBM Mainframe Discussion List <
:>> IBM-MAIN@LISTSERV.UA.EDU>
:>> :>> > > wrote on 08/19/2014 08:22:35 AM:
:>> :>> > >
:>> :>> > > > From: Jake anderson 
:>> :>> > > > To: IBM-MAIN@LISTSERV.UA.EDU
:>> :>> > > > Date: 08/19/2014 08:22 AM
:>> :>> > > > Subject: Dataset update error from MVS guest
:>> :>> > > > Sent by: IBM Mainframe Discussion List > >
:>> :>> > > >
:>> :>> > > > Hi,
:>> :>> > > >
:>> :>> > > > I am trying to update a dataset but I receive the below error :
:>> :>> > > >
:>> :>> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
:>> :>> > > > TCHN01.ASM.DATA
:>> :>> > > > ***
:>> :>> > > >
:>> :>> > > > IBM manual says :
:>> :>> > > >
:>> :>> > > > Explanation
:>> :>> > > > 04
:>> :>> > > > An I/O error occurred writing a DSCB during processing of a CLOSE
:>> :>> macro
:>> :>> > > > instruction.
:>> :>> > > >
:>> :>> > > > I am trying to update this dataset from a MVS Guest running over
:>> a
:>> :>> VM.
:>> :>> > > The
:>> :>> > > > DASD are shared and I have connected the Volume to MVS guest as
:>> :>> > > READ/WRITE
:>> :>> > > > but still I get this error.
:>> :>> > > >
:>> :>> > > > MVS guest is running at Z/OS 1.13.
:>> :>> > > >
:>> :>> > > >
:>> :>> > > > One of a link from Google I took :
:>> :>> > > >
:>> :>> > > > ABEND 414-04 Mean?
:>> :>> > > >  Ran into this one recently and I thought I'd share.
:>> Essentially, a
:>> :>> > > volume
:>> :>> > > > can be set to READ ONLY. This is something outside the scope of
:>> any
:>> :>> > > > security product that might be running on the system, meaning
:>> you may
:>> :>> > > have
:>> :>> > > > RACF permissions to a data set, but if the volume on which that
:>> data
:>> :>> set
:>> :>> > > > resides is READ ONLY, you'll get the 414 abend. The so

Re: Dataset update error from MVS guest

2014-08-19 Thread Jake anderson
Could there be a restriction from VM perspective for a certain Volume to be
not shared as WRITE ?


On Tue, Aug 19, 2014 at 7:55 PM, Jake anderson 
wrote:

> q da TCHN01
> DASD 966F CP SYSTEM TCHN01   57SHARED
>   966F is the real address
>
>
>
> On Tue, Aug 19, 2014 at 7:49 PM, Binyamin Dissen <
> bdis...@dissensoftware.com> wrote:
>
>> What does Q V addr show?
>>
>> On Tue, 19 Aug 2014 19:38:57 +0530 Jake anderson <
>> justmainfra...@gmail.com>
>> wrote:
>>
>> :>Hi,
>> :>
>> :>MVS guest directory has the volume in READ/WRITE and also the security
>> :>access to the Volume has been enabled to access as WRITE. After the
>> Change
>> :>the MVS guest and it  was also IPLed to pick up the changes.(But still
>> no
>> :>luck)
>> :>
>> :>
>> :>On Tue, Aug 19, 2014 at 7:32 PM, John P Kalinich 
>> wrote:
>> :>
>> :>> WRI is write inhibited or read-only.  Check your VM sharing options.
>> :>>
>> :>> Regards,
>> :>> John K
>> :>>
>> :>> IBM Mainframe Discussion List  wrote on
>> :>> 08/19/2014 08:57:41 AM:
>> :>>
>> :>> > From: Jake anderson 
>> :>> > To: IBM-MAIN@LISTSERV.UA.EDU
>> :>> > Date: 08/19/2014 08:57 AM
>> :>> > Subject: Re: Dataset update error from MVS guest
>> :>> > Sent by: IBM Mainframe Discussion List 
>> :>> >
>> :>> > Hi John,
>> :>> >
>> :>> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
>> :>> >  80026F14081218D156000F004CE0
>> :>> >
>> :>> >
>> :>> > On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
>> :>> wrote:
>> :>> >
>> :>> > > What IOS000I message did you receive?
>> :>> > >
>> :>> > > Regards,
>> :>> > > John K
>> :>> > >
>> :>> > > Jake A of the IBM Mainframe Discussion List <
>> IBM-MAIN@LISTSERV.UA.EDU>
>> :>> > > wrote on 08/19/2014 08:22:35 AM:
>> :>> > >
>> :>> > > > From: Jake anderson 
>> :>> > > > To: IBM-MAIN@LISTSERV.UA.EDU
>> :>> > > > Date: 08/19/2014 08:22 AM
>> :>> > > > Subject: Dataset update error from MVS guest
>> :>> > > > Sent by: IBM Mainframe Discussion List <
>> IBM-MAIN@LISTSERV.UA.EDU>
>> :>> > > >
>> :>> > > > Hi,
>> :>> > > >
>> :>> > > > I am trying to update a dataset but I receive the below error :
>> :>> > > >
>> :>> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
>> :>> > > > TCHN01.ASM.DATA
>> :>> > > > ***
>> :>> > > >
>> :>> > > > IBM manual says :
>> :>> > > >
>> :>> > > > Explanation
>> :>> > > > 04
>> :>> > > > An I/O error occurred writing a DSCB during processing of a
>> CLOSE
>> :>> macro
>> :>> > > > instruction.
>> :>> > > >
>> :>> > > > I am trying to update this dataset from a MVS Guest running
>> over a
>> :>> VM.
>> :>> > > The
>> :>> > > > DASD are shared and I have connected the Volume to MVS guest as
>> :>> > > READ/WRITE
>> :>> > > > but still I get this error.
>> :>> > > >
>> :>> > > > MVS guest is running at Z/OS 1.13.
>> :>> > > >
>> :>> > > >
>> :>> > > > One of a link from Google I took :
>> :>> > > >
>> :>> > > > ABEND 414-04 Mean?
>> :>> > > >  Ran into this one recently and I thought I'd share.
>> Essentially, a
>> :>> > > volume
>> :>> > > > can be set to READ ONLY. This is something outside the scope of
>> any
>> :>> > > > security product that might be running on the system, meaning
>> you may
>> :>> > > have
>> :>> > > > RACF permissions to a data set, but if the volume on which that
>> data
>> :>> set
>> :>> > > > resides is READ 

Re: Dataset update error from MVS guest

2014-08-19 Thread Jake anderson
q da TCHN01
DASD 966F CP SYSTEM TCHN01   57SHARED
  966F is the real address



On Tue, Aug 19, 2014 at 7:49 PM, Binyamin Dissen  wrote:

> What does Q V addr show?
>
> On Tue, 19 Aug 2014 19:38:57 +0530 Jake anderson  >
> wrote:
>
> :>Hi,
> :>
> :>MVS guest directory has the volume in READ/WRITE and also the security
> :>access to the Volume has been enabled to access as WRITE. After the
> Change
> :>the MVS guest and it  was also IPLed to pick up the changes.(But still no
> :>luck)
> :>
> :>
> :>On Tue, Aug 19, 2014 at 7:32 PM, John P Kalinich 
> wrote:
> :>
> :>> WRI is write inhibited or read-only.  Check your VM sharing options.
> :>>
> :>> Regards,
> :>> John K
> :>>
> :>> IBM Mainframe Discussion List  wrote on
> :>> 08/19/2014 08:57:41 AM:
> :>>
> :>> > From: Jake anderson 
> :>> > To: IBM-MAIN@LISTSERV.UA.EDU
> :>> > Date: 08/19/2014 08:57 AM
> :>> > Subject: Re: Dataset update error from MVS guest
> :>> > Sent by: IBM Mainframe Discussion List 
> :>> >
> :>> > Hi John,
> :>> >
> :>> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
> :>> >  80026F14081218D156000F004CE0
> :>> >
> :>> >
> :>> > On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
> :>> wrote:
> :>> >
> :>> > > What IOS000I message did you receive?
> :>> > >
> :>> > > Regards,
> :>> > > John K
> :>> > >
> :>> > > Jake A of the IBM Mainframe Discussion List <
> IBM-MAIN@LISTSERV.UA.EDU>
> :>> > > wrote on 08/19/2014 08:22:35 AM:
> :>> > >
> :>> > > > From: Jake anderson 
> :>> > > > To: IBM-MAIN@LISTSERV.UA.EDU
> :>> > > > Date: 08/19/2014 08:22 AM
> :>> > > > Subject: Dataset update error from MVS guest
> :>> > > > Sent by: IBM Mainframe Discussion List  >
> :>> > > >
> :>> > > > Hi,
> :>> > > >
> :>> > > > I am trying to update a dataset but I receive the below error :
> :>> > > >
> :>> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
> :>> > > > TCHN01.ASM.DATA
> :>> > > > ***
> :>> > > >
> :>> > > > IBM manual says :
> :>> > > >
> :>> > > > Explanation
> :>> > > > 04
> :>> > > > An I/O error occurred writing a DSCB during processing of a CLOSE
> :>> macro
> :>> > > > instruction.
> :>> > > >
> :>> > > > I am trying to update this dataset from a MVS Guest running over
> a
> :>> VM.
> :>> > > The
> :>> > > > DASD are shared and I have connected the Volume to MVS guest as
> :>> > > READ/WRITE
> :>> > > > but still I get this error.
> :>> > > >
> :>> > > > MVS guest is running at Z/OS 1.13.
> :>> > > >
> :>> > > >
> :>> > > > One of a link from Google I took :
> :>> > > >
> :>> > > > ABEND 414-04 Mean?
> :>> > > >  Ran into this one recently and I thought I'd share.
> Essentially, a
> :>> > > volume
> :>> > > > can be set to READ ONLY. This is something outside the scope of
> any
> :>> > > > security product that might be running on the system, meaning
> you may
> :>> > > have
> :>> > > > RACF permissions to a data set, but if the volume on which that
> data
> :>> set
> :>> > > > resides is READ ONLY, you'll get the 414 abend. The solution is
> to
> :>> get
> :>> > > your
> :>> > > > system programmer to un-read only the volume so you can write to
> it.
> :>> > > >
> :>> > > > I was also looking at :
> :>> > > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
> :>> > > >
> :>> > > > But not sure if it is really matches the error that I am getting.
> :>> > > >
> :>> > > >
> :>> > > > Any thoughts or suggestion on the above.
> :>> > > >
> :>> > > > Regards,
> :>> > > > Jake
> :>>
> :>> --
> :>> 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
>
> --
> Binyamin Dissen 
> http://www.dissensoftware.com
>
> Director, Dissen Software, Bar & Grill - Israel
>
>
> Should you use the mailblocks package and expect a response from me,
> you should preauthorize the dissensoftware.com domain.
>
> I very rarely bother responding to challenge/response systems,
> especially those from irresponsible companies.
>
> --
> 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: Dataset update error from MVS guest

2014-08-19 Thread Binyamin Dissen
What does Q V addr show?

On Tue, 19 Aug 2014 19:38:57 +0530 Jake anderson 
wrote:

:>Hi,
:>
:>MVS guest directory has the volume in READ/WRITE and also the security
:>access to the Volume has been enabled to access as WRITE. After the Change
:>the MVS guest and it  was also IPLed to pick up the changes.(But still no
:>luck)
:>
:>
:>On Tue, Aug 19, 2014 at 7:32 PM, John P Kalinich  wrote:
:>
:>> WRI is write inhibited or read-only.  Check your VM sharing options.
:>>
:>> Regards,
:>> John K
:>>
:>> IBM Mainframe Discussion List  wrote on
:>> 08/19/2014 08:57:41 AM:
:>>
:>> > From: Jake anderson 
:>> > To: IBM-MAIN@LISTSERV.UA.EDU
:>> > Date: 08/19/2014 08:57 AM
:>> > Subject: Re: Dataset update error from MVS guest
:>> > Sent by: IBM Mainframe Discussion List 
:>> >
:>> > Hi John,
:>> >
:>> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
:>> >  80026F14081218D156000F004CE0
:>> >
:>> >
:>> > On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
:>> wrote:
:>> >
:>> > > What IOS000I message did you receive?
:>> > >
:>> > > Regards,
:>> > > John K
:>> > >
:>> > > Jake A of the IBM Mainframe Discussion List 
:>> > > wrote on 08/19/2014 08:22:35 AM:
:>> > >
:>> > > > From: Jake anderson 
:>> > > > To: IBM-MAIN@LISTSERV.UA.EDU
:>> > > > Date: 08/19/2014 08:22 AM
:>> > > > Subject: Dataset update error from MVS guest
:>> > > > Sent by: IBM Mainframe Discussion List 
:>> > > >
:>> > > > Hi,
:>> > > >
:>> > > > I am trying to update a dataset but I receive the below error :
:>> > > >
:>> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
:>> > > > TCHN01.ASM.DATA
:>> > > > ***
:>> > > >
:>> > > > IBM manual says :
:>> > > >
:>> > > > Explanation
:>> > > > 04
:>> > > > An I/O error occurred writing a DSCB during processing of a CLOSE
:>> macro
:>> > > > instruction.
:>> > > >
:>> > > > I am trying to update this dataset from a MVS Guest running over a
:>> VM.
:>> > > The
:>> > > > DASD are shared and I have connected the Volume to MVS guest as
:>> > > READ/WRITE
:>> > > > but still I get this error.
:>> > > >
:>> > > > MVS guest is running at Z/OS 1.13.
:>> > > >
:>> > > >
:>> > > > One of a link from Google I took :
:>> > > >
:>> > > > ABEND 414-04 Mean?
:>> > > >  Ran into this one recently and I thought I'd share. Essentially, a
:>> > > volume
:>> > > > can be set to READ ONLY. This is something outside the scope of any
:>> > > > security product that might be running on the system, meaning you may
:>> > > have
:>> > > > RACF permissions to a data set, but if the volume on which that data
:>> set
:>> > > > resides is READ ONLY, you'll get the 414 abend. The solution is to
:>> get
:>> > > your
:>> > > > system programmer to un-read only the volume so you can write to it.
:>> > > >
:>> > > > I was also looking at :
:>> > > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
:>> > > >
:>> > > > But not sure if it is really matches the error that I am getting.
:>> > > >
:>> > > >
:>> > > > Any thoughts or suggestion on the above.
:>> > > >
:>> > > > Regards,
:>> > > > Jake
:>>
:>> --
:>> 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

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: Dataset update error from MVS guest

2014-08-19 Thread Jake anderson
Hi,

MVS guest directory has the volume in READ/WRITE and also the security
access to the Volume has been enabled to access as WRITE. After the Change
the MVS guest and it  was also IPLed to pick up the changes.(But still no
luck)


On Tue, Aug 19, 2014 at 7:32 PM, John P Kalinich  wrote:

> WRI is write inhibited or read-only.  Check your VM sharing options.
>
> Regards,
> John K
>
> IBM Mainframe Discussion List  wrote on
> 08/19/2014 08:57:41 AM:
>
> > From: Jake anderson 
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Date: 08/19/2014 08:57 AM
> > Subject: Re: Dataset update error from MVS guest
> > Sent by: IBM Mainframe Discussion List 
> >
> > Hi John,
> >
> > IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
> >  80026F14081218D156000F004CE0
> >
> >
> > On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
> wrote:
> >
> > > What IOS000I message did you receive?
> > >
> > > Regards,
> > > John K
> > >
> > > Jake A of the IBM Mainframe Discussion List 
> > > wrote on 08/19/2014 08:22:35 AM:
> > >
> > > > From: Jake anderson 
> > > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > > Date: 08/19/2014 08:22 AM
> > > > Subject: Dataset update error from MVS guest
> > > > Sent by: IBM Mainframe Discussion List 
> > > >
> > > > Hi,
> > > >
> > > > I am trying to update a dataset but I receive the below error :
> > > >
> > > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
> > > > TCHN01.ASM.DATA
> > > > ***
> > > >
> > > > IBM manual says :
> > > >
> > > > Explanation
> > > > 04
> > > > An I/O error occurred writing a DSCB during processing of a CLOSE
> macro
> > > > instruction.
> > > >
> > > > I am trying to update this dataset from a MVS Guest running over a
> VM.
> > > The
> > > > DASD are shared and I have connected the Volume to MVS guest as
> > > READ/WRITE
> > > > but still I get this error.
> > > >
> > > > MVS guest is running at Z/OS 1.13.
> > > >
> > > >
> > > > One of a link from Google I took :
> > > >
> > > > ABEND 414-04 Mean?
> > > >  Ran into this one recently and I thought I'd share. Essentially, a
> > > volume
> > > > can be set to READ ONLY. This is something outside the scope of any
> > > > security product that might be running on the system, meaning you may
> > > have
> > > > RACF permissions to a data set, but if the volume on which that data
> set
> > > > resides is READ ONLY, you'll get the 414 abend. The solution is to
> get
> > > your
> > > > system programmer to un-read only the volume so you can write to it.
> > > >
> > > > I was also looking at :
> > > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
> > > >
> > > > But not sure if it is really matches the error that I am getting.
> > > >
> > > >
> > > > Any thoughts or suggestion on the above.
> > > >
> > > > Regards,
> > > > Jake
>
> --
> 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: Dataset update error from MVS guest

2014-08-19 Thread John P Kalinich
WRI is write inhibited or read-only.  Check your VM sharing options.

Regards,
John K

IBM Mainframe Discussion List  wrote on
08/19/2014 08:57:41 AM:

> From: Jake anderson 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 08/19/2014 08:57 AM
> Subject: Re: Dataset update error from MVS guest
> Sent by: IBM Mainframe Discussion List 
>
> Hi John,
>
> IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
>  80026F14081218D156000F004CE0
>
>
> On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich 
wrote:
>
> > What IOS000I message did you receive?
> >
> > Regards,
> > John K
> >
> > Jake A of the IBM Mainframe Discussion List 
> > wrote on 08/19/2014 08:22:35 AM:
> >
> > > From: Jake anderson 
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Date: 08/19/2014 08:22 AM
> > > Subject: Dataset update error from MVS guest
> > > Sent by: IBM Mainframe Discussion List 
> > >
> > > Hi,
> > >
> > > I am trying to update a dataset but I receive the below error :
> > >
> > > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
> > > TCHN01.ASM.DATA
> > > ***
> > >
> > > IBM manual says :
> > >
> > > Explanation
> > > 04
> > > An I/O error occurred writing a DSCB during processing of a CLOSE
macro
> > > instruction.
> > >
> > > I am trying to update this dataset from a MVS Guest running over a
VM.
> > The
> > > DASD are shared and I have connected the Volume to MVS guest as
> > READ/WRITE
> > > but still I get this error.
> > >
> > > MVS guest is running at Z/OS 1.13.
> > >
> > >
> > > One of a link from Google I took :
> > >
> > > ABEND 414-04 Mean?
> > >  Ran into this one recently and I thought I'd share. Essentially, a
> > volume
> > > can be set to READ ONLY. This is something outside the scope of any
> > > security product that might be running on the system, meaning you may
> > have
> > > RACF permissions to a data set, but if the volume on which that data
set
> > > resides is READ ONLY, you'll get the 414 abend. The solution is to
get
> > your
> > > system programmer to un-read only the volume so you can write to it.
> > >
> > > I was also looking at :
> > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
> > >
> > > But not sure if it is really matches the error that I am getting.
> > >
> > >
> > > Any thoughts or suggestion on the above.
> > >
> > > Regards,
> > > Jake

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


Re: Dataset update error from MVS guest

2014-08-19 Thread Jake anderson
Hi John,

IOS000I 0F81,2D,WRI,E7,0200,,06820003,TCHN01,JAKE099  , 855
 80026F14081218D156000F004CE0


On Tue, Aug 19, 2014 at 7:15 PM, John P Kalinich  wrote:

> What IOS000I message did you receive?
>
> Regards,
> John K
>
> Jake A of the IBM Mainframe Discussion List 
> wrote on 08/19/2014 08:22:35 AM:
>
> > From: Jake anderson 
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Date: 08/19/2014 08:22 AM
> > Subject: Dataset update error from MVS guest
> > Sent by: IBM Mainframe Discussion List 
> >
> > Hi,
> >
> > I am trying to update a dataset but I receive the below error :
> >
> > IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
> > TCHN01.ASM.DATA
> > ***
> >
> > IBM manual says :
> >
> > Explanation
> > 04
> > An I/O error occurred writing a DSCB during processing of a CLOSE macro
> > instruction.
> >
> > I am trying to update this dataset from a MVS Guest running over a VM.
> The
> > DASD are shared and I have connected the Volume to MVS guest as
> READ/WRITE
> > but still I get this error.
> >
> > MVS guest is running at Z/OS 1.13.
> >
> >
> > One of a link from Google I took :
> >
> > ABEND 414-04 Mean?
> >  Ran into this one recently and I thought I'd share. Essentially, a
> volume
> > can be set to READ ONLY. This is something outside the scope of any
> > security product that might be running on the system, meaning you may
> have
> > RACF permissions to a data set, but if the volume on which that data set
> > resides is READ ONLY, you'll get the 414 abend. The solution is to get
> your
> > system programmer to un-read only the volume so you can write to it.
> >
> > I was also looking at :
> > http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
> >
> > But not sure if it is really matches the error that I am getting.
> >
> >
> > Any thoughts or suggestion on the above.
> >
> > Regards,
> > Jake
>
> --
> 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: Dataset update error from MVS guest

2014-08-19 Thread John P Kalinich
What IOS000I message did you receive?

Regards,
John K

Jake A of the IBM Mainframe Discussion List 
wrote on 08/19/2014 08:22:35 AM:

> From: Jake anderson 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 08/19/2014 08:22 AM
> Subject: Dataset update error from MVS guest
> Sent by: IBM Mainframe Discussion List 
>
> Hi,
>
> I am trying to update a dataset but I receive the below error :
>
> IEC212I 414-04,IFG0201R,JAKE099,PROC099,ISP09114,0F81,TCHN01,
> TCHN01.ASM.DATA
> ***
>
> IBM manual says :
>
> Explanation
> 04
> An I/O error occurred writing a DSCB during processing of a CLOSE macro
> instruction.
>
> I am trying to update this dataset from a MVS Guest running over a VM.
The
> DASD are shared and I have connected the Volume to MVS guest as
READ/WRITE
> but still I get this error.
>
> MVS guest is running at Z/OS 1.13.
>
>
> One of a link from Google I took :
>
> ABEND 414-04 Mean?
>  Ran into this one recently and I thought I'd share. Essentially, a
volume
> can be set to READ ONLY. This is something outside the scope of any
> security product that might be running on the system, meaning you may
have
> RACF permissions to a data set, but if the volume on which that data set
> resides is READ ONLY, you'll get the 414 abend. The solution is to get
your
> system programmer to un-read only the volume so you can write to it.
>
> I was also looking at :
> http://www-01.ibm.com/support/docview.wss?uid=swg1PK37533
>
> But not sure if it is really matches the error that I am getting.
>
>
> Any thoughts or suggestion on the above.
>
> Regards,
> Jake

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