Re: Schedule automation solution

2018-03-28 Thread Timothy Sipples
Peter, I concur with the other posters' advice to get/use a proper job scheduler. However, if for some strange reason you don't have a scheduler and cannot get one, then simply upgrade to z/OS 2.3. z/OS 2.3 introduced a new JES2 feature to send an e-mail upon job completion. It's possible to use

Re: change data capture for VSAM

2018-03-28 Thread Timothy Sipples
Rex, You can take that classic approach of capturing VSAM updates, pushing the data elsewhere, and then running analytics/reporting or whatever else you're doing. IBM InfoSphere Classic Change Data Capture for z/OS (5655-IM5), as a notable example, would help you do that. However, we're all learn

Re: In-Stream Symbols and The Length

2018-03-28 Thread Steve Coalbran
Hi Lizette I tried even a 2 stage attempt, hoping to fool it! 2 // SET B=' ' 3 // SET A=&B'UNIT=SYSDA' IEFC653I SUBSTITUTION JCL - A= 4 //STEP1EXEC PGM=IEFBR14 5 //SETDDDD DISP=SHR,DSN=MY.DSN&A IEFC653I SUBSTITUTION JCL - DISP=SHR,DSN=MY.DSN Same, see, not even &A ge

Re: In-Stream Symbols and The Length

2018-03-28 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hmm; bearing in mind that the IEFC653I message doesn't reproduce inline comments either, it looks like it's working the same way: 2 // SET D='DISP=SHR' 3 // EXEC PGM=IEFBR14 4 //DD DD DSN=MY.DSN,&

Re: change data capture for VSAM

2018-03-28 Thread Jousma, David
Rex We have spent a lot of time looking into this. We are doing both VSAM and DB2 capture. The problem with VSAM capture is that there is no one, easy way to get VSAM change data. When the file is open to CICS, many of the products use CICS facilities to grab the change data, and pump it in

Re: Schedule automation solution

2018-03-28 Thread Gil Cardenas
BMC's Control/M & Control/R can detect batch failures and also sends email notifications. With Control-R, it is also possible to predefine the restart or recovery steps such as restore or restart at certain steps...once the problem has been addressed. But I'm sure that there is a sizeable inve

Next meeting of the GSE UK Security Working Group - 28th June 2018

2018-03-28 Thread Mark Wilson
Ladies and Gentlemen, We are pleased to announce that the next meeting of the GSE UK Security Working Group, will take place on Thursday 28th June 2018 at the offices of SAS UK in Marlow, UK – the venue is approximately a 30 minute drive from London Heathrow Airport. The agenda is now availabl

Re: change data capture for VSAM

2018-03-28 Thread Carmen Vitullo
I'm not sure CDC can do VSAM, I know they can do DB2, SQL, and maybe Oracle, DB's, I've worked with our DBA's on a POC for an Oracle solution and the IBM CDC solution, currently there's only 1 or 2 others that come to mind, 1) SQDATA, not sure if it can do VSAM, native VSAM is what I'm assuming

Re: change data capture for VSAM

2018-03-28 Thread Elardus Engelbrecht
Rex Pommier wrote: >I'm curious if anybody can provide me iith the names of any companies that do >real time change data capture of VSAM datasets. We've looked at a couple >vendors who will remain nameless to protect their and our interests. >Specifically what we're looking for is something t

Re: change data capture for VSAM

2018-03-28 Thread John Abell
Please contact me offline on this. John T. Abell Tel:800-295-7608Option 4 President International: 1-416-593-5578 Option 4 E-mail: john.ab...@intnlsoftwareproducts.com Fax:800-295-7609 International: 1-416-593-5579 International Software Products www.ispinfo.com

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread R.S.
Now it's a matter of belief. I simply do not believe in some statements which I (roughly) collected below: > No DVD's are allowed. ServerPac delivery box contain a lot of DVDs and CDs. What about them? PTFs are not distributed on tape for some time. _ How it is adressed? > That issue is open

GitHub setup for Z/os

2018-03-28 Thread johnnydeep san
Hi All, I'm planed to setup "GITHUB" on Z/OS . Can some one please guide me or share docs for it. regards, --JD -- -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu w

Re: change data capture for VSAM

2018-03-28 Thread Pommier, Rex
Hi Dave, That in essence is what we're doing right now for batch without any vendor product. It's what we're trying to get away from. We're being squeezed on the back end of the batch cycle by the warehouse update requirements and are trying to find a way to actually grab and push the updates

Re: [External] Re: change data capture for VSAM

2018-03-28 Thread Pommier, Rex
Timothy, Moving the data to the mainframe isn't an option here. We're aggregating data from several disparate systems already. We're either pushing mainframe data to an off-platform warehouse or we're pushing data from windows machines to the mainframe for aggregation. We already have the wa

Re: [External] Re: change data capture for VSAM

2018-03-28 Thread Pommier, Rex
Hi Elardus, We have bounced around the idea of modifying the applications to write MQ records at the same time as the VSAM updates but that would be way too time consuming. We are currently doing was/is comparisons of some of our VSAM and are trying to get away from that. Of the two products

Re: [External] Re: change data capture for VSAM

2018-03-28 Thread Pommier, Rex
Hi Carmen, Yup, native VSAM. I'll check them out. Thanks, Rex -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Carmen Vitullo Sent: Wednesday, March 28, 2018 7:41 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: change data ca

Re: GitHub setup for Z/os

2018-03-28 Thread Pew, Curtis G
On Mar 28, 2018, at 9:07 AM, johnnydeep san wrote: > > I'm planed to setup "GITHUB" on Z/OS . Can some one please guide me or > share docs for it. To be pedantic, GitHub (GitHub.com) is a development platform based on the ‘git’ distributed version control system. You don’t set up GitHub on

Re: [External] Re: change data capture for VSAM

2018-03-28 Thread Carmen Vitullo
a bit expensive maybe unless you already have a replication solution is replicate or FLASH the data periodically to another DASD subsystem.. just thinking out loud, you can selectively FASH volumes and break the pair manually we did something like this when I worked for State Govt I was the onl

Re: VIO SDWA logrec records

2018-03-28 Thread Pew, Curtis G
On Mar 28, 2018, at 12:34 AM, Jim Mulder wrote: > > The purpose of the STGINDEX data set is to allow VIO data sets to > persist across an IPL, so that jobs using them can be restarted. > Since you said that you do a CLPA (which forces a CVIO) on > every IPL, you are getting rid of all VIO data

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread Gary Eheman
On Tue, 27 Mar 2018 13:22:51 -0400, John Eells wrote: >David Boyes wrote: >> On 3/27/18, 9:48 AM, "IBM Mainframe Discussion List on behalf of John Eells" >> wrote: >> >>> Ah, so that's what you meant. I hadn't inferred that from your earlier >>> post. >> >> Sorry, replies crossed in the ether

Re: ICH409I - 073-008

2018-03-28 Thread Nightwatch RenBand
Thank-you Marcy Willhite for posting the resolution. Some folks do not, and it is sometimes frustrating to follow thru archives on some issue only to find a dead end where no one ever posted a resolution. -- For IBM-MAIN subscribe

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread Jesse 1 Robinson
Long before IBM talked about the end of tape delivery, we stopped accepting any physical media whatever--even doc. The reason was rooted in legal classification of software for tax purposes. In order to be extra careful, we eschewed not only tape/DVD for software itself, but also for any support

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread John Eells
We have had DVD-based delivery 2011 for z/OS platform PTFs and products. So, we're not quite 20 years behind z/VM (smile). Also, it's not that writing a *different* format would be that difficult, but that *adding* a format would be nontrivial. That requires ordering and process options to b

Missing extended mnemonic in zPoP

2018-03-28 Thread Abe Kornelis
All, The latest PoP, Publication No: SA22-7832-11, has a section on VFCHE (opcode E7EA) on page 24-13 ff. The section specifies a list of extended mnemonics associated with the VFCHE instruction. >From the looks of it, the final entry seemed to be missing. So I inquired at IBM whether the postula

Re: [External] Re: change data capture for VSAM

2018-03-28 Thread Wayne Bickerdike
You could get rid of VSAM and use VSAM transparency. All your VSAM writes/updates are processed in DB2. You can then utilise a DB2 change capture tool of your choice. I can help you with both... On Thu, Mar 29, 2018 at 2:03 AM, Carmen Vitullo wrote: > a bit expensive maybe unless you already ha

MACRO4: Tracemaster

2018-03-28 Thread Sasso, Leonard
Question: Does MACRO4's Tracemaster Product support PDSEs? Thank You, Len Sasso System Administrator Out-Of-The-Office: TEAM: Together Everyone Achieves More RDC - 327 Columbia TPKE, Rensselaer NY 12144-4400 t: +1.518.257.4209 | m: +1.518.894.0879 len.sa...@csra.com | www.csra.com Follow us on F

IMAGINE what would happen if IBM had done this

2018-03-28 Thread Edward Gould
Some of the Windows updates released by Microsoft to mitigate the Meltdown vulnerability introduce an even more severe security hole, a researcher has warned. Microsoft has released patches for the Meltdown and Spe

Re: DFHSM Migration of SYS1 datasets ?

2018-03-28 Thread Max Smith
Hi Dave, I was able to get this to work by specifying SETMIG LEVEL(SYS1.) COMMANDMIGRATION. It requires the period to distinguish it from data sets starting with SYS1 eg SYS1SSS Also tried SETMIG LEVEL(SYS1.TEST) COMMANDMIGRATION and it failed. That is because the LEVEL(SYS1.) NOMIGRATION is

Re: DFHSM Migration of SYS1 datasets ?

2018-03-28 Thread Gibney, Dave
Thank you. I don't think it would have occurred to me to try it with the period. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Max Smith > Sent: Wednesday, March 28, 2018 2:48 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: D

SHARE tribute to Dr. John Ehrman

2018-03-28 Thread Clark Morris
The following is a link to the SHARE tribute to John Ehrman https://www.share.org/blog/a-tribute-to-john-ehrman. Clark Morris -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.e

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread Edward Gould
> On Mar 28, 2018, at 12:43 PM, Jesse 1 Robinson > wrote: > > Long before IBM talked about the end of tape delivery, we stopped accepting > any physical media whatever--even doc. The reason was rooted in legal > classification of software for tax purposes. In order to be extra careful, we > e

Re: Software Delivery on Tape to be Discontinued

2018-03-28 Thread Edward Gould
> On Mar 28, 2018, at 9:06 AM, R.S. wrote: > > Now it's a matter of belief. > I simply do not believe in some statements which I (roughly) collected below: > > > > No DVD's are allowed. > ServerPac delivery box contain a lot of DVDs and CDs. What about them? I got my boss’s OK and got a servpac