Re: Best catch up resources for MVS / ZOS Technologies (CA Migration tips?)

2021-05-31 Thread Steve Estle
Everyone, I want to thank all for the ideas / suggestions / references on catching up on ZOS - I am now finding out the mainframe environment is very heavy CA/Broadcom vendor product centric (Top Secret, CA7, CA1, OpsMVS, MIM, etc) and am pretty green in that world (I predominantly worked in h

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-25 Thread Seymour J Metz
Smith [sasd...@gmail.com] Sent: Monday, May 24, 2021 6:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies The problem I have with COND= is that it's back-asswards. First, it specifies conditions to NOT run the step. You ha

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-24 Thread Steve Smith
The problem I have with COND= is that it's back-asswards. First, it specifies conditions to NOT run the step. You have to keep in mind that with multiple conditions, any TRUE condition means don't run the step. Except for ONLY & EVEN, which specify conditions for which the step *will* run. Secon

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-24 Thread CM Poncelet
Gil,    I attach a discussion about the IF/THEN vs COND= we had in 2011.    That COND= BTW was for a real case of a chemical company running its payroll 100+ step job on our mainframe, but with a COND=(4,LT) on its job card. Each time one of its jobsteps hit a CC GT 4, the job ended and the ops had

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-23 Thread CM Poncelet
0 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > As in "Thank you for putting words in my mouth" and "Yes, and COND is > easy to understand; it's also unnatural in that itrequires usi

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-22 Thread Seymour J Metz
gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of CM Poncelet [ponce...@bcs.org.uk] Sent: Friday, May 21, 2021 11:30 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Tech

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of > CM Poncelet [ponce...@bcs.org.uk] > Sent: Friday, May 21, 2021 10:43 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technolo

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread Seymour J Metz
ponce...@bcs.org.uk] Sent: Friday, May 21, 2021 10:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies A well-known Bank I was working at, as a systems programming consultant (in '99,) asked me to install custompac. So I di

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
sion List on behalf of > CM Poncelet > Sent: Friday, May 21, 2021 7:01 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > "I don't like it when IBM takes away tools" - and IBM stopp

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread Seymour J Metz
01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies "I don't like it when IBM takes away tools" - and IBM stopped publishing system control block DSECTs with ESA, thereby preventing sysprogs from modifying its OS

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread Seymour J Metz
metz3 From: IBM Mainframe Discussion List on behalf of CM Poncelet Sent: Friday, May 21, 2021 7:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies "BAL" means "Basic Assembler Language" and is

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
ncelet > Sent: Friday, May 21, 2021 4:17 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > I have used high level languages (PL/I, COBOL, Fortran, C) as well as > assemblers (6502, VAX-11/750 macro, ICL

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
> From: IBM Mainframe Discussion List on behalf of > CM Poncelet > Sent: Friday, May 21, 2021 4:22 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > ESA&#

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread Seymour J Metz
List on behalf of CM Poncelet Sent: Friday, May 21, 2021 4:17 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies I have used high level languages (PL/I, COBOL, Fortran, C) as well as assemblers (6502, VAX-11/750 macro, ICL

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread Seymour J Metz
: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies ESA's OCO? On 20/05/2021 08:43, Seymour J Metz wrote: > Progress is also not made by pretending that a blunt tool is sharp just > because you're used to it. COND= is a blunt tool, and IF/THEN puts a band

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
frame Discussion List On Behalf Of > CM Poncelet > Sent: Wednesday, May 19, 2021 8:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS > / ZOS Technologies > > Again and with all due respect, progress is made

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
RV.UA.EDU] on behalf of > CM Poncelet [ponce...@bcs.org.uk] > Sent: Wednesday, May 19, 2021 9:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > Again and with all due respect, progress is made n

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
"I fear the Greeks and when bearing gifts." On 20/05/2021 04:34, Paul Gilmartin wrote: > On Thu, 20 May 2021 02:50:02 +0100, CM Poncelet wrote: > >> Again and with all due respect, progress is made not by blunting the >> tool but by sharpening the user. >>   >> "IF/THEN" does not handle all boole

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-21 Thread CM Poncelet
veryone is’ > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > CM Poncelet > Sent: 20 May 2021 02:50 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS > Technologies > > Again and

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
7:11 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies Since they drop the register addressing with PSW relative addressing they execute faster. Does somebody have a list of S/370 instructions with possible XA/ESA/Z replacements that can directly repla

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Mike Schwab
From: IBM Mainframe Discussion List on behalf of > Charles Mills > Sent: Thursday, May 20, 2021 11:38 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for > MVS / ZOS Technologies > > Digital Research was c

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Mike Schwab
f > the CSECT with LOCTR, and your 4K base register issues should go away, pretty > much for good. > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Steve Estle > Sent: Monday, May 17,

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Shmuel, By SMB I meant small and medium business, not server message block or whatever Micro$oft meant by it. Rex -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
: Thursday, May 20, 2021 12:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies If you are a significant coder or maintainer of assembler code, one big improvement that IIRC no one has mentioned is the relaxation of the base register nightmare. You know

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
From: IBM Mainframe Discussion List on behalf of Charles Mills Sent: Thursday, May 20, 2021 11:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Digital Research was certainly an accomplice in its own

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Charles Mills
nd your 4K base register issues should go away, pretty much for good. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Estle Sent: Monday, May 17, 2021 6:42 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Best catch up resourc

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Pommier, Rex
@LISTSERV.UA.EDU Subject: Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Stuck to DR-DOS? We would have all been better off had m$ not taken over the PC OS market and used the monopoly to strangle its competitors. SMB? Doesn't NFS play better wit

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Charles Mills
] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Stuck to DR-DOS? We would have all been better off had m$ not taken over the PC OS market and used the monopoly to strangle its competitors. SMB? Doesn't NFS play better with the *ix world? -- Shmuel (Seym

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
metz3 From: IBM Mainframe Discussion List on behalf of Pommier, Rex Sent: Thursday, May 20, 2021 10:37 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Sorry Chris, But I would venture a guess that you're p

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Pommier, Rex
20, 2021 9:41 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies DR-DOS, now that's a name I've not heard in a long time (Obi Wan Kenobe). -Original Message- From: IBM Mainframe Discussion List O

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread PINION, RICHARD W.
he mainframe would still be a more major player in the SMB business arena. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of CM Poncelet Sent: Wednesday, May 19, 2021 8:50 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: JCL COND vs IF/THEN - Best catch up resourc

Re: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Pommier, Rex
scussion List On Behalf Of CM Poncelet Sent: Wednesday, May 19, 2021 8:50 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Again and with all due respect, progress is made not by blunting the tool but by sharpening

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
rv.ua.edu] Sent: Thursday, May 20, 2021 5:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Can I deduce from this that you don’t use high level languages? But if so, then even using assembler is too easy. Let's write everyt

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread David Spiegel
Hi gil, Which correct tool did you use? Thanks and regards, David On 2021-05-19 23:16, Paul Gilmartin wrote: On Thu, 20 May 2021 03:13:19 +0100, CM Poncelet wrote: Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open it as a PDF produces the following error message: "Adobe

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Lennie Dymoke-Bradshaw
ne is’ -Original Message- From: IBM Mainframe Discussion List On Behalf Of CM Poncelet Sent: 20 May 2021 02:50 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies Again and with all due respect, progress is made not by blunting the

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
stand how they worked. > > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > CM Poncelet > Sent: Tuesday, May 18, 2021 8:19 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [EXTERNAL] Re: Best catch up resources for MVS / ZOS Technologies &

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread Paul Gilmartin
On Thu, 20 May 2021 02:50:02 +0100, CM Poncelet wrote: >Again and with all due respect, progress is made not by blunting the >tool but by sharpening the user. >  >"IF/THEN" does not handle all boolean AND/OR/NAND/XOR and >steps-not-executed conditions. > Example? In particular, something that ca

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread Paul Gilmartin
On Thu, 20 May 2021 03:13:19 +0100, CM Poncelet wrote: >Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open >it as a PDF produces the following error message: "Adobe reader could >not open 'test.pdf' because it is either not a supported file type or >because the file has been

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread CM Poncelet
Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open it as a PDF produces the following error message: "Adobe reader could not open 'test.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread CM Poncelet
Message- > From: IBM Mainframe Discussion List On Behalf Of > CM Poncelet > Sent: Tuesday, May 18, 2021 8:19 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [EXTERNAL] Re: Best catch up resources for MVS / ZOS Technologies > > With all due respect, anyone who has difficul

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread Timothy Sipples
Shmuel Metz wrote: >Remote copy is fine for, e.g., hot backups, but when you need to >retain old versions of your data back a long stretch of time, tape >is still an inexpensive solution. I suspect that there will >eventually be a solid state storage medium with the cost per byte >of tape, but we a

My opinion of COND was Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Clark Morris
etter than COND= >> >> Also symbols in SYSIN data. >> >> Charles >> >> >> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of Steve Horein >> Sent: Tuesday, May 18, 2021 5:35 AM >

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Paul Gilmartin
On Wed, 19 May 2021 01:19:01 +0100, CM Poncelet wrote: >With all due respect, anyone who has difficulty coding JCL COND= >statements should consider *not* working with IBM mainframe systems. >  I've long believed the convention was invented by an Assembler programmer accustomed to branching *arou

Re: JCL COND vs IF/THEN - Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Nash, Jonathan S.
Mainframe Discussion List On Behalf Of CM Poncelet Sent: Tuesday, May 18, 2021 8:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Best catch up resources for MVS / ZOS Technologies With all due respect, anyone who has difficulty coding JCL COND= statements should consider *not* working with IBM

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
8:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies With all due respect, anyone who has difficulty coding JCL COND= statements should consider *not* working with IBM mainframe systems. All boolean conditional execution steps can be handled using

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread CM Poncelet
ISTSERV.UA.EDU] On > Behalf Of Steve Horein > Sent: Tuesday, May 18, 2021 5:35 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Best catch up resources for MVS / ZOS Technologies > > I would argue JCL got better when symbols were allowed! :-) > https://www.ibm.com/docs/en/z

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
ills [charl...@mcn.org] Sent: Monday, May 17, 2021 11:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies Steve, let me wade in here and suggest some big picture. I think SHARE and such is great for the details. What has changed since 2001? An idiosync

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
...@gmail.com] Sent: Tuesday, May 18, 2021 8:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies I would argue JCL got better when symbols were allowed! :-) https://www.ibm.com/docs/en/zos/2.4.0?topic=es-symlist-parameter On Mon, May 17, 2021 at 10:46

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
Mike, IMHO you talk about EAV in DS8000, but not about EAV. EAV Volume (*) can be up to ~1TB big, but chunk size of 1113 cylinders is for DS8000 family, AFAIK. Space above 65520 cyl. is called EAS and from z/OS point of view the smallest chunk is 21 cylinders. So, you can allocate 1 track data

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Mike Schwab
Volumes have gotten bigger. The first 64K Cylinders (Mod 54) remain the same, but EAV space past that can be added in 1113 cylinder chunks to a multipile of 1113 cylinders. 250GB first step then 1000GB (or so). On Mon, May 17, 2021 at 8:42 PM Steve Estle wrote: > > Hello Everyone in Mainframe L

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Timothy Sipples Sent: Tuesday, May 18, 2021 6:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies A bit more from me The IBM Learning System is also available if you

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
0 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies A bit more from me The IBM Learning System is also available if you'd like to go grab a free z/OS account to "kick some tires" (and with no service level commitment). The 2020-2021 &

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
- as well it should (see Colonial Pipeline, Scripps Health, Irish Health, Maersk Shipping, etc.) Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Estle Sent: Monday, May 17, 2021 6:42 PM To: IBM-MAIN@LISTSERV.UA.EDU Subje

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Timothy Sipples
A bit more from me The IBM Learning System is also available if you'd like to go grab a free z/OS account to "kick some tires" (and with no service level commitment). The 2020-2021 "Master the Mainframe" contest has ended in terms of prizes and awards, but you can still try the contest exer

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
Message----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gibney, Dave > Sent: Monday, May 17, 2021 6:58 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Best catch up resources for MVS / ZOS Technologies > > I would suggest SHARE presen

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Steve Horein
nd more > critical. The concept of "how long does an LR take" has totally > disappeared. It is a question with no answer other than "it depends." > > Anyone else want to weigh in? > > Charles > > > -Original Message----- > From: IBM Mainframe

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
Steve, Nothing changed since 2001. We still use punched cards and reel tapes. We love our 24-bit addressing and avoid 31-bit or 64-bit. OK, there were some changes: We migrated our memory from core to TTL. Our Bus&Tag channels rusted away, so we moved to fiber optic. Some of us started using ter

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread ITschak Mugzach
> > Regards > > Parwez Hamid​ > > > From: IBM Mainframe Discussion List on behalf > of Steve Estle > Sent: 18 May 2021 02:41 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Best catch up resources for MVS / ZOS Technologies > > Hello

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread P H
TSERV.UA.EDU Subject: Best catch up resources for MVS / ZOS Technologies Hello Everyone in Mainframe Land, I've been out of the mainframe world since about 2001, but spent the prior 20 years immersed in that world working with everything from MVS/370 to MVS/ESA and VM, performance and

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Timothy Sipples
Charles Mills wrote: >- Everything is of course bigger. Z hardware goes up to >what? 4TB real? Someone will correct me if that is wrong. The IBM z15 T01 and LinuxONE III LT1 models can have up to 40TB of real, customer usable memory per machine. Each LPAR can have up to 16TB, and each z/OS insta

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Charles Mills
nday, May 17, 2021 6:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies I would suggest SHARE presentations and perhaps Marna Walle's migration guides > -Original Message- > From: IBM Mainframe Discussion List On > Beha

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Attila Fogarasi
> guides > > > -Original Message- > > From: IBM Mainframe Discussion List On > > Behalf Of Steve Estle > > Sent: Monday, May 17, 2021 6:42 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Best catch up resources for MVS / ZOS Technologies > > > &

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Gibney, Dave
I would suggest SHARE presentations and perhaps Marna Walle's migration guides > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Steve Estle > Sent: Monday, May 17, 2021 6:42 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Best catch up

Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Steve Estle
Hello Everyone in Mainframe Land, I've been out of the mainframe world since about 2001, but spent the prior 20 years immersed in that world working with everything from MVS/370 to MVS/ESA and VM, performance and capacity planning disciplines across a variety of situations in the IT Services an