I do not copy forward my CEEPRMs until I have done an ISPF Compare (or other compare process). Then I know if IBM has changed anything on my new system compared to what I have currently running.
If you have the TLIB for SYS1.PARMLIB from your z/OS V1.12 system, use the le parms from z/OS V1.11 and compare against your TLIB. Any time you upgrade your operating system, you should have a procedure that will compare parms (like CEE Parms) prior to replacing them in your system. When you copied your z/OS V1.11 parms to your z/OS V1.12 I do not think you had compared them first. Second, if you have any DSECTS in place, I think they are over ridden by the LE Parm member of SYS1.PARMLIB. Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of mvsmain Sent: Wednesday, June 26, 2013 6:18 PM To: [email protected] Subject: Re: Do we need to remove the comment characters from the all LE options? Dear Lizette Thanks for your quick response! We could list system-level default options for CEEDOPT by running IGYWIVP1 Could you tell us how to list system-level default options for CEECOPT,CELQDOPT,CEEROPT and CELQROPT Thanks a lot! From: Lizette Koehler Date: 2013-06-27 08:57 To: IBM-MAIN Subject: Re: Do we need to remove the comment characters from the all LE options? You need to determine what defaults are in place and what you have customized. If everything in your current configuration is vanilla and it matches what the manual says is the default for LE, then you do not need to do anything. The only time I uncomment an LE parm is if I am altering the default setting. So for your example, CEECOPT( STORAGE=((00,NONE,NONE,0K),OVR), TERMTHDACT=((MSG,CESE,96),OVR), ) If this was the default then I would not uncomment it. If I decided that I needed a different STORAGE setting, then I uncomment it and change the value I need. Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of mvsmain Sent: Wednesday, June 26, 2013 5:42 PM To: [email protected] Subject: Do we need to remove the comment characters from the all LE options? Hi all We are migrating z/OS from 1.11 to 1.13. We copied the sample CEEPRM00 from SCEESAMP(z/OS1.13). We just removed the comment characters from the few options that we want to use as z/OS 1.11.please see it below. CEECOPT( STORAGE=((00,NONE,NONE,0K),OVR), TERMTHDACT=((MSG,CESE,96),OVR), ) My questions: Do we need to remove the comment characters from the all options? or just removed the few options shown above? Any suggestions are highly appreciated! Thanks a lot! Jason Cai ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
