Re: Parsing IEASYS00 entries

2016-02-25 Thread Field, Alan
me Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Relson Sent: Thursday, February 25, 2016 6:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Parsing IEASYS00 entries In all symbol substitution situations you need to start by asking "what is the value of the symbol?&quo

Re: Parsing IEASYS00 entries

2016-02-25 Thread Peter Relson
In all symbol substitution situations you need to start by asking "what is the value of the symbol?", in this case, "what is the value of &OSLEVEL?". Since z/OS does not create such a symbol, then if you don't have it in your IEASYMxx then it's very unlikely that it's available for usage during

Re: Parsing IEASYS00 entries

2016-02-24 Thread Field, Alan
ue Cross Blue Shield of MN 651.662.3546 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Staller, Allan Sent: Wednesday, February 24, 2016 2:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Parsing IEASYS00 entries Is &OSLEVEL def

Re: Parsing IEASYS00 entries

2016-02-24 Thread Staller, Allan
Is &OSLEVEL defined in SYS1.PARMLIB(IEASYMxx)? If So, can you create the results of &OSLEVEL(x:y) as another symbol? I coded OMVS=(00,&OSLEVEL(2:1).&OSLEVEL(4:1).), (with the periods) and it still objects. I'm thinking it doesn't like the &OSLEVEL symbol since &SYSCLONE works as you depic

Re: Parsing IEASYS00 entries

2016-02-24 Thread Field, Alan
46 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday, February 24, 2016 2:13 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Parsing IEASYS00 entries You coded: OMVS=(00,&OSLEVEL(2:1)&OSLEVEL(4:1)), S

Re: Parsing IEASYS00 entries

2016-02-24 Thread Jousma, David
MD RSCB2H p 616.653.8429 f 616.653.2717 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jesse 1 Robinson Sent: Wednesday, February 24, 2016 3:33 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Parsing IEASYS00 entries It's a majo

Re: Parsing IEASYS00 entries

2016-02-24 Thread Jousma, David
, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday, February 24, 2016 3:41 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Parsing IEASYS00 entries I do

Re: Parsing IEASYS00 entries

2016-02-24 Thread Jesse 1 Robinson
On Behalf Of Field, Alan Sent: Wednesday, February 24, 2016 12:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Parsing IEASYS00 entries I want to specify a different BPXPRMnn concatenation depending on whether I'm IPLing z/OS 2.1 or z/OS 2.2. The second member has the filesystem mounts a

Re: Parsing IEASYS00 entries

2016-02-24 Thread Jousma, David
neering 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 [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Field, Alan Sent: Wednesday, February 24, 2016 3:02 PM To: IBM-MAIN@LI

Re: Parsing IEASYS00 entries

2016-02-24 Thread Porowski, Ken
ed at this email address. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Field, Alan Sent: Wednesday, February 24, 2016 3:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [IBM-MAIN] Parsing IEASYS00 entries I want to specify a differen

Parsing IEASYS00 entries

2016-02-24 Thread Field, Alan
I want to specify a different BPXPRMnn concatenation depending on whether I'm IPLing z/OS 2.1 or z/OS 2.2. The second member has the filesystem mounts and they are different depending on which level of z/OS is IPLing. In SYS1.PARMLIB(IEASYS00) I specify OMVS=(00,&OSLEVEL(2:1)&OSLEVEL(4:1)), H