Re: LOAD VTAM Logmode Table

2016-08-24 Thread Meehan, Cheryl
Jon-

It looks like the command you are using is the correct command.  I found this 
in the Manual which may or may not apply to you.

"The MODIFY TABLE command can end unsuccessfully if the table being loaded is 
partially or entirely contained in new extents (data spaces where information 
is stored) within VTAMLIB. Because VTAMLIB is opened once during VTAM 
initialization, the table is not accessible until VTAM is halted, restarted, 
and VTAMLIB is opened again."

Something to check anyway.

Cheryl

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jon Bathmaker
Sent: Thursday, August 18, 2016 6:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: LOAD VTAM Logmode Table

Hi,
I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode table, 
EMSMODE, into its tiny little mind so that I can use a 62x160 screen.  I have 
been able to get it to load the table to my active session with the following 
command:
F NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OLDTAB=*
but of course when I log off/on again the modetab is what it was before I 
issued the command which won't work.  I have also tried  F 
NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back OK but did 
not have the desired effect.

Any help, comments, witty sayings will be much appreciated.  Thanks

Regards.
Jon Bathmaker

--
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: LOAD VTAM Logmode Table

2016-08-19 Thread Cieri, Anthony

Hi John, 

I don't think that you "need" to IPL in order to implement this change.

You can try changing the VTAMLST definition for the LU named A03AT001. 
I am not sure if this is an APPPL definition or NOT.  Once changed in VTAMLST, 
you can try a V NET,ACT,ID=xxx,UPDATE=ALL (where 'xxx' is the Major 
node name that contains the A03AT001 definition).

Worst case would be to inact and reactivate that same VTAM Major node!!!

HTH

Tony 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jon Bathmaker
Sent: Friday, August 19, 2016 3:18 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: LOAD VTAM Logmode Table

Hi Elardus,

We are using NVAS.   I agree that EMSMODE is an NVAS logmode table.

No IEV043* messages.

I shall get the ops to bounce the Development LPAR on the W/E.

Best regards,
Jon Bathmaker

On 8/19/2016 8:37 AM, Elardus Engelbrecht wrote:
> Jon Bathmaker wrote:
>
>> I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode 
>> table, EMSMODE, into its tiny little mind so that I can use a 62x160 screen. 
>>  I have been able to get it to load the table to my active session with the 
>> following command:
>> F 
>> NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OL
>> DTAB=* but of course when I log off/on again the modetab is what it 
>> was before I issued the command which won't work.  I have also tried  
>> F NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back 
>> OK but did not have the
> desired effect.
>
> NET is dynamic enough that you can do a F NET,blah...
>
> Are you using Netview Access Services or NETVIEW? AFAIK, EMSMODE a Netview 
> Access Service Logmode table.
>
> Do you see any IEV043* message?
>
> AFAIK, changes in logmode need a stop/start in Netview Access Service 
> accompanied by a V NET,majnode INACT and ACT if needed.
>
> I am not sure how HOD is working, I have never worked with that.
>
> 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

--
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: LOAD VTAM Logmode Table

2016-08-19 Thread Jon Bathmaker

Hi Elardus,

We are using NVAS.   I agree that EMSMODE is an NVAS logmode table.

No IEV043* messages.

I shall get the ops to bounce the Development LPAR on the W/E.

Best regards,
Jon Bathmaker

On 8/19/2016 8:37 AM, Elardus Engelbrecht wrote:

Jon Bathmaker wrote:


I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode table, 
EMSMODE, into its tiny little mind so that I can use a 62x160 screen.  I have 
been able to get it to load the table to my active session with the following 
command:
F NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OLDTAB=*
but of course when I log off/on again the modetab is what it was before I 
issued the command which won't work.  I have also tried  F 
NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back OK but did 
not have the

desired effect.

NET is dynamic enough that you can do a F NET,blah...

Are you using Netview Access Services or NETVIEW? AFAIK, EMSMODE a Netview 
Access Service Logmode table.

Do you see any IEV043* message?

AFAIK, changes in logmode need a stop/start in Netview Access Service 
accompanied by a V NET,majnode INACT and ACT if needed.

I am not sure how HOD is working, I have never worked with that.

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


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


Re: LOAD VTAM Logmode Table

2016-08-19 Thread Elardus Engelbrecht
Jon Bathmaker wrote:

>I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode table, 
>EMSMODE, into its tiny little mind so that I can use a 62x160 screen.  I have 
>been able to get it to load the table to my active session with the following 
>command:
>F NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OLDTAB=*

>but of course when I log off/on again the modetab is what it was before I 
>issued the command which won't work.  I have also tried  F 
>NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back OK but did 
>not have the 
desired effect.

NET is dynamic enough that you can do a F NET,blah...

Are you using Netview Access Services or NETVIEW? AFAIK, EMSMODE a Netview 
Access Service Logmode table.

Do you see any IEV043* message?

AFAIK, changes in logmode need a stop/start in Netview Access Service 
accompanied by a V NET,majnode INACT and ACT if needed. 

I am not sure how HOD is working, I have never worked with that.

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: LOAD VTAM Logmode Table

2016-08-19 Thread Jon Bathmaker

???

Using HOD.

On 8/18/2016 9:44 PM, Rob Schramm wrote:

Tn3270?

Rob Schramm

On Thu, Aug 18, 2016, 6:37 PM Jon Bathmaker <
jon.bathma...@sys1consulting.com> wrote:


Hi,
I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode
table, EMSMODE, into its tiny little mind so that I can use a 62x160
screen.  I have been able to get it to load the table to my active session
with the following command:
F
NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OLDTAB=*
but of course when I log off/on again the modetab is what it was before I
issued the command which won't work.  I have also tried  F
NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back OK but
did not have the desired effect.

Any help, comments, witty sayings will be much appreciated.  Thanks

Regards.
Jon Bathmaker

--
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: LOAD VTAM Logmode Table

2016-08-18 Thread Rob Schramm
Tn3270?

Rob Schramm

On Thu, Aug 18, 2016, 6:37 PM Jon Bathmaker <
jon.bathma...@sys1consulting.com> wrote:

> Hi,
> I am a VTAM usedtobe (in 1995) trying to get VTAM to load a new logmode
> table, EMSMODE, into its tiny little mind so that I can use a 62x160
> screen.  I have been able to get it to load the table to my active session
> with the following command:
> F
> NET,TABLE,TYPE=MODETAB,OPTION=ASSOCIATE,NEWTAB=EMSMODE,ID=A03AT001,OLDTAB=*
> but of course when I log off/on again the modetab is what it was before I
> issued the command which won't work.  I have also tried  F
> NET,TABLE,TYPE=MODETAB,OPTION=LOAD,NEWTAB=EMSMODE which came back OK but
> did not have the desired effect.
>
> Any help, comments, witty sayings will be much appreciated.  Thanks
>
> Regards.
> Jon Bathmaker
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 

Rob Schramm

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