Re: ISPF simple question

2013-01-10 Thread Ted MacNEIL
Make sure you are actually logging off and not just killing your
session. Profile vars are NOT saved if you do not log off properly.

Not quite accurate.
A tbsave xxxprof library(isrprof) will do it.

I wrote an article a few years ago explaining that and a couple of other ISPF 
tricks
The execs are on cbt.

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

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


ISPF simple question

2012-12-14 Thread Pommier, Rex R.
Hi List,

I am going to show my ISPF ignorance on this question.  I have a system I'm 
working on that has the scroll amount set to PAGE.  I can change the scroll 
amount to CSR and it works as advertised.  However, when I log off and back 
onto the system, it is set back to PAGE.  I had thought that if I changed it to 
CSR, that would be saved in my ISPPROF dataset and be there the next time I 
logged in.

I have checked the obvious, the ISPPROF isn't being deleted/recreated when I 
log in, I have update access to it.Anybody care to share some words of 
wisdom as to what I could change here to make it save my preferences?  I have 
checked and I'm not the only one on this system that is having this problem.

Thanks.

Rex

The information contained in this e-mail may contain confidential and/or 
privileged information and is intended for the sole use of the intended 
recipient. If you are not the intended recipient, you are hereby notified that 
any unauthorized use, disclosure, distribution or copying of this communication 
is strictly prohibited and that you will be held responsible for any such 
unauthorized activity, including liability for any resulting damages. As 
appropriate, such incident(s) may also be reported to law enforcement. If you 
received this e-mail in error, please reply to sender and destroy or delete the 
message and any attachments. Thank you.

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


Re: ISPF simple question

2012-12-14 Thread George, William@FTB
Couple of quick thoughts.
- Make sure you are actually logging off and not just killing your
session. Profile vars are NOT saved if you do not log off properly.
- Also, check to see if there is not an initial macro running that sets
that to PAGE.  More likely something like this if others are having an
issue. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex R.
Sent: Friday, December 14, 2012 11:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ISPF simple question

Hi List,

I am going to show my ISPF ignorance on this question.  I have a system
I'm working on that has the scroll amount set to PAGE.  I can change the
scroll amount to CSR and it works as advertised.  However, when I log
off and back onto the system, it is set back to PAGE.  I had thought
that if I changed it to CSR, that would be saved in my ISPPROF dataset
and be there the next time I logged in.

I have checked the obvious, the ISPPROF isn't being deleted/recreated
when I log in, I have update access to it.Anybody care to share some
words of wisdom as to what I could change here to make it save my
preferences?  I have checked and I'm not the only one on this system
that is having this problem.

Thanks.

Rex

The information contained in this e-mail may contain confidential and/or
privileged information and is intended for the sole use of the intended
recipient. If you are not the intended recipient, you are hereby
notified that any unauthorized use, disclosure, distribution or copying
of this communication is strictly prohibited and that you will be held
responsible for any such unauthorized activity, including liability for
any resulting damages. As appropriate, such incident(s) may also be
reported to law enforcement. If you received this e-mail in error,
please reply to sender and destroy or delete the message and any
attachments. Thank you.

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

__
CONFIDENTIALITY NOTICE: This email from the State of California is for the sole 
use of the intended recipient and may contain confidential and privileged 
information. Any unauthorized review or use, including disclosure or 
distribution, is prohibited. If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.

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


Re: ISPF simple question

2012-12-14 Thread Ted MacNEIL
Profile vars are NOT saved if you do not log off properly.

At the risk of being pedantic:
1. You don't have to log off. Just exit ISPF cleanly.
OR:
2. Run a REXX exec similar to:
   address ISPEXEC
  TBSAVE ISPPROF LIBRARY(ISPPROF)

Check for exact syntax - - you don't have to even leave ISPF for this to work.

Also, you could VGET ZAPPLID and save zapplidPROF


-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

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


Re: ISPF simple question

2012-12-14 Thread Dave Salt
It seems the panel isn't VPUTing the scroll variable into the PROFILE. What 
panel are you on; home grown? Part of regular ISPF? Vendor product? Depending 
on the answer, you might be able to add a VPUT to the panel and that should 
solve it.

Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  





 Date: Fri, 14 Dec 2012 19:54:55 +
 From: rex.pomm...@cnasurety.com
 Subject: ISPF simple question
 To: IBM-MAIN@LISTSERV.UA.EDU
 
 Hi List,
 
 I am going to show my ISPF ignorance on this question.  I have a system I'm 
 working on that has the scroll amount set to PAGE.  I can change the scroll 
 amount to CSR and it works as advertised.  However, when I log off and back 
 onto the system, it is set back to PAGE.  I had thought that if I changed it 
 to CSR, that would be saved in my ISPPROF dataset and be there the next time 
 I logged in.
 
 I have checked the obvious, the ISPPROF isn't being deleted/recreated when I 
 log in, I have update access to it.Anybody care to share some words of 
 wisdom as to what I could change here to make it save my preferences?  I have 
 checked and I'm not the only one on this system that is having this problem.
 
 Thanks.
 
 Rex
 
 The information contained in this e-mail may contain confidential and/or 
 privileged information and is intended for the sole use of the intended 
 recipient. If you are not the intended recipient, you are hereby notified 
 that any unauthorized use, disclosure, distribution or copying of this 
 communication is strictly prohibited and that you will be held responsible 
 for any such unauthorized activity, including liability for any resulting 
 damages. As appropriate, such incident(s) may also be reported to law 
 enforcement. If you received this e-mail in error, please reply to sender and 
 destroy or delete the message and any attachments. Thank you.
 
 --
 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: ISPF simple question

2012-12-14 Thread Mark Zelden
Also:  What app within ISPF?  All, just one?   Profile sharing could
also cause an issue (is this a shared environment)?

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/


On Fri, 14 Dec 2012 11:59:49 -0800, George, William@FTB 
william.geo...@ftb.ca.gov wrote:

Couple of quick thoughts.
- Make sure you are actually logging off and not just killing your
session. Profile vars are NOT saved if you do not log off properly.
- Also, check to see if there is not an initial macro running that sets
that to PAGE.  More likely something like this if others are having an
issue. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex R.
Sent: Friday, December 14, 2012 11:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ISPF simple question

Hi List,

I am going to show my ISPF ignorance on this question.  I have a system
I'm working on that has the scroll amount set to PAGE.  I can change the
scroll amount to CSR and it works as advertised.  However, when I log
off and back onto the system, it is set back to PAGE.  I had thought
that if I changed it to CSR, that would be saved in my ISPPROF dataset
and be there the next time I logged in.

I have checked the obvious, the ISPPROF isn't being deleted/recreated
when I log in, I have update access to it.Anybody care to share some
words of wisdom as to what I could change here to make it save my
preferences?  I have checked and I'm not the only one on this system
that is having this problem.

Thanks.

Rex

The information contained in this e-mail may contain confidential and/or
privileged information and is intended for the sole use of the intended
recipient. If you are not the intended recipient, you are hereby
notified that any unauthorized use, disclosure, distribution or copying
of this communication is strictly prohibited and that you will be held
responsible for any such unauthorized activity, including liability for
any resulting damages. As appropriate, such incident(s) may also be
reported to law enforcement. If you received this e-mail in error,
please reply to sender and destroy or delete the message and any
attachments. Thank you.

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

__
CONFIDENTIALITY NOTICE: This email from the State of California is for the 
sole use of the intended recipient and may contain confidential and privileged 
information. Any unauthorized review or use, including disclosure or 
distribution, is prohibited. If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.

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