Re: COBOL for z/OS V6R2M0

2019-08-06 Thread PINION, RICHARD W.
What I have determined is that when I use IGYWDOPT, or at least a version that 
I had, my
overrides are not present.  If I use the non-SMPE install, I get the requested 
overrides.  I'm
in the process of trying to understand why my usermod is causing the problem.  

I'll probably RESTORE the usermod, and rebuild my usermod using the skeleton 
JCL in
IGY620.SIGYSAMP.  If this does not produce the correct results, I'll post to 
the forum
again.

At least, I can get the options I want by running a non-smpe ASM/Link.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Ross
Sent: Tuesday, August 6, 2019 4:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL for z/OS V6R2M0

[External Email]

>I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E 
>usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system 
>link list, and the usermod updates IGYCDOPT in that load library.  
>After updatin g the module I refresh LLA with F LLA,REFRESH.
>
>I have used ISRDDN to search both the system link list and LPA for 
>module IGYCDOPT.  It only appears in the link listed load library 
>IGY620.SIGYLOAD.
>
>I have changed ARCH=3D7 to ARCH=3D12, OPT=3D0 to OPT=3D2, and NOBLOCK0 
>to BLOCK0.  The changes I have made do not show up when I run a COBOL 
>compile after applying the usermod, and refreshing LLA.  I have tried 
>RESTORING the usermod, refreshing LLA, and APPLY'ing the usermod again.  
>Still the same results.

Very strange!  Have you confirmed that your updated IGYCDOPT is actually in 
SIGYCOMP?  Checked the 'compile date' etc?  Have you confirmed that you got
RC=0 from the assemble of igycdopt?  One thing to try and make some sense of 
would be to put your new IGYCDTOP in a different dataset and STEPLIB that ahead 
of your SIGYCOMP dataset and see if you still get the old options.
Soemthing is definitely not right here...maybe some restrictions with z/PDT?

Cheers,
TomR, AKA Captain COBOL  >> COBOL is the Language of the Future! <<

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

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


COBOL for z/OS V6R2M0

2019-08-06 Thread Tom Ross
>I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E
>usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system link
>list, and the usermod updates IGYCDOPT in that load library.  After updatin
>g the
>module I refresh LLA with F LLA,REFRESH.
>
>I have used ISRDDN to search both the system link list and LPA for module
>IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.
>
>I have changed ARCH=3D7 to ARCH=3D12, OPT=3D0 to OPT=3D2, and NOBLOCK0
>to BLOCK0.  The changes I have made do not show up when I run a COBOL
>compile after applying the usermod, and refreshing LLA.  I have tried
>RESTORING the usermod, refreshing LLA, and APPLY'ing the usermod
>again.  Still the same results.

Very strange!  Have you confirmed that your updated IGYCDOPT is actually in
SIGYCOMP?  Checked the 'compile date' etc?  Have you confirmed that you got
RC=0 from the assemble of igycdopt?  One thing to try and make some sense of
would be to put your new IGYCDTOP in a different dataset and STEPLIB that
ahead of your SIGYCOMP dataset and see if you still get the old options.
Soemthing is definitely not right here...maybe some restrictions with z/PDT?

Cheers,
TomR, AKA Captain COBOL  >> COBOL is the Language of the Future! <<

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


Re: COBOL for z/OS V6R2M0

2019-08-03 Thread Peter Relson
If it is truly the case that the new version of the module is not being 
used, then clearly the old version is being found somewhere.

If you have replaced the copy in the only data set where it lives and 
refreshed LLA, then these are the possibilities that come to mind
-- you are not re-fetching at all because your jobstep has already fetched 
the previous copy and that copy is still usable
-- you do have a tasklib, steplib, or joblib
-- the fetch is being done identifying an opened DCB within which 
concatenation the previous copy exists
-- the original copy is in LPA and your updated copy is not (whether by 
PLPA, MLPA, FLPA, or dynamic LPA)

I presume that if the Cobol compiler found your new version but didn't 
like it in some way (so reverted to old behavior) it would tell you.

Various fetch monitoring tools can provide some clue of where a module was 
found when it was fetched.

Peter Relson
z/OS Core Technology Design


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


Re: COBOL for z/OS V6R2M0

2019-08-03 Thread Mike Schwab
Fifth Third Bank is already being used.

On Fri, Aug 2, 2019, 16:14 Chris Hoelscher  wrote:

> So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??
>
> Thank You,
> Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.| T
> 502.476.2538  or 502.407.7266
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of PINION, RICHARD W.
> Sent: Friday, August 2, 2019 2:19 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [IBM-MAIN] COBOL for z/OS V6R2M0
>
> I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E
> usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system link
> list, and the usermod updates IGYCDOPT in that load library.  After
> updating the module I refresh LLA with F LLA,REFRESH.
>
> I have used ISRDDN to search both the system link list and LPA for module
> IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.
>
> I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.
> The changes I have made do not show up when I run a COBOL compile after
> applying the usermod, and refreshing LLA.  I have tried RESTORING the
> usermod, refreshing LLA, and APPLY'ing the usermod again.  Still the same
> results.
>
> This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.
>
> EXCITING NEWS! Beginning this fall, First Tennessee will become First
> Horizon. Learn more:  thenewfirsthorizon.com
>
> Confidentiality notice:
> This e-mail message, including any attachments, may contain legally
> privileged and/or confidential information. If you are not the intended
> recipient(s), or the employee or agent responsible for delivery of this
> message to the intended recipient(s), you are hereby notified that any
> dissemination, distribution, or copying of this e-mail message is strictly
> prohibited. If you have received this message in error, please immediately
> notify the sender and delete this e-mail message from your computer.
>
> --
> 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: COBOL for z/OS V6R2M0

2019-08-02 Thread Lizette Koehler
I also forgot, depending on your level of z/OS

You can add a CEEOPTS DD statement to the job and over ride the LE Options there
as well


Language Environment supports the ability to provide additional runtime options
through a DD card. The name of the DD must be CEEOPTS. The DD must be available
during initialization of the "enclave" so that the options can be merged.

In the Language Environment Runtime Options report, when an option was last set
in the CEEOPTS DD card, DD:CEEOPTS will be used in the "LAST WHERE SET" column.

The CEEOPTS DD is ignored under CICSR, SPC and for programs invoked using one of
the exec() family of functions.

Lizette 



> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Lizette Koehler
> Sent: Friday, August 02, 2019 5:55 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: COBOL for z/OS V6R2M0
> 
> Just a far left question
> 
> Are you using CEEOPT in your environment?
> 
> It resides in SYS1.PARMLIB (or your variation) and contains the CEE options.
> 
> D CEE
> 
> The default IEASYS00 member does not specify a CEEPRM member. If you want to
> use CEEPRM, you must add the CEEPRM member to IEASYS00.
> 
> Use the D CEE command to display the values that were set in the current
> CEEPRMxx parmlib members and by the SETCEE command.
> 
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Chris Hoelscher
> > Sent: Friday, August 02, 2019 2:12 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: COBOL for z/OS V6R2M0
> >
> > So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??
> >
> > Thank You,
> > Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.|
> > T
> > 502.476.2538  or 502.407.7266
> >
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of PINION, RICHARD W.
> > Sent: Friday, August 2, 2019 2:19 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: [IBM-MAIN] COBOL for z/OS V6R2M0
> >
> > I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT),
> > SMP/E usermod to update the COBOL options.  IGY620.SIGYCOMP is in the
> > system link list, and the usermod updates IGYCDOPT in that load
> > library.  After updating the module I refresh LLA with F LLA,REFRESH.
> >
> > I have used ISRDDN to search both the system link list and LPA for
> > module IGYCDOPT.  It only appears in the link listed load library
> IGY620.SIGYLOAD.
> >
> > I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.
> > The changes I have made do not show up when I run a COBOL compile
> > after applying the usermod, and refreshing LLA.  I have tried
> > RESTORING the usermod, refreshing LLA, and APPLY'ing the usermod
> > again.  Still the same results.
> >
> > This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.
> >
> 
> --
> 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: COBOL for z/OS V6R2M0

2019-08-02 Thread Lizette Koehler
Just a far left question

Are you using CEEOPT in your environment?

It resides in SYS1.PARMLIB (or your variation) and contains the CEE options.

D CEE 

The default IEASYS00 member does not specify a CEEPRM member. If you want to use
CEEPRM, you must add the CEEPRM member to IEASYS00.

Use the D CEE command to display the values that were set in the current
CEEPRMxx parmlib members and by the SETCEE command.


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Chris Hoelscher
> Sent: Friday, August 02, 2019 2:12 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: COBOL for z/OS V6R2M0
> 
> So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??
> 
> Thank You,
> Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.| T
> 502.476.2538  or 502.407.7266
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> PINION, RICHARD W.
> Sent: Friday, August 2, 2019 2:19 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [IBM-MAIN] COBOL for z/OS V6R2M0
> 
> I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E
> usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system link
> list, and the usermod updates IGYCDOPT in that load library.  After updating
> the module I refresh LLA with F LLA,REFRESH.
> 
> I have used ISRDDN to search both the system link list and LPA for module
> IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.
> 
> I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.
> The changes I have made do not show up when I run a COBOL compile after
> applying the usermod, and refreshing LLA.  I have tried RESTORING the
> usermod, refreshing LLA, and APPLY'ing the usermod again.  Still the same
> results.
> 
> This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.
> 

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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread Steve Thompson
Onion Planters becomes First?

Sent from my iPhone — small keyboarf, fat fungrs, stupd spell manglr. Expct 
mistaks 


> On Aug 2, 2019, at 5:22 PM, PINION, RICHARD W.  
> wrote:
> 
> It depends on "Who's on first, what's on second, and I don't know is on 
> third".
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of 
> Chris Hoelscher
> Sent: Friday, August 2, 2019 5:12 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: COBOL for z/OS V6R2M0
> 
> [External Email]
> 
> So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??
> 
> Thank You,
> Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.| T 
> 502.476.2538  or 502.407.7266
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of 
> PINION, RICHARD W.
> Sent: Friday, August 2, 2019 2:19 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [IBM-MAIN] COBOL for z/OS V6R2M0
> 
> I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E 
> usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system link 
> list, and the usermod updates IGYCDOPT in that load library.  After updating 
> the module I refresh LLA with F LLA,REFRESH.
> 
> I have used ISRDDN to search both the system link list and LPA for module 
> IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.
> 
> I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.  
> The changes I have made do not show up when I run a COBOL compile after 
> applying the usermod, and refreshing LLA.  I have tried RESTORING the 
> usermod, refreshing LLA, and APPLY'ing the usermod again.  Still the same 
> results.
> 
> This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.
> 
> EXCITING NEWS! Beginning this fall, First Tennessee will become First 
> Horizon. Learn more:  thenewfirsthorizon.com
> 
> Confidentiality notice:
> This e-mail message, including any attachments, may contain legally 
> privileged and/or confidential information. If you are not the intended 
> recipient(s), or the employee or agent responsible for delivery of this 
> message to the intended recipient(s), you are hereby notified that any 
> dissemination, distribution, or copying of this e-mail message is strictly 
> prohibited. If you have received this message in error, please immediately 
> notify the sender and delete this e-mail message from your computer.
> 
> --
> 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

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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread Edward Finnell
If you need a refresher.

https://www.youtube.com/watch?v=sShMA85pv8MIn a message dated 8/2/2019 4:30:38 
PM Central Standard Time, rpin...@firsttennessee.com writes:
It depends on "Who's on first, what's on second, and I don't know is on third".

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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread Jesse 1 Robinson
Truth is that I seldom use ISRDDN simply because I habitually go to StarTool. I 
don't see why you would get a different result. There has to be a simple 
explanation. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 1:51 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: COBOL for z/OS V6R2M0

But wouldn't ISRDDN with LINKLIST and LPA, with the MEMBER command, do this 
same thing?

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jesse 1 Robinson
Sent: Friday, August 2, 2019 4:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

If you have the PDS command, try FINDMOD. It seems that the options module is 
being found elsewhere.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 1:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: COBOL for z/OS V6R2M0

No STEPLIB/JOBLIB, and the parms being passed to the compiler are not ARCH(7), 
OPT(0), and NOBLOCK0.  Now, there are other options being passed, 
LIB,TEST(HOOK).  Yes, I know TEST(HOOK) is not supported with 6.2.  But, that's 
what the programmer has in his JCL, and that's what I'm testing with.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Edward Finnell
Sent: Friday, August 2, 2019 4:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

Check for STEPLIB/JOBLIB in COBOL job.
Check for PARMS in compile PROC.Run a nekkid compile in foreground In a message 
dated 8/2/2019 1:35:36 PM Central Standard Time, rpin...@firsttennessee.com 
writes:
The changes I have made do not show up when I run a COBOLcompile after applying 
the usermod, and refreshing LLA.  I have triedRESTORING the usermod, refreshing 
LLA, and APPLY'ing the usermodagain.  Still the same results.
This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.


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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread PINION, RICHARD W.
It depends on "Who's on first, what's on second, and I don't know is on third".

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Chris Hoelscher
Sent: Friday, August 2, 2019 5:12 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??

Thank You,
Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.| T 
502.476.2538  or 502.407.7266

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 2:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [IBM-MAIN] COBOL for z/OS V6R2M0

I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E usermod 
to update the COBOL options.  IGY620.SIGYCOMP is in the system link list, and 
the usermod updates IGYCDOPT in that load library.  After updating the module I 
refresh LLA with F LLA,REFRESH.

I have used ISRDDN to search both the system link list and LPA for module 
IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.

I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.  The 
changes I have made do not show up when I run a COBOL compile after applying 
the usermod, and refreshing LLA.  I have tried RESTORING the usermod, 
refreshing LLA, and APPLY'ing the usermod again.  Still the same results.

This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.

EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

--
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: COBOL for z/OS V6R2M0

2019-08-02 Thread Chris Hoelscher
So does SECONDTENNESSEE move up to FIRSTTENNESSEE ??

Thank You,
Chris Hoelscher| ITI . DB Services . Mainframe Database | Humana Inc.| T 
502.476.2538  or 502.407.7266

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 2:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [IBM-MAIN] COBOL for z/OS V6R2M0

I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E usermod 
to update the COBOL options.  IGY620.SIGYCOMP is in the system link list, and 
the usermod updates IGYCDOPT in that load library.  After updating the module I 
refresh LLA with F LLA,REFRESH.

I have used ISRDDN to search both the system link list and LPA for module 
IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.

I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0 to BLOCK0.  The 
changes I have made do not show up when I run a COBOL compile after applying 
the usermod, and refreshing LLA.  I have tried RESTORING the usermod, 
refreshing LLA, and APPLY'ing the usermod again.  Still the same results.

This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.

EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

--
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: COBOL for z/OS V6R2M0

2019-08-02 Thread PINION, RICHARD W.
But wouldn't ISRDDN with LINKLIST and LPA, with the MEMBER command, do this same
thing?

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jesse 1 Robinson
Sent: Friday, August 2, 2019 4:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

If you have the PDS command, try FINDMOD. It seems that the options module is 
being found elsewhere.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 1:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: COBOL for z/OS V6R2M0

No STEPLIB/JOBLIB, and the parms being passed to the compiler are not ARCH(7), 
OPT(0), and NOBLOCK0.  Now, there are other options being passed, 
LIB,TEST(HOOK).  Yes, I know TEST(HOOK) is not supported with 6.2.  But, that's 
what the programmer has in his JCL, and that's what I'm testing with.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Edward Finnell
Sent: Friday, August 2, 2019 4:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

Check for STEPLIB/JOBLIB in COBOL job.
Check for PARMS in compile PROC.Run a nekkid compile in foreground In a message 
dated 8/2/2019 1:35:36 PM Central Standard Time, rpin...@firsttennessee.com 
writes:
The changes I have made do not show up when I run a COBOLcompile after applying 
the usermod, and refreshing LLA.  I have triedRESTORING the usermod, refreshing 
LLA, and APPLY'ing the usermodagain.  Still the same results.
This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread Jesse 1 Robinson
If you have the PDS command, try FINDMOD. It seems that the options module is 
being found elsewhere. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Friday, August 2, 2019 1:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: COBOL for z/OS V6R2M0

No STEPLIB/JOBLIB, and the parms being passed to the compiler are not ARCH(7), 
OPT(0), and NOBLOCK0.  Now, there are other options being passed, 
LIB,TEST(HOOK).  Yes, I know TEST(HOOK) is not supported with 6.2.  But, that's 
what the programmer has in his JCL, and that's what I'm testing with.  

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Edward Finnell
Sent: Friday, August 2, 2019 4:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

Check for STEPLIB/JOBLIB in COBOL job.
Check for PARMS in compile PROC.Run a nekkid compile in foreground In a message 
dated 8/2/2019 1:35:36 PM Central Standard Time, rpin...@firsttennessee.com 
writes:
The changes I have made do not show up when I run a COBOLcompile after applying 
the usermod, and refreshing LLA.  I have triedRESTORING the usermod, refreshing 
LLA, and APPLY'ing the usermodagain.  Still the same results.
This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.


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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread PINION, RICHARD W.
No STEPLIB/JOBLIB, and the parms being passed to the compiler are
not ARCH(7), OPT(0), and NOBLOCK0.  Now, there are other options
being passed, LIB,TEST(HOOK).  Yes, I know TEST(HOOK) is not supported
with 6.2.  But, that's what the programmer has in his JCL, and that's
what I'm testing with.  

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Edward Finnell
Sent: Friday, August 2, 2019 4:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL for z/OS V6R2M0

[External Email]

Check for STEPLIB/JOBLIB in COBOL job.
Check for PARMS in compile PROC.Run a nekkid compile in foreground In a message 
dated 8/2/2019 1:35:36 PM Central Standard Time, rpin...@firsttennessee.com 
writes:
The changes I have made do not show up when I run a COBOLcompile after applying 
the usermod, and refreshing LLA.  I have triedRESTORING the usermod, refreshing 
LLA, and APPLY'ing the usermodagain.  Still the same results.
This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


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


Re: COBOL for z/OS V6R2M0

2019-08-02 Thread Edward Finnell
Check for STEPLIB/JOBLIB in COBOL job.
Check for PARMS in compile PROC.Run a nekkid compile in foreground
In a message dated 8/2/2019 1:35:36 PM Central Standard Time, 
rpin...@firsttennessee.com writes:
The changes I have made do not show up when I run a COBOLcompile after applying 
the usermod, and refreshing LLA.  I have triedRESTORING the usermod, refreshing 
LLA, and APPLY'ing the usermodagain.  Still the same results.
This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.

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


COBOL for z/OS V6R2M0

2019-08-02 Thread PINION, RICHARD W.
I have updated the COBOL options using IGY620.SIGYSAMP(IGYWDOPT), SMP/E
usermod to update the COBOL options.  IGY620.SIGYCOMP is in the system link
list, and the usermod updates IGYCDOPT in that load library.  After updating the
module I refresh LLA with F LLA,REFRESH.

I have used ISRDDN to search both the system link list and LPA for module
IGYCDOPT.  It only appears in the link listed load library IGY620.SIGYLOAD.

I have changed ARCH=7 to ARCH=12, OPT=0 to OPT=2, and NOBLOCK0
to BLOCK0.  The changes I have made do not show up when I run a COBOL
compile after applying the usermod, and refreshing LLA.  I have tried
RESTORING the usermod, refreshing LLA, and APPLY'ing the usermod
again.  Still the same results.

This is a ADCD z/OS 2.3 system running on IBM's zPDT environment.

EXCITING NEWS! Beginning this fall, First Tennessee will become First Horizon. 
Learn more:  thenewfirsthorizon.com

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

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