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

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

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-

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

Debug tool CU/source

2019-08-02 Thread Joseph Reichman
It has take me a while to figure But the following link below is erroneous while debug tool or the XL C\C++ compiler gives a number of different options for the source listing for a C\C++ program on of the them isn't langx as specified By the following link below Which leads me to

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

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

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

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

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

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.

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,

Re: Extract next eight character positions after SubString Match

2019-08-02 Thread Cameron Conacher
Hello John, Yes, I need to hit this from both sides. What DATACLAS do we have in the data library, and what DATACLAS has been used for files that are already cataloged. I just need to be sure to cover all of the bases. On Thu, Aug 1, 2019 at 12:50 PM John McKown wrote: > On Thu, Aug 1, 2019 at

Re: XTIOT impact?

2019-08-02 Thread Charles Mills
Thank you all, especially @Shmuel for the below. By George, I think I've got it. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Monday, July 29, 2019 3:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

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

Re: dfsort: Sort job to get price variance records

2019-08-02 Thread John McKown
On Fri, Aug 2, 2019 at 8:17 AM Joe Monk wrote: > Thats not what is being asked ... > > In the sample output... > > 50338 789997580026.00 36052910DF 96.12 > 50338 789997580026.00 36052910DF 96.12 > 50338 789997580026.00 36052910

Re: dfsort: Sort job to get price variance records

2019-08-02 Thread Joe Monk
Thats not what is being asked ... In the sample output... 50338 789997580026.00 36052910DF 96.12 50338 789997580026.00 36052910DF 96.12 50338 789997580026.00 36052910DF 95.12 What is different about the first

Re: Writing the Definitive Systems Programmer Resume

2019-08-02 Thread Sasso, Len
Joe: I would appreciate a link to your PowerPoint slides. Thank You! Len Sasso Systems Administrator General Dynamics Information Technology 327 Columbia TPKE Rensselaer, NY 12144 Phone: (518) 257-4209 Cell: (518) 894-0879 Fax: (518) 257-4300 len.sa...@gdit.com URL: www.gdit.com