Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Barbara Nitz
On Mon, 26 Mar 2018 15:23:42 -0400, John Eells wrote: >In addition to that, you can take a laptop outside your firewall, >download stuff*, bring the laptop back in, connect to your internal >network, and upload it to z/OS to be processed. No, you cannot. Where I work, the laptops don't have a D

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Vernooij, Kees (ITOPT1) - KLM
Of course, a logical measure. Taking a laptop out of the building, do something with it and take it back in again is just as 'safe' as bringing in a usb stick you found on the street. Both should be fully blocked. Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Gibney, Dave
And the SETMIG command's apparent explicit purpose as documented to allow removing/reinstating this restriction by LEVEL or DATASETNAME. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Anthony Thompson > Sent: Monday, March 26, 2018 8:48 PM > To: IBM-MAIN@LIS

Establishing STEPLIB as part of exec() / BPX1EXC (was: Cobol-Unix)

2018-03-27 Thread Peter Hunkeler
>>​File descriptors are mainly what are kept. But the DD statements are all >>FREEd. As is user memory. The only DD which can be kept is the STEPLIB and >>only if the environment variable STEPLIB exists and is equal to "CURRENT".​ >> >Is STEPLIB kept or reallocated? Suppose, e.g. another jo

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread R.S.
Well, it was easy to predict: There are no more tapes! What media could you order? CST, ECCST (3480, 3490E) - not marketed for years, no native connectivity (ESCON) MAGSTAR - also out of market for years. And no compatible products from othe vendors. Connectivity is ESCON or FICON, but no direc

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Richards, Robert B.
Is your upper management watching the movies "The Net" or "War Games" on a loop? Paranoid much? Do the words "SECURE TRANSMISSION" mean anything to them? Consider that the world's wealth is running on IBM's z/OS operating systems. Virtually all of them get their OS upgrades electronically. But y

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread R.S.
W dniu 2018-03-26 o 22:40, Edward Gould pisze: On Mar 26, 2018, at 2:23 PM, John Eells wrote: On Mon, 26 Mar 2018 13:33:23 -0500, Edward Gould wrote: "IBM plans to discontinue delivery of z/OS platform products and service on magnetic tape on July 1, 2018. ..." Congratulations to IBM. This

Ignoring TIME= specification in JCL

2018-03-27 Thread Peter Hunkeler
I've got the requirement to limit who is allowed to specify TIME= on either JOB or EXEC statement. This is for z/OS V2.2 (and up) and JES2. There is JES2 exit 4 to scan and modify the JCL statements. Is there an alternative? Would TWS (aka IWS) be able to do this for jobs it submits? -- Pet

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Vernooij, Kees (ITOPT1) - KLM
I think this exit only captures the submitted JCL. Expanded procs and included JCL will be added by the convertor and will be available in Exit 6. Grtn, Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Peter Hunkeler > Sen

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Richards, Robert B.
If you have ThruPut Manager, it can do it. If you issue a SEARCHFOR against all the datasets concatenated on the EQQJBLIB DDNAME and remove TIME=. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Hunkeler Sent: Tuesday, March 27

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread R.S.
No, no, and no. Laptops are used (mostly) just to take them out of the company. It doesn't mean you can do anything you want with the laptop. Some things can be disable and other can be forbidden (do not try...). Some companies use hardened setup for company laptops. In that case: * no software

AW: Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Peter Hunkeler
>If you have ThruPut Manager, it can do it. Don't have this. >If you issue a SEARCHFOR against all the datasets concatenated on the EQQJBLIB >DDNAME and remove TIME=. It has to be at submit time. Firstly, the JCL is maintained by a change control software, so a one time change is no option.

Re: In-Stream Symbols and The Length

2018-03-27 Thread Nims,Alva John (Al)
Yep, that explains it and is reasonable since that is how IBM has pretty much used symbols before. I should have remembered that. Al Nims Systems Admin/Programmer III UF Information Technology East Campus P.O. Box 112050 Gainesville, FL. 32611 (e) ajn...@ufl.edu (p) (352) 273-1298 -Origin

Re: [External] Re: mainframe distribution

2018-03-27 Thread R.S.
W dniu 2018-03-20 o 19:53, Pommier, Rex pisze: Heck, I don't even know how many installations are in my city - and that's only a couple hundred thousand people! IMHO it very hard (close to impossible) to collect good information about sites without sligltly compromissing company information.

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Nims,Alva John (Al)
>From the "z/OS JES2 Installation Exits - Version 2 Release 2" manual: "Exit 6 only gets control when the converter is called in the JES2 address space. If conversion is being run with the interpreter in the JES2CI address space, use exit 60 to perform the equivalent exit 6 function." Also from

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Allan Staller
Jes2 Exit 6 can also do this. You will need to process the internal text (similar to DYNALLOC text units). Depending on how you want to handle things other exist can also do this by failing the job. IKJEFF10 IEFUJI HTH, -Original Message- From: IBM Mainframe Discussion List [mailto:IBM

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Allan Staller
According to dfHSM Impl/Cust guide Chapter 16, this is possible (z/OS 2.2). I did not check to see when this capability was added. It may not be possible at you level of z/OS. Have you checked the log(s) for S913 or other messages besides the ARC1245I message? Accessing data without allocation

FW: Ignoring TIME= specification in JCL

2018-03-27 Thread Allan Staller
Responded too soon. Since you also want to look at the step level IEFUSI would also be needed. -Original Message- From: Allan Staller Sent: Tuesday, March 27, 2018 8:33 AM To: 'IBM Mainframe Discussion List' Subject: RE: Ignoring TIME= specification in JCL Jes2 Exit 6 can also do this.

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread John Eells
David Boyes wrote: Then, if you are willing to buy hardware as David Boyes outlined, you can perhaps do it that way. I have no knowledge about these products, and we have not tested that approach, so I do not know whether or not it works. If someone has tried it, I'd be (academically, I'll

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
On 3/26/18, 3:24 PM, "IBM Mainframe Discussion List on behalf of John Eells" wrote: > On Mon, 26 Mar 2018 13:33:23 -0500, Edward Gould wrote: >>> "IBM plans to discontinue delivery of z/OS platform products and service on >>> magnetic tape on July 1, 2018. ..." >> Congratulations to IBM. This

AW: FW: Ignoring TIME= specification in JCL

2018-03-27 Thread Peter Hunkeler
>Responded too soon. Since you also want to look at the step level IEFUSI would >also be needed. I had a look at IEFUSI before posting, but did not see how to change the (CPU) TIME= limit there. It's purpos is mainly to deal with memory limits. Did I overlook something? -- Peter Hunkeler

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread John Eells
Vernooij, Kees - KLM , ITOPT1 wrote: Of course, a logical measure. Taking a laptop out of the building, do something with it and take it back in again is just as 'safe' as bringing in a usb stick you found on the street. Both should be fully blocked. I don't agree that both are equally insec

Re: FW: Ignoring TIME= specification in JCL

2018-03-27 Thread Allan Staller
Most/all of the region related information is provided in the parameter list, however, IEFUSI has *ALL* of the INTTXT available . You will need to provide you own addressability/ctlblock chasing to get to the INTTXT, since it is not in the provided parameter list. Recommended reading SA38-0679-

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
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. > As the original builder of the ADCD systems (originally created to > support P390s) Didn

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Seymour J Metz
FWIW, I have found scanning and modifying the internal text to be easier than parsing and modifying the JCL. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Allan Staller Sent: Tuesday, March 2

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Paul Gilmartin
On Tue, 27 Mar 2018 09:48:32 -0400, John Eells wrote: > >> It’d be really slick if IBM reanimated the OMA/2 device with a native FICON >> adapter, even if it was just for this purpose. The ability to emulate a >> range of mainframe devices on commodity hardware has been really, really >> useful

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Paul Gilmartin
On Tue, 27 Mar 2018 13:57:45 +, David Boyes wrote: > >... I think the bigger issue is that IBM no longer makes a device that can >directly read the DVD media from the mainframe without involving any other >system.. > HMC? VM? Linux? "no longer"? -- gil -

Re: Establishing STEPLIB as part of exec() / BPX1EXC (was: Cobol-Unix)

2018-03-27 Thread Paul Gilmartin
On Tue, 27 Mar 2018 12:49:47 +0200, Peter Hunkeler wrote: > >o The system silently ignores data sets as part of steplib setup when it >*cannot* ENQueue on the data set. Only data sets where an ENQueue could be >obtained are part of this substep's steplib concatenation (of course only >existing c

Re: Graph database on z/OS?

2018-03-27 Thread Anne & Lynn Wheeler
dcrayf...@gmail.com (David Crayford) writes: > I think the general ROT for those kind of systems is that the network > defines security. All back-end services should be hidden behind > firewalls and not accessible to the outside world. It's a different > world these days where everything seems to r

Re: Graph database on z/OS?

2018-03-27 Thread Rob Schramm
Seems like there is a drift about security and walls.. interesting article I found about walls when reading Cryptograms... https://warontherocks.com/2018/02/wall-wall-fortresses-fail/ I am interested to see if you get it working for z/OS. Rob Schramm On Tue, Mar 27, 2018 at 12:15 PM Anne & Ly

Schedule automation solution

2018-03-27 Thread Peter
Hi Is there a product in Mainframe which can detect a batch failure and also sends email with the possible diagnostic steps to resolve ? Peter -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to list

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
On 3/27/18, 12:02 PM, "IBM Mainframe Discussion List on behalf of Paul Gilmartin" wrote: >On Tue, 27 Mar 2018 13:57:45 +, David Boyes wrote: >>... I think the bigger issue is that IBM no longer makes a device that can >>directly read the DVD media from the mainframe without involving any ot

Re: Schedule automation solution

2018-03-27 Thread Chris Hoelscher
We use CA-Service Desk to detect abends and notify to a pre-defined static group - we also use xmatters to send alerts to a weekly-changing oncall list CA-SD does have a knowledge repository - we have never used it (to my ... knowledge) Chris Hoelscher Technology Architect, Database Infrastruct

Re: Schedule automation solution

2018-03-27 Thread David Boyes
On 3/27/18, 1:00 PM, "IBM Mainframe Discussion List on behalf of Peter" wrote: Is there a product in Mainframe which can detect a batch failure and also sends email with the possible diagnostic steps to resolve ? Tivoli Workload Scheduler can do this (at least the batch failure and instructions

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread John Eells
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. As the original builder of the ADCD systems (originally created to supp

Re: Schedule automation solution

2018-03-27 Thread Binyamin Dissen
On Tue, 27 Mar 2018 17:00:09 + Peter wrote: :>Is there a product in Mainframe which can detect a batch failure and also :>sends email with the possible diagnostic steps to resolve ? I would imagine that every scheduler would have this feature. -- Binyamin Dissen http://www.dissensoftware.c

Re: Graph database on z/OS?

2018-03-27 Thread Anne & Lynn Wheeler
rob.schr...@gmail.com (Rob Schramm) writes: > Seems like there is a drift about security and walls.. interesting article > I found about walls when reading Cryptograms... > > https://warontherocks.com/2018/02/wall-wall-fortresses-fail/ re: http://www.garlic.com/~lynn/2018c.html#9 Graph database on

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Tom Mathias
David, Actually z/VM can read files from the HMC's CD/DVD drive (or USB port). Insert the media, which must be formatted for normal Windows/Linux use into the HMC and then on the HMC, you use the "Access Removable Media" task. The target is the LPAR you want to access the media and thru the t

Re: Schedule automation solution

2018-03-27 Thread McCabe, Ron
We use ARF from CA-7...it does the email and can also submit jobs. Thanks, Ron McCabe Mutual of Enumclaw -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Boyes Sent: Tuesday, March 27, 2018 10:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Schedule automation s

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Christian Borntraeger
On 03/27/2018 07:09 PM, David Boyes wrote: > On 3/27/18, 12:02 PM, "IBM Mainframe Discussion List on behalf of Paul > Gilmartin" 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > >> On Tue, 27 Mar 2018 13:57:45 +, David Boyes wrote: >>> ... I think the bigger issue is that IBM no long

Re: Schedule automation solution

2018-03-27 Thread Carmen Vitullo
When I worked for an outsourcer we installed CA-Unicenter / CA-ops to trap messages and job failures, that sent text/email or both to the appropriate support group. at first it was a little much, they designed a solution that trapped all xE messages, no excpetion and all failures, we, after

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Mike Schwab
Don't forget USB sticks that charge capacitors from USB port then discharge high voltage into USB port to damage the hardware. http://securityaffairs.co/wordpress/34784/hacking/killer-usb-burn-a-pc.html On Tue, Mar 27, 2018 at 6:39 AM, R.S. wrote: > No, no, and no. > Laptops are used (mostly) jus

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Charles Mills
> P370, in part because I don't know that it was ever available external to IBM I had a P370. "Personal/370" apparently was the correct name. Or perhaps it was the 7437, which was pre-P370. https://en.wikipedia.org/wiki/PC-based_IBM-compatible_mainframes Charles -Original Message- Fr

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
On 3/27/18, 1:23 PM, "IBM Mainframe Discussion List on behalf of John Eells" wrote: > I'd quite forgotten about P370, in part because I don't know that it was > ever available external to IBM. It might well have been what the AWS* > things were ogiginally written for, and if so, I stand (well,

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Finnell
'I am neither man nor beast, I am Quasimodo.' In a message dated 3/27/2018 1:17:47 PM Central Standard Time, charl...@mcn.org writes:   x�UMo7��W| -- For IBM-MAIN subscribe / signoff / archive access instructions, send email t

Re: Graph database on z/OS?

2018-03-27 Thread Anne & Lynn Wheeler
re: http://www.garlic.com/~lynn/2018c.html#9 Graph database on z/OS? http://www.garlic.com/~lynn/2018c.html#10 Graph database on z/OS? some old "graph", much earlier I had been involved in original sql/relational implementation, System/R ... some past posts http://www.garlic.com/~lynn/submain.html

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread van der Grijn, Bart (B)
I've never used the option, but the way I read the manual (z/OS 2.3), it specifically requires the LEVEL parameter. I assume that means you need to do a SETMIG for LEVEL(SYS1) rather than at the DATASETNAME level. I haven't tested this, it's just how I interpret the manual. FWIW, Bart -Ori

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Charles Mills
I said no such thing! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Edward Finnell Sent: Tuesday, March 27, 2018 11:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Software Delivery on Tape to be Discontinued 'I am neith

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
On 3/27/18, 1:31 PM, "IBM Mainframe Discussion List on behalf of Christian Borntraeger" wrote: > For Linux there is at least some support. There is the hmcdrv module and the > hmcdrvfs fuse tool in the s390-tools. I do not know how well this works and > if I remember correctly you have to have

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread David Boyes
On 3/27/18, 1:30 PM, "IBM Mainframe Discussion List on behalf of Tom Mathias" wrote: > [snip] >Unfortunately, no other operating system implemented support to use the HMC's >media. Ugh. I can see why. That is seriously weird and obscure, and having to have a modified FTP client makes my skin

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Chris Hoelscher
'I am neither man nor beast, I am Quasimodo.' Ask me a week from Sunday Chris Hoelscher Technology Architect, Database Infrastructure Services Technology Solution Services Humana Inc. 123 East Main Street Louisville, KY 40202 Humana.com (502) 476-2538 or 407-7266 The information transmitted is

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 5:25 PM, Paul Gilmartin > <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > > On Mon, 26 Mar 2018 16:57:47 -0500, Edward Gould wrote: > >>> On Mar 26, 2018, at 3:47 PM, Charles Mills wrote: >>> >>> Goofiness. >>> >>> Why didn't they convert to Windows when IBM s

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 5:28 PM, Charles Mills wrote: > >> No longer can you talk to an IBM person directly unless you have a signed >> contract in hand and in the other hand a certified check. > > I certainly do, and all the time. As recently as week before last. > >> the AUDITOR calling someon

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 8:00 PM, Clark Morris wrote: > > My response is that both are idiots and I would like to know the name > of the company so I can short sell it. They are going to convert to > Windows which might supply a DVD but not keep it up to date. All > fixes are delivered via Interne

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 5:28 PM, Charles Mills wrote: > >> No longer can you talk to an IBM person directly unless you have a signed >> contract in hand and in the other hand a certified check. > > I certainly do, and all the time. As recently as week before last. Was this in a business environme

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 8:31 PM, Paul Gilmartin > <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > > On Mon, 26 Mar 2018 15:52:57 -0500, John McKown wrote: > >> On Mon, Mar 26, 2018 at 3:40 PM, Edward Gould wrote: >> >>> Between the Auditor and the CEO they are of one voice. No outside

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Edward Gould
> On Mar 27, 2018, at 6:28 AM, Peter Hunkeler wrote: > > I've got the requirement to limit who is allowed to specify TIME= on either > JOB or EXEC statement. This is for z/OS V2.2 (and up) and JES2. > > > There is JES2 exit 4 to scan and modify the JCL statements. Is there an > alternative? >

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Pew, Curtis G
On Mar 27, 2018, at 3:25 PM, Edward Gould wrote: > > The problem is with UJV was that it takes an IPL to change it (the JES exits > only take a warm start). Well, nowadays you can use SETPROG EXIT to change UJV without waiting for an IPL. -- Pew, Curtis G curtis@austin.utexas.edu ITS Sys

z/OS Assembler programmer job opportunity

2018-03-27 Thread Gary Weinhold
Our management would like to add another z/OS programmer to our team.  This is a full-time position or contract that will include maintaining, enhancing, modernizing (if that's a word), debugging, testing, and designing z/OS product(s) and supporting customers (both in production and evaluatio

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Gibney, Dave
I tried both LEVEL(SYS1) and DATASETNAME. The MIGRATE (or HMIGRATE) command gets the same response in all cases I tried. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of van der Grijn, Bart (B) > Sent: Tuesday, March 27, 2018 11:4

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 26, 2018, at 9:08 PM, Mike Schwab wrote: > > Internal cloud? Or external (internet) cloud? No to both. Ed > > On Mon, Mar 26, 2018 at 8:58 PM, Doug wrote: >> We all missed it, they are running in the cloud..Grins >> >> . >> >> On Mar 26, 2018, at 21:31, Paul Gilmartin >> <000

change data capture for VSAM

2018-03-27 Thread Pommier, Rex
Hello all, I'm curious if anybody can provide me with 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 that can grab

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 27, 2018, at 5:52 AM, R.S. wrote: > > Well, it was easy to predict: There are no more tapes! > > What media could you order? > CST, ECCST (3480, 3490E) - not marketed for years, no native connectivity > (ESCON) > MAGSTAR - also out of market for years. And no compatible products from o

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Tony Harminc
On 27 March 2018 at 13:22, John Eells wrote: > I'd quite forgotten about P370, in part because I don't know that it was > ever available external to IBM. It might well have been what the AWS* > things were ogiginally written for, and if so, I stand (well, sit, at the > moment) corrected. The P3

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Tony Harminc
On 27 March 2018 at 07:39, R.S. wrote: > BTW: USB stick found on the street is one of the most dangerous things. It > can be prepared to simulate HID (a mouse) and then bypass many protection > leveles intended for USB *STORAGE*. That would be the USB Rubber Ducky... https://hakshop.com/products

Terminal Talk Podcast

2018-03-27 Thread Ed Jaffe
Listen to me being interviewed on the Terminal Talk Podcast with Frank DeGilio and Jeff Bisti! Amazingly, I didn't say anything that needed to be bleeped out! LOL http://terminaltalk.net/PodcastGenerator/?name=2018-03-25_episode_41_-_ed_jaffe_-_phoenix_software_-_3_26_2018.mp3 -- Phoenix Softwa

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Anthony Thompson
Quite right Bart. HSM V2.3 Impl & Cust Ch 4 (User Datasets) has Table 4 listing dataset type support for space management functions. One of the entries in that table says datasets starting with SYS1 or HSM won't get command-migrated, but notes that the restriction can be over-ridden by SETMIG L

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Gibney, Dave
So, why doesn't it work for me? It's not a big enough issue for me to try and open a PMR, especially since I probably need to route that through our MFaaS provider now! > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Anthony Tho

Re: DFHSM Migration of SYS1 datasets ?

2018-03-27 Thread Anthony Thompson
Have you tried the rename-dataset-and-establish-alias I suggested? Maybe you don't have the necessary access authority to the dataset / master catalogue. Ant. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gibney, Dave Sent: Wednesd

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Clark Morris
[Default] On 27 Mar 2018 04:27:03 -0700, in bit.listserv.ibm-main p...@gmx.ch (Peter Hunkeler) wrote: >I've got the requirement to limit who is allowed to specify TIME= on either >JOB or EXEC statement. This is for z/OS V2.2 (and up) and JES2. > What is behind the requirement? If the idea is to

Re: Ignoring TIME= specification in JCL

2018-03-27 Thread Clark Morris
[Default] On 27 Mar 2018 06:15:55 -0700, in bit.listserv.ibm-main ajn...@ufl.edu (Nims,Alva John , Al) wrote: >From the "z/OS JES2 Installation Exits - Version 2 Release 2" manual: > >"Exit 6 only gets control when the converter is called in the JES2 address >space. If conversion is being run wi

Dr. John Ehrman obituary

2018-03-27 Thread Clark Morris
I found this link to a brief obituary http://www.legacy.com/obituaries/mercurynews/obituary.aspx?page=lifestory&pid=188482798 and this to post messages http://www.lastingmemories.com/memorial/john-robert-ehrman?obituaries. I was a participant on the SHARE/Guide Language Futures Task Force with Joh

Re: Software Delivery on Tape to be Discontinued

2018-03-27 Thread Edward Gould
> On Mar 27, 2018, at 6:17 AM, Richards, Robert B. > wrote: > > Is your upper management watching the movies "The Net" or "War Games" on a > loop? Paranoid much? > > Do the words "SECURE TRANSMISSION" mean anything to them? > Consider that the world's wealth is running on IBM's z/OS operating

Re: VIO SDWA logrec records

2018-03-27 Thread Jim Mulder
The 00400084 in register 15 says that nd attempt to PUT a record to your STGINDEX data set got the following VSAM logical error reason code: 64(X'40') There is insufficient storage available to add another string dynamically. Or, the maximum number of place holders that can be allocated t

Re: Schedule automation solution

2018-03-27 Thread Brian Westerman
Sorry in advance for the self-promotion, We (Syzygy) sells automation products (SyzMPF/z and SyzMAIL/z are two of them) which can be set to monitor all job execution and will send the step condition codes and max codes via email or text (no JCL or system changes required for any implementation

Re: change data capture for VSAM

2018-03-27 Thread ITschak Mugzach
Attunuty CDC. ITschak On Wed, Mar 28, 2018 at 12:34 AM, Pommier, Rex wrote: > Hello all, > > I'm curious if anybody can provide me with 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

Re: Schedule automation solution

2018-03-27 Thread Vernooij, Kees (ITOPT1) - KLM
With System Automation and Netview, you can trap every message in the system and do many things, a.o. send emails. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Sent: Tuesday, March 27, 2018 7:00 PM To: IBM-MAIN@LISTSER